Lines Matching full:scanning

30  *   (atomic or kmemleak_lock). This lock is also held when scanning the
33 * lock like kmemleak_lock during scanning.
37 * scanned. This list is only modified during a scanning episode when the
42 * modifications to the memory scanning parameters including the scan_thread
112 #define SECS_SCAN_WAIT 600 /* subsequent auto scanning delay */
123 /* scanning area inside a memory block */
230 /* enables or disables the task stacks scanning */
232 /* protects the memory scanning, parameters and debug/kmemleak file access */
841 * Add a scanning area to the object. If at least one such area is added,
867 pr_warn_once("Cannot allocate a scan area, scanning the full object\n"); in add_scan_area()
927 kmemleak_warn("Not scanning unknown object at 0x%08lx\n", ptr); in object_no_scan()
942 * scanning a number of references less than @min_count is found,
1267 * Memory scanning is a long process and it needs to be interruptible. This
1546 /* per-cpu sections scanning */ in kmemleak_scan()
1553 * Struct page scanning for each node. in kmemleak_scan()
1581 * Scanning the task stacks (may introduce false negatives). in kmemleak_scan()
1641 * If scanning was stopped do not report any new unreferenced objects. in kmemleak_scan()
1647 * Scanning result reporting. in kmemleak_scan()
1690 * Thread function performing automatic memory scanning. Unreferenced objects
1697 pr_info("Automatic memory scanning thread started\n"); in kmemleak_scan_thread()
1722 pr_info("Automatic memory scanning thread ended\n"); in kmemleak_scan_thread()
1728 * Start the automatic memory scanning thread. This function must be called
1743 * Stop the automatic memory scanning thread.
1756 * a memory scanning when the pos argument points to the first position.
1898 * stack=on - enable the task stacks scanning
1899 * stack=off - disable the tasks stacks scanning
1900 * scan=on - start the automatic memory scanning thread
1901 * scan=off - stop the automatic memory scanning thread
1902 * scan=... - set the automatic memory scanning period in seconds (0 to
2007 * Stop the memory scanning thread and free the kmemleak internal objects if