/kernel/uniproton/doc/ |
H A D | contribute_guide.md | 67 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 D | lpfc_sli4.h | 156 * If interrupts are in effect on _all_ the eq's the footprint
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 8988 * Booted in kdump kernel, minimize memory footprints by in megasas_init()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | tick-sched.c | 790 * 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 D | trace.c | 5642 " instances\t\t- Make sub-buffers with: mkdir instances/foo\n"
|
H A D | trace_events.c | 421 * There's ways to fool this, but in test_event_printk()
|
H A D | trace_selftest.c | 372 /* passed in by parameter to fool gcc from optimizing */ in trace_selftest_startup_dynamic_tracing()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unxz.c | 36 * Stream Footer (12)
|
H A D | Kconfig.debug | 758 Disable it to avoid an extra memory footprint.
|
H A D | test_string.c | 191 { "foobar", "", "", 0, 6 }, in strspn_selftest()
|
H A D | Kconfig.kmsan | 24 because it drastically increases kernel memory footprint and slows
|
H A D | test_bpf.c | 813 * footprint.
|
H A D | test_debug_virtual.c | 16 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 D | Kconfig | 279 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 D | huge_memory.c | 51 * risking an increased memory footprint for applications that are not
|
H A D | slab.c | 182 * footprint.
|
H A D | shmem.c | 4440 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 D | core.c | 5666 * this point the task has the smallest effective memory and cache footprint.
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_stream.c | 120 * 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 D | xz_stream.h | 31 #define FOOTER_MAGIC "YZ" macro 32 #define FOOTER_MAGIC_SIZE 2 macro
|
/kernel/linux/linux-6.6/kernel/ |
H A D | taskstats.c | 183 * 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 D | sysctl-test.c | 19 .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 D | workqueue.c | 1056 * foot that badly, there's only so much we can do, and if such deadlock
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | string-stream-test.c | 25 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 D | Kconfig | 39 memory footprint of RCU.
|