/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 41 Memory scanning parameters can be modified at run-time by writing to the 47 enable the task stacks scanning (default) 49 disable the tasks stacks scanning 51 start the automatic memory scanning thread (default) 53 stop the automatic memory scanning thread 55 set the automatic memory scanning period in seconds 56 (default 600, 0 to stop the automatic scanning) 92 scanning the memory (including saved registers). This means that there 97 The scanning algorithm steps: 183 reported by kmemleak because values found during the memory scanning [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | scan.c | 3 * Scanning implementation 275 if (test_and_clear_bit(SCAN_BEACON_WAIT, &local->scanning)) { in ieee80211_scan_rx() 277 * we were passive scanning because of radar/no-IR, but in ieee80211_scan_rx() 281 set_bit(SCAN_BEACON_DONE, &local->scanning); in ieee80211_scan_rx() 306 * unless scanning with randomised address in ieee80211_scan_rx() 356 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan() 413 bool hw_scan = test_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_scan_completed() 414 bool was_scanning = local->scanning; in __ieee80211_scan_completed() 427 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed() 465 local->scanning = 0; in __ieee80211_scan_completed() [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | scan.c | 55 * This function returns a scanning code to indicate what was scanned. 76 dbg_scan("scanning %s at LEB %d:%d", in ubifs_scan_a_node() 116 * ubifs_start_scan - create LEB scanning information at start of scan. 157 * ubifs_end_scan - update LEB scanning information at end of scan. 159 * @sleb: scanning information 166 dbg_scan("stop scanning LEB %d at offset %d", lnum, offs); in ubifs_end_scan() 173 * ubifs_add_snod - add a scanned node to LEB scanning information. 175 * @sleb: scanning information 338 ubifs_err(c, "LEB %d scanning failed", lnum); in ubifs_scan() 345 ubifs_err(c, "LEB %d scanning failed, error %d", lnum, err); in ubifs_scan() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | scan.c | 59 * This function returns a scanning code to indicate what was scanned. 80 dbg_scan("scanning %s at LEB %d:%d", in ubifs_scan_a_node() 120 * ubifs_start_scan - create LEB scanning information at start of scan. 161 * ubifs_end_scan - update LEB scanning information at end of scan. 163 * @sleb: scanning information 171 dbg_scan("stop scanning LEB %d at offset %d", lnum, offs); in ubifs_end_scan() 178 * ubifs_add_snod - add a scanned node to LEB scanning information. 180 * @sleb: scanning information 343 ubifs_err(c, "LEB %d scanning failed", lnum); in ubifs_scan() 350 ubifs_err(c, "LEB %d scanning failed, error %d", lnum, err); in ubifs_scan() [all …]
|
/openbmc/u-boot/board/hisilicon/poplar/ |
H A D | README | 161 scanning bus 0 for devices... 1 USB Device(s) found 163 scanning bus 1 for devices... 3 USB Device(s) found 164 scanning usb for storage devices... 0 Storage Device(s) found 165 scanning usb for ethernet devices... 1 Ethernet Device(s) found 276 scanning bus 0 for devices... 1 USB Device(s) found 278 scanning bus 1 for devices... 4 USB Device(s) found 279 scanning usb for storage devices... 1 Storage Device(s) found 280 scanning usb for ethernet devices... 1 Ethernet Device(s) found 287 Scanning usb 0:1...
|
/openbmc/docs/designs/ |
H A D | redfish-pcie.md | 66 Possible performance impact on the hardware-scanning and D-Bus updates. The 67 piece that implements hardware scanning should use mechanisms, such as caching 68 of the hardware configuration, to minimize the scanning time and updates to
|
/openbmc/linux/mm/ |
H A D | kmemleak.c | 31 * (atomic or kmemleak_lock). This lock is also held when scanning the 34 * lock like kmemleak_lock during scanning. 38 * scanned. This list is only modified during a scanning episode when the 43 * modifications to the memory scanning parameters including the scan_thread 114 #define SECS_SCAN_WAIT 600 /* subsequent auto scanning delay */ 125 /* scanning area inside a memory block */ 237 /* enables or disables the task stacks scanning */ 239 /* protects the memory scanning, parameters and debug/kmemleak file access */ 865 * Add a scanning area to the object. If at least one such area is added, 891 pr_warn_once("Cannot allocate a scan area, scanning the full object\n"); in add_scan_area() [all …]
|
/openbmc/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_bbt.c | 46 * create_bbt - [GENERIC] Create a bad block table by scanning the device 53 * Create a bad block table by scanning the device 67 printk(KERN_INFO "Scanning device for bad blocks\n"); in create_bbt() 128 * The function creates a memory based bbt by scanning the device 211 * while scanning a device for factory marked good / bad blocks.
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-w1 | 4 Description: Bus scanning interval, microseconds component. 11 Users: any user space application which wants to know bus scanning
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_request.c | 335 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_req_add_le_scan_disable() 528 * - Interleaved scanning is not currently using the allowlist in update_accept_list() 551 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_req_start_scan() 561 /* Use ext scanning if set ext scan param and ext scan enable is in hci_req_start_scan() 671 * scanning and non-connectable advertising. in hci_update_random_address() 736 /* Background scanning should run with address resolution */ in hci_req_add_le_passive_scan() 740 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_req_add_le_passive_scan() 745 * during passive scanning. Not using an non-resolvable address in hci_req_add_le_passive_scan() 760 * happen before enabling scanning. The controller does in hci_req_add_le_passive_scan() 761 * not allow accept list modification while scanning. in hci_req_add_le_passive_scan() [all …]
|
H A D | hci_sync.c | 423 /* If controller is not scanning we are done. */ in hci_le_scan_restart_sync() 428 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_le_scan_restart_sync() 1111 * scanning and non-connectable advertising. in hci_update_random_address_sync() 2211 /* If controller is not scanning we are done. */ in hci_scan_disable_sync() 2216 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_scan_disable_sync() 2222 bt_dev_err(hdev, "Unable to disable scanning: %d", err); in hci_scan_disable_sync() 2612 /* Cannot disable addr resolution if scanning is enabled or in hci_pause_addr_resolution() 2696 /* Device must not be scanning when updating the accept list. 2706 * Enable Scanning 2830 * - Interleaved scanning is not currently using the allowlist in hci_update_accept_list_sync() [all …]
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_bbt.c | 52 * create_bbt - [GENERIC] Create a bad block table by scanning the device 59 * Create a bad block table by scanning the device 74 printk(KERN_INFO "Scanning device for bad blocks\n"); in create_bbt() 135 * The function creates a memory based bbt by scanning the device 228 * while scanning a device for factory marked good / bad blocks.
|
/openbmc/linux/arch/sh/boards/ |
H A D | of-generic.c | 60 pr_info("SH generic board support: scanning for cpus\n"); in sh_of_smp_probe() 139 pr_info("SH generic board support: scanning for interrupt controllers\n"); in sh_of_init_irq() 147 pr_info("SH generic board support: scanning for clk providers\n"); in sh_of_clk_init()
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | cypress,cy8ctma340.yaml | 88 scanning/processing cycles when the chip is in active mode 94 scanning/processing cycles when the chip is in low-power mode 108 every scanning/processing cycle)
|
/openbmc/linux/Documentation/scsi/ |
H A D | advansys.rst | 178 This option can be used to either disable I/O port scanning or to limit 179 scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and 184 1. Eliminate I/O port scanning: 194 2. Limit I/O port scanning to one I/O port: 200 3. Limit I/O port scanning to four I/O ports:
|
/openbmc/u-boot/include/ |
H A D | inttypes.h | 155 /* Macros for scanning format specifiers. */ 237 /* Macros for scanning `intmax_t' and `uintmax_t'. */ 244 /* Macros for scanning `intptr_t' and `uintptr_t'. */
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/ |
H A D | python3-scapy_2.6.0.bb | 1 SUMMARY = "Network scanning and manipulation tool" 5 It can easily handle most classical tasks like scanning, tracerouting, probing, \
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | rtl_btc.h | 32 bool scanning); 34 bool scanning);
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_internal.h | 13 * dm_pciauto_prescan_setup_bridge() - Set up a bridge for scanning 25 * dm_pciauto_postscan_setup_bridge() - Finish set up of a bridge after scanning
|
/openbmc/u-boot/tools/buildman/ |
H A D | README | 245 Scanning for tool chains 246 - scanning prefix '/opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-' 248 - scanning prefix '/opt/arm-eabi-4.6/bin/arm-eabi-' 250 - scanning path '/toolchains/gcc-4.9.0-nolibc/i386-linux' 256 - scanning path '/toolchains/gcc-4.9.0-nolibc/aarch64-linux' 262 - scanning path '/toolchains/gcc-4.9.0-nolibc/microblaze-linux' 268 - scanning path '/toolchains/gcc-4.9.0-nolibc/mips64-linux' 274 - scanning path '/toolchains/gcc-4.9.0-nolibc/sparc64-linux' 280 - scanning path '/toolchains/gcc-4.9.0-nolibc/arm-unknown-linux-gnueabi' 287 - scanning path '/toolchains/gcc-4.9.0-nolibc/sparc-linux' [all …]
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-debug.rst | 43 tasks virtual memory. It effectively controls the maximum scanning 50 tasks virtual memory. It effectively controls the minimum scanning
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/ |
H A D | arm_systemready_debian_unattended.py | 17 r'.*Scanning installation', 19 bb.plain('Installation status: Scanning installation media...')
|
/openbmc/u-boot/doc/ |
H A D | README.odroid | 181 scanning bus 0 for devices... 4 USB Device(s) found 182 scanning usb for storage devices... 1 Storage Device(s) found 183 scanning usb for ethernet devices... 1 Ethernet Device(s) found 288 scanning bus 0 for devices... 4 USB Device(s) found 289 scanning usb for storage devices... 1 Storage Device(s) found 290 scanning usb for ethernet devices...
|
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
H A D | wpa_supplicant.conf | 86 # AP scanning/selection 87 # By default, wpa_supplicant requests driver to perform AP scanning and then 89 # allow the driver to take care of AP scanning and selection and use 92 # 1: wpa_supplicant initiates scanning and AP selection 93 # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association 169 # this will add latency to scanning, so enable this only when needed) 182 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not 183 # using this priority to select the order for scanning. Instead, they try the 433 # Same as previous, but request SSID-specific scanning (for APs that reject
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_scan.c | 8 * The general scanning/probing algorithm is as follows, exceptions are 54 " SCSI scanning, some SCSI devices might not be configured\n" 69 * Return values of some of the scanning functions. 105 "Setting to 'manual' disables automatic scanning, but allows " 144 * When this function returns, any host which started scanning before 146 * started scanning after this function was called may or may not have 821 * The scanning code needs to know the scsi_level, even if no in scsi_probe_lun() 871 * scanning run at their own risk, or supply a user level program in scsi_add_lun() 1330 * If less than SCSI_1_CCS, and no special lun scanning, stop in scsi_sequential_lun_scan() 1331 * scanning; this matches 2.4 behaviour, but could just be a bug in scsi_sequential_lun_scan() [all …]
|