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
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,
803 pr_warn_once("Cannot allocate a scan area, scanning the full object\n"); in add_scan_area()
863 kmemleak_warn("Not scanning unknown object at 0x%08lx\n", ptr); in object_no_scan()
878 * scanning a number of references less than @min_count is found,
1205 * Memory scanning is a long process and it needs to be interruptable. This
1434 /* per-cpu sections scanning */ in kmemleak_scan()
1441 * Struct page scanning for each node. in kmemleak_scan()
1469 * Scanning the task stacks (may introduce false negatives). in kmemleak_scan()
1514 * If scanning was stopped do not report any new unreferenced objects. in kmemleak_scan()
1520 * Scanning result reporting. in kmemleak_scan()
1548 * Thread function performing automatic memory scanning. Unreferenced objects
1555 pr_info("Automatic memory scanning thread started\n"); in kmemleak_scan_thread()
1580 pr_info("Automatic memory scanning thread ended\n"); in kmemleak_scan_thread()
1586 * Start the automatic memory scanning thread. This function must be called
1601 * Stop the automatic memory scanning thread.
1614 * a memory scanning when the pos argument points to the first position.
1757 * stack=on - enable the task stacks scanning
1758 * stack=off - disable the tasks stacks scanning
1759 * scan=on - start the automatic memory scanning thread
1760 * scan=off - stop the automatic memory scanning thread
1761 * scan=... - set the automatic memory scanning period in seconds (0 to
1860 * Stop the memory scanning thread and free the kmemleak internal objects if