Home
last modified time | relevance | path

Searched defs:zero (Results 1 – 25 of 189) sorted by relevance

12345678

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_sockmap_listen.c43 __u32 zero = 0; in prog_skb_verdict() local
62 __u32 zero = 0; in prog_msg_verdict() local
82 __u32 zero = 0; in prog_reuseport() local
Dtest_sockmap_kern.h111 int len, *f, ret, zero = 0; in bpf_prog2() local
237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
264 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
307 int ret = 0, *bytes, zero = 0; in bpf_prog8() local
324 int ret = 0, *bytes, zero = 0; in bpf_prog9() local
341 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog10() local
Dprofiler.inc.h359 int zero = 0; in get_var_kill_data() local
389 int zero = 0; in trace_var_sys_kill() local
557 int zero = 0; in BPF_KPROBE() local
617 int zero = 0; in raw_tracepoint__sched_process_exit() local
693 int zero = 0; in raw_tracepoint__sched_process_exec() local
787 int zero = 0; in kprobe_ret__do_filp_open() local
841 int zero = 0; in BPF_KPROBE() local
900 int zero = 0; in BPF_KPROBE() local
951 int zero = 0; in raw_tracepoint__sched_process_fork() local
Dtest_tc_neigh.c103 __u8 zero[ETH_ALEN * 2]; in tc_dst() local
127 __u8 zero[ETH_ALEN * 2]; in tc_src() local
Dtest_sk_assign.c95 const int zero = 0; in handle_udp() local
127 const int zero = 0; in handle_tcp() local
Dfreplace_cls_redirect.c21 const int zero = 0; in freplace_cls_redirect_test() local
Dtest_core_retro.c30 int zero = 0; in handle_sys_enter() local
Dtest_mmap.c32 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
Dfreplace_attach_probe.c26 struct hmap_elem zero = {}, *val; in new_handle_kprobe() local
/Linux-v5.10/arch/arm/include/asm/
Dtlbflush.h325 const int zero = 0; in __local_flush_tlb_all() local
335 const int zero = 0; in local_flush_tlb_all() local
352 const int zero = 0; in __flush_tlb_all() local
369 const int zero = 0; in __local_flush_tlb_mm() local
422 const int zero = 0; in __local_flush_tlb_page() local
481 const int zero = 0; in __local_flush_tlb_kernel_page() local
537 const int zero = 0; in __local_flush_bp_all() local
546 const int zero = 0; in local_flush_bp_all() local
556 const int zero = 0; in __flush_bp_all() local
/Linux-v5.10/drivers/misc/lkdtm/
Drefcount.c108 refcount_t zero = REFCOUNT_INIT(2); in lkdtm_REFCOUNT_DEC_ZERO() local
208 refcount_t zero = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_INC_ZERO() local
233 refcount_t zero = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_ADD_ZERO() local
/Linux-v5.10/samples/bpf/
Dibumad_kern.c80 u64 zero = 0, *val; in on_ib_umad_read_recv() local
100 u64 zero = 0, *val; in on_ib_umad_read_send() local
120 u64 zero = 0, *val; in on_ib_umad_write() local
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_map_in_map.c34 int inner_map_fd, outer_map_fd, err, zero = 0; in kern_sync_rcu() local
169 int err, inner_map_fd, zero = 0; in test_diff_size() local
Dsockmap_basic.c85 const int zero = 0; in test_sockmap_create_update_free() local
144 const __u32 zero = 0; in test_sockmap_update() local
Dcore_retro.c9 int err, zero = 0, res, duration = 0, my_pid = getpid(); in test_core_retro() local
Dglobal_data_init.c7 int err = -ENOMEM, map_fd, zero = 0; in test_global_data_init() local
/Linux-v5.10/drivers/s390/block/
Ddasd_fba.h20 unsigned char zero:2; /* Must be zero */ member
25 __u8 zero; /* Must be zero */ member
34 unsigned char zero:4; member
/Linux-v5.10/mm/
Drodata_test.c19 int zero = 0; in rodata_test() local
/Linux-v5.10/drivers/mfd/
D88pm860x-i2c.c143 unsigned char zero; in pm860x_page_reg_write() local
161 unsigned char zero = 0; in pm860x_page_bulk_read() local
/Linux-v5.10/arch/ia64/kernel/
Dfsys.S836 .zero: label
/Linux-v5.10/arch/x86/events/
Dprobe.c19 perf_msr_probe(struct perf_msr *msr, int cnt, bool zero, void *data) in perf_msr_probe()
/Linux-v5.10/arch/arc/kernel/
Dfpu.c37 const unsigned int zero = 0; in fpu_save_restore() local
/Linux-v5.10/arch/mips/include/asm/
Dregdef.h22 #define zero $0 /* wired zero */ macro
65 #define zero $0 /* wired zero */ macro
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/
Dqos_dscp_router.sh55 zero() function
/Linux-v5.10/arch/s390/net/
Dpnet.c74 static const u8 zero[MAX_PNETID_LEN] = { 0 }; in pnet_id_by_dev_port() local

12345678