Searched refs:args2 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/arm/probes/kprobes/ |
D | test-core.c | 649 struct table_test_args args2 = *a; in table_test_fn() local 650 args2.parent_mask = h->mask.bits; in table_test_fn() 651 args2.parent_value = h->value.bits; in table_test_fn() 652 return table_iter(d->table.table, table_test_fn, &args2); in table_test_fn()
|
/Linux-v5.15/kernel/ |
D | audit.c | 1912 va_list args2; in audit_log_vformat() local 1925 va_copy(args2, args); in audit_log_vformat() 1935 len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2); in audit_log_vformat() 1940 va_end(args2); in audit_log_vformat()
|
/Linux-v5.15/kernel/printk/ |
D | printk.c | 2111 va_list args2; in vprintk_store() local 2133 va_copy(args2, args); in vprintk_store() 2134 reserve_size = vsnprintf(&prefix_buf[0], sizeof(prefix_buf), fmt, args2) + 1; in vprintk_store() 2135 va_end(args2); in vprintk_store()
|
/Linux-v5.15/kernel/bpf/ |
D | btf.c | 5300 const struct btf_param *args1, *args2; in btf_check_func_type_match() local 5325 args2 = (const struct btf_param *)(t2 + 1); in btf_check_func_type_match() 5346 t2 = btf_type_skip_modifiers(btf2, args2[i].type, NULL); in btf_check_func_type_match()
|