Home
last modified time | relevance | path

Searched full:scanning (Results 1 – 25 of 1194) sorted by relevance

12345678910>>...48

/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkmemleak.rst41 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:
184 reported by kmemleak because values found during the memory scanning
[all …]
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dkmemleak.rst41 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 …]
/kernel/linux/linux-6.6/net/mac80211/
Dscan.c3 * 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 …]
/kernel/linux/linux-5.10/net/mac80211/
Dscan.c3 * Scanning implementation
282 if (test_and_clear_bit(SCAN_BEACON_WAIT, &local->scanning)) { in ieee80211_scan_rx()
284 * we were passive scanning because of radar/no-IR, but in ieee80211_scan_rx()
288 set_bit(SCAN_BEACON_DONE, &local->scanning); in ieee80211_scan_rx()
307 * unless scanning with randomised address in ieee80211_scan_rx()
360 if (test_bit(SCAN_HW_CANCELLED, &local->scanning)) in ieee80211_prep_hw_scan()
417 bool hw_scan = test_bit(SCAN_HW_SCANNING, &local->scanning); in __ieee80211_scan_completed()
418 bool was_scanning = local->scanning; in __ieee80211_scan_completed()
431 if (WARN_ON(!local->scanning && !aborted)) in __ieee80211_scan_completed()
469 local->scanning = 0; in __ieee80211_scan_completed()
[all …]
/kernel/linux/linux-6.6/fs/ubifs/
Dscan.c55 * 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 …]
/kernel/linux/linux-5.10/fs/ubifs/
Dscan.c55 * 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 …]
/kernel/linux/linux-5.10/drivers/firmware/efi/
Defi-pstore.c110 * @pos: scanning entry
118 pos->scanning = true; in efi_pstore_scan_sysfs_enter()
120 next->scanning = true; in efi_pstore_scan_sysfs_enter()
126 * @turn_off_scanning: Check if a scanning flag should be turned off
138 entry->scanning = false; in __efi_pstore_scan_sysfs_exit()
145 * @pos: scanning entry
148 * @stop: a flag checking if scanning will stop
293 if (entry->scanning) { in efi_pstore_erase_func()
296 * after scanning is completed. in efi_pstore_erase_func()
327 if (found && !entry->scanning) in efi_pstore_erase_name()
/kernel/linux/linux-5.10/mm/
Dkmemleak.c28 * (atomic or kmemleak_lock). This lock is also held when scanning the
31 * lock like kmemleak_lock during scanning.
35 * scanned. This list is only modified during a scanning episode when the
40 * modifications to the memory scanning parameters including the scan_thread
109 #define SECS_SCAN_WAIT 600 /* subsequent auto scanning delay */
119 /* scanning area inside a memory block */
222 /* enables or disables the task stacks scanning */
224 /* protects the memory scanning, parameters and debug/kmemleak file access */
782 * Add a scanning area to the object. If at least one such area is added,
808 pr_warn_once("Cannot allocate a scan area, scanning the full object\n"); in add_scan_area()
[all …]
/kernel/linux/linux-6.6/mm/
Dkmemleak.c31 * (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 …]
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
Donenand_bbt.c46 * 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.
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
Donenand_bbt.c46 * 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.
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-bus-w14 Description: Bus scanning interval, microseconds component.
11 Users: any user space application which wants to know bus scanning
/kernel/linux/linux-6.6/Documentation/ABI/stable/
Dsysfs-bus-w14 Description: Bus scanning interval, microseconds component.
11 Users: any user space application which wants to know bus scanning
/kernel/linux/linux-6.6/net/bluetooth/
Dhci_request.c335 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 …]
Dhci_sync.c423 /* 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()
2261 /* If controller is not scanning we are done. */ in hci_scan_disable_sync()
2266 bt_dev_dbg(hdev, "Scanning is paused for suspend"); in hci_scan_disable_sync()
2272 bt_dev_err(hdev, "Unable to disable scanning: %d", err); in hci_scan_disable_sync()
2666 /* Cannot disable addr resolution if scanning is enabled or in hci_pause_addr_resolution()
2750 /* Device must not be scanning when updating the accept list.
2760 * Enable Scanning
2884 * - Interleaved scanning is not currently using the allowlist in hci_update_accept_list_sync()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dcyttsp.txt28 scanning/processing cycles when the chip is in active mode.
31 scanning/processing cycles when the chip is in low-power mode.
40 scanning/processing cycle).
/kernel/linux/linux-6.6/arch/sh/boards/
Dof-generic.c60 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()
/kernel/linux/linux-5.10/arch/sh/boards/
Dof-generic.c60 pr_info("SH generic board support: scanning for cpus\n"); in sh_of_smp_probe()
140 pr_info("SH generic board support: scanning for interrupt controllers\n"); in sh_of_init_irq()
148 pr_info("SH generic board support: scanning for clk providers\n"); in sh_of_clk_init()
/kernel/linux/linux-5.10/include/linux/input/
Dcyttsp.h20 /* Active Power state scanning/processing refresh interval */
24 /* Low Power state scanning/processing refresh interval */
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c434 /* This function controls the background scanning based on hdev->pend_le_conns
435 * list. If there are pending LE connection we start the background scanning,
452 /* No point in doing scanning if LE support hasn't been enabled */ in __hci_update_background_scan()
460 /* Reset RSSI and UUID filters when starting background scanning in __hci_update_background_scan()
477 * background scanning. in __hci_update_background_scan()
480 /* If controller is not scanning we are done. */ in __hci_update_background_scan()
486 BT_DBG("%s stopping background scanning", hdev->name); in __hci_update_background_scan()
492 /* If controller is connecting, we should not start scanning in __hci_update_background_scan()
499 /* If controller is currently scanning, we stop it to ensure we in __hci_update_background_scan()
506 bt_dev_dbg(hdev, "starting background scanning"); in __hci_update_background_scan()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dcypress,cy8ctma340.yaml88 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)
/kernel/linux/linux-5.10/Documentation/scsi/
Dadvansys.rst178 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:
/kernel/linux/linux-6.6/Documentation/scsi/
Dadvansys.rst178 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:
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-uwb_rc68 to start (or stop) scanning on a channel. <type> is one of:
74 3 scanning disabled
86 not beaconing or scanning.
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Drtl_btc.h32 bool scanning);
34 bool scanning);

12345678910>>...48