Lines Matching full:scanning
28 * (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
110 #define SECS_SCAN_WAIT 600 /* subsequent auto scanning delay */
120 /* scanning area inside a memory block */
223 /* enables or disables the task stacks scanning */
225 /* protects the memory scanning, parameters and debug/kmemleak file access */
783 * Add a scanning area to the object. If at least one such area is added,
809 pr_warn_once("Cannot allocate a scan area, scanning the full object\n"); in add_scan_area()
869 kmemleak_warn("Not scanning unknown object at 0x%08lx\n", ptr); in object_no_scan()
884 * scanning a number of references less than @min_count is found,
1211 * Memory scanning is a long process and it needs to be interruptable. This
1441 /* per-cpu sections scanning */ in kmemleak_scan()
1448 * Struct page scanning for each node. in kmemleak_scan()
1476 * Scanning the task stacks (may introduce false negatives). in kmemleak_scan()
1521 * If scanning was stopped do not report any new unreferenced objects. in kmemleak_scan()
1527 * Scanning result reporting. in kmemleak_scan()
1555 * Thread function performing automatic memory scanning. Unreferenced objects
1562 pr_info("Automatic memory scanning thread started\n"); in kmemleak_scan_thread()
1587 pr_info("Automatic memory scanning thread ended\n"); in kmemleak_scan_thread()
1593 * Start the automatic memory scanning thread. This function must be called
1608 * Stop the automatic memory scanning thread.
1621 * a memory scanning when the pos argument points to the first position.
1764 * stack=on - enable the task stacks scanning
1765 * stack=off - disable the tasks stacks scanning
1766 * scan=on - start the automatic memory scanning thread
1767 * scan=off - stop the automatic memory scanning thread
1768 * scan=... - set the automatic memory scanning period in seconds (0 to
1867 * Stop the memory scanning thread and free the kmemleak internal objects if