• Home
  • Raw
  • Download

Lines Matching full:scanning

41  *   kmemleak_lock). This lock is also held when scanning the corresponding
44 * kmemleak_lock during scanning
48 * scanned. This list is only modified during a scanning episode when the
53 * modifications to the memory scanning parameters including the scan_thread
121 #define SECS_SCAN_WAIT 600 /* subsequent auto scanning delay */
131 /* scanning area inside a memory block */
229 /* enables or disables the task stacks scanning */
231 /* protects the memory scanning, parameters and debug/kmemleak file access */
759 * Add a scanning area to the object. If at least one such area is added,
838 kmemleak_warn("Not scanning unknown object at 0x%08lx\n", ptr); in object_no_scan()
933 * scanning a number of references less than @min_count is found,
1281 * Memory scanning is a long process and it needs to be interruptable. This
1507 /* per-cpu sections scanning */ in kmemleak_scan()
1514 * Struct page scanning for each node. in kmemleak_scan()
1539 * Scanning the task stacks (may introduce false negatives). in kmemleak_scan()
1584 * If scanning was stopped do not report any new unreferenced objects. in kmemleak_scan()
1590 * Scanning result reporting. in kmemleak_scan()
1614 * Thread function performing automatic memory scanning. Unreferenced objects
1621 pr_info("Automatic memory scanning thread started\n"); in kmemleak_scan_thread()
1646 pr_info("Automatic memory scanning thread ended\n"); in kmemleak_scan_thread()
1652 * Start the automatic memory scanning thread. This function must be called
1667 * Stop the automatic memory scanning thread.
1680 * a memory scanning when the pos argument points to the first position.
1823 * stack=on - enable the task stacks scanning
1824 * stack=off - disable the tasks stacks scanning
1825 * scan=on - start the automatic memory scanning thread
1826 * scan=off - stop the automatic memory scanning thread
1827 * scan=... - set the automatic memory scanning period in seconds (0 to
1922 * Stop the memory scanning thread and free the kmemleak internal objects if
2049 * scanning is started during the late initcall. Add the early logged in kmemleak_init()