/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | Kconfig | 37 memory footprint of RCU.
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core.c | 4083 * this point the task has the smallest effective memory and cache footprint.
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sysctl-test.c | 22 .procname = "foo", in sysctl_test_api_dointvec_null_tbl_data() 73 .procname = "foo", in sysctl_test_api_dointvec_table_maxlen_unset() 120 .procname = "foo", in sysctl_test_api_dointvec_table_len_is_zero() 154 .procname = "foo", in sysctl_test_api_dointvec_table_read_but_position_set() 189 .procname = "foo", in sysctl_test_dointvec_read_happy_single_positive() 220 .procname = "foo", in sysctl_test_dointvec_read_happy_single_negative() 249 .procname = "foo", in sysctl_test_dointvec_write_happy_single_positive() 279 .procname = "foo", in sysctl_test_dointvec_write_happy_single_negative() 311 .procname = "foo", in sysctl_test_api_dointvec_write_single_less_int_min() 349 .procname = "foo", in sysctl_test_api_dointvec_write_single_greater_int_max() [all...] |
H A D | params.c | 160 /* Args looks like "foo=bar,bar2 baz=fuz wiz". */
|
H A D | taskstats.c | 164 * per-task-foo(stats, tsk); in fill_stats() 223 * per-task-foo(stats, tsk); in fill_stats_for_tgid() 266 * per-task-foo(tsk->signal->stats, tsk); in fill_tgid_exit()
|
H A D | kallsyms.c | 176 * - foo.llvm.[0-9a-f]+ in cleanup_symbol_name() 177 * - foo.[0-9a-f]+ in cleanup_symbol_name() 178 * - foo.[0-9a-f]+.cfi_jt in cleanup_symbol_name() 194 * - foo$[0-9]+ in cleanup_symbol_name()
|
H A D | module.c | 1535 * /sys/module/foo/sections stuff 1661 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections. 2350 * On x86, PIC code and Clang non-PIC code may have call foo@PLT. GNU as in ignore_undef_symbol()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | tick-sched.c | 729 * Reset to make sure next tick stop doesn't get fooled by past in tick_nohz_restart() 969 * Make sure the CPU doesn't get fooled by obsolete tick in can_stop_idle_tick()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 489 static void init_once(void *foo) in init_once() argument 491 struct mqueue_inode_info *p = (struct mqueue_inode_info *) foo; in init_once()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.c | 5221 " instances\t\t- Make sub-buffers with: mkdir instances/foo\n"
|
H A D | trace_selftest.c | 341 /* passed in by parameter to fool gcc from optimizing */ in trace_selftest_startup_dynamic_tracing()
|
H A D | Kconfig | 229 This special tracer records the maximum stack footprint of the 547 Note that this might let you shoot yourself in the foot. 742 increase the memory footprint of the running kernel.
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 3785 * io_complete_rw(). Fool lockdep by telling it the lock got in io_write()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | inode.c | 374 /* Dots in names (e.g. "/sys/fs/bpf/foo.bar") are reserved for future in bpf_lookup()
|
H A D | verifier.c | 2010 * call foo // uses callee's r6 inside to compute r0 9415 * the same stack frame, since fp-8 in foo != fp-8 in bar in regsafe() 12100 * int foo(int f) 12108 * foo() will be verified first for R1=any_scalar_value. During verification it 12110 * from foo() will be checked for type match only. Later bar() will be verified
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 6297 printk(" per task-struct memory footprint: %zu bytes\n", in lockdep_init()
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | swap.c | 696 * footprint. in save_image_lzo() 1189 * footprint. in load_image_lzo()
|
/kernel/linux/linux-5.10/init/ |
H A D | Kconfig | 81 def_bool $(success,echo 'int foo(int x) { asm goto ("": "=r"(x) ::: bar); return x; bar: return 0; }' | $(CC) -x c - -c -o /dev/null) 86 def_bool $(success,echo 'int foo(int *x) { asm goto (".long (%l[bar]) - .": "+m"(*x) ::: bar); return *x; bar: return 0; }' | $CC -x c - -c -o /dev/null) 92 def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null) 985 Provides control over the memory footprint of tasks in a cgroup.
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | quorum.c | 10 * approach that is driven from userspace. Honest. No foolin'.
|
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 269 static void dlmfs_init_once(void *foo) in dlmfs_init_once() argument 272 (struct dlmfs_inode_private *) foo; in dlmfs_init_once()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 2070 static void ovl_inode_init_once(void *foo) in ovl_inode_init_once() argument 2072 struct ovl_inode *oi = foo; in ovl_inode_init_once()
|
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 887 * the attribute name after skipping the handler's prefix: for example, "foo" 889 * attribute "user.foo". The full name is still "there" in the name though.
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 4659 * left. For now, just catch that case and fool the layers in ocfs2_figure_insert_type()
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | inode.c | 518 static int orangefs_releasepage(struct page *page, gfp_t foo) in orangefs_releasepage() argument
|
H A D | orangefs-debug.h | 59 * foo 1 0
|