Searched refs:use (Results 1 – 3 of 3) sorted by relevance
/kernel/power/ |
D | Kconfig | 8 and ACPI. If you want to use either one, say Y here and then also 67 To use this debugging feature you should attempt to suspend the 198 Alternatively, you can use the additional userland tools available 203 of the reasons to use software suspend is that the firmware hooks 211 be reloaded, then use the 'noresume' kernel command line argument. 219 meantime you cannot use the swap partition(s)/file(s) involved in 220 suspending. Also in this case you must not use the filesystems 260 In order to use APM, you will need supporting software. For location
|
/kernel/ |
D | module.c | 597 struct module_use *use; in already_uses() local 599 list_for_each_entry(use, &b->modules_which_use_me, list) { in already_uses() 600 if (use->module_which_uses == a) { in already_uses() 612 struct module_use *use; in use_module() local 631 use = kmalloc(sizeof(*use), GFP_ATOMIC); in use_module() 632 if (!use) { in use_module() 638 use->module_which_uses = a; in use_module() 639 list_add(&use->list, &b->modules_which_use_me); in use_module() 650 struct module_use *use; in module_unload_free() local 652 list_for_each_entry(use, &i->modules_which_use_me, list) { in module_unload_free() [all …]
|
/kernel/trace/ |
D | Kconfig | 183 on if you need to profile the system's use of these macros. 326 However, it should be safe to use on e.g. unused portion of VRAM.
|