Searched refs:use (Results 1 – 6 of 6) sorted by relevance
/kernel/gcov/ |
D | Kconfig | 27 is specified, use: 69 Select this option to use the format defined by GCC 3.4. 74 Select this option to use the format defined by GCC 4.7.
|
/kernel/ |
D | module.c | 830 struct module_use *use; in already_uses() local 832 list_for_each_entry(use, &b->source_list, source_list) { in already_uses() 833 if (use->source == a) { in already_uses() 851 struct module_use *use; in add_module_usage() local 854 use = kmalloc(sizeof(*use), GFP_ATOMIC); in add_module_usage() 855 if (!use) in add_module_usage() 858 use->source = a; in add_module_usage() 859 use->target = b; in add_module_usage() 860 list_add(&use->source_list, &b->source_list); in add_module_usage() 861 list_add(&use->target_list, &a->target_list); in add_module_usage() [all …]
|
/kernel/power/ |
D | Kconfig | 51 Alternatively, you can use the additional userland tools available 56 of the reasons to use software suspend is that the firmware hooks 64 be reloaded, then use the 'noresume' kernel command line argument. 72 meantime you cannot use the swap partition(s)/file(s) involved in 73 suspending. Also in this case you must not use the filesystems 239 To use this debugging feature you should attempt to suspend the 258 In order to use APM, you will need supporting software. For location
|
/kernel/trace/ |
D | Kconfig | 88 Allow the use of ring_buffer_swap_cpu. 98 of the kernel can use them to generate or add hooks to them. 368 on if you need to profile the system's use of these macros. 476 If you want to use perf tools, this option is strongly recommended. 487 If kprobes can use ftrace instead of breakpoint, ftrace related 513 This option is required if you plan to use perf-probe subcommand 643 selected by tracers that use it. 672 However, it should be safe to use on e.g. unused portion of VRAM. 766 that use this string to parse the raw data as user space does not know
|
/kernel/dma/ |
D | Kconfig | 85 to allocate big physically-contiguous blocks of memory for use with 161 Enable this option to debug the use of the DMA API by device drivers.
|
/kernel/debug/kdb/ |
D | kdb_main.c | 2051 struct module_use *use; in kdb_lsmod() local 2053 list_for_each_entry(use, &mod->source_list, in kdb_lsmod() 2055 kdb_printf("%s ", use->target->name); in kdb_lsmod()
|