Lines Matching refs:mod
416 int i, mod[3] = {}, fmt_cnt = 0; in BPF_CALL_5() local
443 mod[fmt_cnt]++; in BPF_CALL_5()
446 mod[fmt_cnt]++; in BPF_CALL_5()
468 mod[fmt_cnt]++; in BPF_CALL_5()
502 mod[fmt_cnt]++; in BPF_CALL_5()
521 ((mod[0] == 2 || (mod[0] == 1 && __BITS_PER_LONG == 64)) \ in BPF_CALL_5()
523 : ((mod[0] == 1 || (mod[0] == 0 && __BITS_PER_LONG == 32)) \ in BPF_CALL_5()
528 ((mod[1] == 2 || (mod[1] == 1 && __BITS_PER_LONG == 64)) \ in BPF_CALL_5()
530 : ((mod[1] == 1 || (mod[1] == 0 && __BITS_PER_LONG == 32)) \ in BPF_CALL_5()
535 ((mod[2] == 2 || (mod[2] == 1 && __BITS_PER_LONG == 64)) \ in BPF_CALL_5()
537 : ((mod[2] == 1 || (mod[2] == 0 && __BITS_PER_LONG == 32)) \ in BPF_CALL_5()
2048 struct module *mod; in bpf_put_raw_tracepoint() local
2051 mod = __module_address((unsigned long)btp); in bpf_put_raw_tracepoint()
2052 module_put(mod); in bpf_put_raw_tracepoint()
2204 struct module *mod = module; in bpf_event_notify() local
2207 if (mod->num_bpf_raw_events == 0 || in bpf_event_notify()