Home
last modified time | relevance | path

Searched full:foo* (Results 1676 - 1700 of 2214) sorted by relevance

1...<<61626364656667686970>>...89

/kernel/uniproton/doc/
H A Dcontribute_guide.md67 int Foo(int a)
141 int Foo(const char * restrict p); // Good:当有restrict修饰符时,"*"两边都有空格
199 #define FOO(x) do { \
383 每次提交,Commit message 都包括三个部分:Header,Body 和 Footer
389 <footer>
456 - **Footer格式**
458 Footer 部分只用于两种情况。
462 如果当前代码与上一个版本不兼容,则 Footer 部分以BREAKING CHANGE开头,后面是对变动的描述、以及变动理由和迁移方法。
480 如果当前 commit 针对某个issue,那么可以在 Footer 部分关闭这个 issue 。
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli4.h156 * If interrupts are in effect on _all_ the eq's the footprint
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c8988 * Booted in kdump kernel, minimize memory footprints by in megasas_init()
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-sched.c790 * Reset to make sure next tick stop doesn't get fooled by past in tick_nohz_restart()
1071 * Make sure the CPU doesn't get fooled by obsolete tick in can_stop_idle_tick()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace.c5642 " instances\t\t- Make sub-buffers with: mkdir instances/foo\n"
H A Dtrace_events.c421 * There's ways to fool this, but in test_event_printk()
H A Dtrace_selftest.c372 /* passed in by parameter to fool gcc from optimizing */ in trace_selftest_startup_dynamic_tracing()
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unxz.c36 * Stream Footer (12)
H A DKconfig.debug758 Disable it to avoid an extra memory footprint.
H A Dtest_string.c191 { "foobar", "", "", 0, 6 }, in strspn_selftest()
H A DKconfig.kmsan24 because it drastically increases kernel memory footprint and slows
H A Dtest_bpf.c813 * footprint.
H A Dtest_debug_virtual.c16 struct foo { struct
20 static struct foo *foo; variable
32 foo = kzalloc(sizeof(*foo), GFP_KERNEL); in test_debug_virtual_init()
33 if (!foo) in test_debug_virtual_init()
36 pa = virt_to_phys(foo); in test_debug_virtual_init()
37 va = foo; in test_debug_virtual_init()
46 kfree(foo); in test_debug_virtual_exit()
/kernel/linux/linux-6.6/mm/
H A DKconfig279 bool "Configure SLUB for minimal memory footprint"
284 footprint, sacrificing scalability, debugging and other features.
884 memory footprint of applications without a guaranteed
893 memory footprint of applications without a guaranteed
H A Dhuge_memory.c51 * risking an increased memory footprint for applications that are not
H A Dslab.c182 * footprint.
H A Dshmem.c4440 static void shmem_init_inode(void *foo) in shmem_init_inode() argument
4442 struct shmem_inode_info *info = foo; in shmem_init_inode()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c5666 * this point the task has the smallest effective memory and cache footprint.
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_stream.c120 * and Stream Footer. The Block Header is the biggest (1 KiB)
421 /* Decode the Stream Footer field (the last 12 bytes of the .xz Stream) */
424 if (!memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE)) in dec_stream_footer()
H A Dxz_stream.h31 #define FOOTER_MAGIC "YZ" macro
32 #define FOOTER_MAGIC_SIZE 2 macro
/kernel/linux/linux-6.6/kernel/
H A Dtaskstats.c183 * per-task-foo(stats, tsk); in fill_stats()
245 * per-task-foo(stats, tsk); in fill_stats_for_tgid()
288 * per-task-foo(tsk->signal->stats, tsk); in fill_tgid_exit()
H A Dsysctl-test.c19 .procname = "foo", in sysctl_test_api_dointvec_null_tbl_data()
70 .procname = "foo", in sysctl_test_api_dointvec_table_maxlen_unset()
117 .procname = "foo", in sysctl_test_api_dointvec_table_len_is_zero()
151 .procname = "foo", in sysctl_test_api_dointvec_table_read_but_position_set()
186 .procname = "foo", in sysctl_test_dointvec_read_happy_single_positive()
217 .procname = "foo", in sysctl_test_dointvec_read_happy_single_negative()
246 .procname = "foo", in sysctl_test_dointvec_write_happy_single_positive()
276 .procname = "foo", in sysctl_test_dointvec_write_happy_single_negative()
308 .procname = "foo", in sysctl_test_api_dointvec_write_single_less_int_min()
346 .procname = "foo", in sysctl_test_api_dointvec_write_single_greater_int_max()
[all...]
H A Dworkqueue.c1056 * foot that badly, there's only so much we can do, and if such deadlock
/kernel/linux/linux-6.6/lib/kunit/
H A Dstring-stream-test.c25 string_stream_add(stream, "Foo"); in string_stream_test_not_empty_after_add()
35 string_stream_add(stream, "Foo"); in string_stream_test_get_string()
39 KUNIT_ASSERT_STREQ(test, output, "Foo bar"); in string_stream_test_get_string()
/kernel/linux/linux-6.6/kernel/rcu/
H A DKconfig39 memory footprint of RCU.

Completed in 116 milliseconds

1...<<61626364656667686970>>...89