/linux-4.4.14/net/sched/ |
D | cls_bpf.c | 82 struct cls_bpf_prog *prog; in cls_bpf_classify() local 137 static bool cls_bpf_is_ebpf(const struct cls_bpf_prog *prog) in cls_bpf_is_ebpf() 156 static void cls_bpf_delete_prog(struct tcf_proto *tp, struct cls_bpf_prog *prog) in cls_bpf_delete_prog() 172 struct cls_bpf_prog *prog = container_of(rcu, struct cls_bpf_prog, rcu); in __cls_bpf_delete_prog() local 179 struct cls_bpf_prog *prog = (struct cls_bpf_prog *) arg; in cls_bpf_delete() local 191 struct cls_bpf_prog *prog, *tmp; in cls_bpf_destroy() local 210 struct cls_bpf_prog *prog; in cls_bpf_get() local 226 static int cls_bpf_prog_from_ops(struct nlattr **tb, struct cls_bpf_prog *prog) in cls_bpf_prog_from_ops() 265 static int cls_bpf_prog_from_efd(struct nlattr **tb, struct cls_bpf_prog *prog, in cls_bpf_prog_from_efd() 305 struct cls_bpf_prog *prog, in cls_bpf_modify_existing() [all …]
|
D | act_bpf.c | 39 struct tcf_bpf *prog = act->priv; in tcf_bpf() local 93 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) in tcf_bpf_is_ebpf() 98 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_bpf_info() 116 static int tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_ebpf_info() 133 struct tcf_bpf *prog = act->priv; in tcf_bpf_dump() local 261 static void tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, in tcf_bpf_prog_fill_cfg() 281 struct tcf_bpf *prog; in tcf_bpf_init() local
|
/linux-4.4.14/kernel/bpf/ |
D | syscall.c | 430 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) in find_prog_type() 459 static void fixup_bpf_calls(struct bpf_prog *prog) in fixup_bpf_calls() 512 static int bpf_prog_charge_memlock(struct bpf_prog *prog) in bpf_prog_charge_memlock() 529 static void bpf_prog_uncharge_memlock(struct bpf_prog *prog) in bpf_prog_uncharge_memlock() 547 void bpf_prog_put_rcu(struct bpf_prog *prog) in bpf_prog_put_rcu() 553 void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put() 562 struct bpf_prog *prog = filp->private_data; in bpf_prog_release() local 572 int bpf_prog_new_fd(struct bpf_prog *prog) in bpf_prog_new_fd() 590 struct bpf_prog *bpf_prog_inc(struct bpf_prog *prog) in bpf_prog_inc() 605 struct bpf_prog *prog; in bpf_prog_get() local [all …]
|
D | arraymap.c | 233 struct bpf_prog *prog = bpf_prog_get(fd); in prog_fd_array_get_ptr() local 246 struct bpf_prog *prog = ptr; in prog_fd_array_put_ptr() local
|
D | core.c | 448 struct bpf_prog *prog; in __bpf_prog_run() local 788 void __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
|
D | verifier.c | 195 struct bpf_prog *prog; /* eBPF program being verified */ member 2084 static void adjust_branches(struct bpf_prog *prog, int pos, int delta) in adjust_branches() 2197 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr) in bpf_check()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 160 struct sock_fprog prog = { in TEST() local 192 struct sock_fprog prog = { }; in TEST() local 229 struct sock_fprog prog = { }; in TEST() local 266 struct sock_fprog prog = { in TEST() local 289 struct sock_fprog prog = { in TEST() local 314 struct sock_fprog prog = { in TEST() local 331 struct sock_fprog prog = { in TEST() local 350 struct sock_fprog prog = { in TEST_SIGNAL() local 372 struct sock_fprog prog = { in TEST_SIGNAL() local 393 struct sock_fprog prog = { in TEST_SIGNAL() local [all …]
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 207 static void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload() 215 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit() 238 struct bpf_program *prog) in bpf_program__init() 275 struct bpf_program prog, *progs; in bpf_object__add_program() local 596 struct bpf_program *prog; in bpf_object__find_prog_by_idx() local 608 bpf_program__collect_reloc(struct bpf_program *prog, in bpf_program__collect_reloc() 724 bpf_program__relocate(struct bpf_program *prog, int *map_fds) in bpf_program__relocate() 756 struct bpf_program *prog; in bpf_object__relocate() local 786 struct bpf_program *prog; in bpf_object__collect_reloc() local 860 bpf_program__load(struct bpf_program *prog, in bpf_program__load() [all …]
|
/linux-4.4.14/drivers/clk/at91/ |
D | clk-programmable.c | 48 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_recalc_rate() local 102 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_parent() local 127 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_get_parent() local 142 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_rate() local 181 struct clk_programmable *prog; in at91_clk_register_programmable() local
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 203 u8 *prog = *pprog; in emit_prologue() local 257 u8 *prog = *pprog; in emit_bpf_tail_call() local 321 u8 *prog = *pprog; in emit_load_skb_data_hlen() local 348 u8 *prog = temp; in do_jit() local 1042 void bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile() 1046 void bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()
|
/linux-4.4.14/arch/arm64/net/ |
D | bpf_jit_comp.c | 60 const struct bpf_prog *prog; member 723 const struct bpf_prog *prog = ctx->prog; in build_body() local 751 void bpf_jit_compile(struct bpf_prog *prog) in bpf_jit_compile() 756 void bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile() 821 void bpf_jit_free(struct bpf_prog *prog) in bpf_jit_free()
|
/linux-4.4.14/tools/perf/util/ |
D | bpf-loader.c | 113 config_bpf_program(struct bpf_program *prog) in config_bpf_program() 203 struct bpf_program *prog; in bpf__probe() local 243 struct bpf_program *prog; in bpf__unprobe() local 297 struct bpf_program *prog; in bpf__foreach_tev() local
|
D | vdso.c | 177 static int vdso__copy_compat(const char *prog, int fd) in vdso__copy_compat() 194 static int vdso__create_compat_file(const char *prog, char *temp_name) in vdso__create_compat_file()
|
D | ordered-events.c | 192 struct ui_progress prog; in __ordered_events__flush() local
|
D | hist.c | 1050 void hists__collapse_resort(struct hists *hists, struct ui_progress *prog) in hists__collapse_resort() 1158 void hists__output_resort(struct hists *hists, struct ui_progress *prog) in hists__output_resort()
|
D | session.c | 1569 struct ui_progress prog; in __perf_session__process_events() local
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_seq.c | 196 const u32 *prog = (u32 *) _prog; in asd_verify_cseq() local 232 const u32 *prog = (u32 *) _prog; in asd_verify_lseq() local 267 static int asd_verify_seq(struct asd_ha_struct *asd_ha, const u8 *prog, in asd_verify_seq() 289 const u8 * const prog, u32 size, u8 lseq_mask) in asd_download_seq() 364 const u32 *prog = (u32 *) _prog; in asd_download_seq() local
|
/linux-4.4.14/samples/bpf/ |
D | tracex5_user.c | 18 struct sock_fprog prog = { in install_accept_all_seccomp() local
|
D | sock_example.c | 43 struct bpf_insn prog[] = { in test_sock() local
|
D | test_verifier.c | 1226 struct bpf_insn *prog = tests[i].insns; in test() local
|
D | bpf_load.c | 47 static int load_and_attach(const char *event, struct bpf_insn *prog, int size) in load_and_attach()
|
/linux-4.4.14/samples/seccomp/ |
D | dropper.c | 41 struct sock_fprog prog = { in install_filter() local
|
D | bpf-fancy.c | 80 struct sock_fprog prog = { in main() local
|
D | bpf-direct.c | 144 struct sock_fprog prog = { in install_filter() local
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_wait_wouldblock.c | 33 void usage(char *prog) in usage()
|
D | futex_wait_timeout.c | 32 void usage(char *prog) in usage()
|
D | futex_requeue_pi_mismatched_ops.c | 37 void usage(char *prog) in usage()
|
D | futex_wait_uninitialized_heap.c | 45 void usage(char *prog) in usage()
|
D | futex_wait_private_mapped_file.c | 46 void usage(char *prog) in usage()
|
D | futex_requeue_pi_signal_restart.c | 43 void usage(char *prog) in usage()
|
D | futex_requeue_pi.c | 60 void usage(char *prog) in usage()
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
D | dscr_inherit_exec_test.c | 22 static char prog[LEN_MAX]; variable
|
/linux-4.4.14/net/sunrpc/ |
D | stats.c | 36 const struct rpc_program *prog = statp->program; in rpc_proc_show() local 82 const struct svc_program *prog = statp->program; in svc_seq_show() local
|
D | svc.c | 408 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, in __svc_create() 471 svc_create(struct svc_program *prog, unsigned int bufsize, in svc_create() 479 svc_create_pooled(struct svc_program *prog, unsigned int bufsize, in svc_create_pooled() 1077 u32 prog, vers, proc; in svc_process_common() local
|
D | rpcb_clnt.c | 445 int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short port) in rpcb_register()
|
/linux-4.4.14/net/core/ |
D | filter.c | 358 static int bpf_convert_filter(struct sock_filter *prog, int len, in bpf_convert_filter() 869 static void __bpf_prog_release(struct bpf_prog *prog) in __bpf_prog_release() 1142 static int __sk_attach_prog(struct bpf_prog *prog, struct sock *sk, in __sk_attach_prog() 1182 struct bpf_prog *prog; in __sk_attach_filter() local 1233 struct bpf_prog *prog; in sk_attach_bpf() local 1752 struct bpf_prog *prog) in bpf_net_convert_ctx_access()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | priv.h | 11 int (*prog)(struct nvkm_clk *); member
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_synth.c | 252 int prog, int bank, int type, in snd_opl3_load_patch() 314 struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl3, int prog, int bank, in snd_opl3_find_patch()
|
/linux-4.4.14/include/linux/ |
D | filter.h | 348 struct bpf_prog *prog; member 353 static inline u32 bpf_prog_run_save_cb(const struct bpf_prog *prog, in bpf_prog_run_save_cb() 376 static inline u32 bpf_prog_run_clear_cb(const struct bpf_prog *prog, in bpf_prog_run_clear_cb() 392 static inline bool bpf_prog_was_classic(const struct bpf_prog *prog) in bpf_prog_was_classic()
|
D | bpf.h | 133 struct bpf_prog *prog; member 198 static inline void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put()
|
D | trace_events.h | 303 struct bpf_prog *prog; member 559 static inline unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) in trace_call_bpf()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | priv.h | 19 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); member
|
/linux-4.4.14/arch/x86/tools/ |
D | test_get_len.c | 39 const char *prog; variable
|
D | insn_sanity.c | 47 static const char *prog; /* Program name */ variable
|
/linux-4.4.14/drivers/parisc/ |
D | superio.c | 439 u8 prog; in superio_fixup_pci() local
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 140 static void print_usage(const char *prog) in print_usage()
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_fanout.c | 101 struct bpf_insn prog[] = { in sock_fanout_set_ebpf() local
|
/linux-4.4.14/kernel/trace/ |
D | bpf_trace.c | 32 unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) in trace_call_bpf()
|
D | trace_kprobe.c | 1126 struct bpf_prog *prog = call->prog; in kprobe_perf_func() local 1161 struct bpf_prog *prog = call->prog; in kretprobe_perf_func() local
|
D | trace_uprobe.c | 1113 struct bpf_prog *prog = call->prog; in __uprobe_perf_func() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 464 struct ui_progress prog; in report__collapse_hists() local 494 struct ui_progress prog; in report__output_resort() local
|
/linux-4.4.14/include/uapi/sound/ |
D | asound_fm.h | 126 unsigned char prog; member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91sam9261.dtsi | 631 prog: progck { label
|
D | sama5d2.dtsi | 388 prog: progck { label
|
D | at91sam9263.dtsi | 157 prog: progck { label
|
D | at91rm9200.dtsi | 161 prog: progck { label
|
D | at91sam9260.dtsi | 176 prog: progck { label
|
D | at91sam9n12.dtsi | 181 prog: progck { label
|
D | at91sam9rl.dtsi | 861 prog: progck { label
|
D | at91sam9x5.dtsi | 185 prog: progck { label
|
D | at91sam9g45.dtsi | 184 prog: progck { label
|
D | sama5d3.dtsi | 985 prog: progck { label
|
D | sama5d4.dtsi | 470 prog: progck { label
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | fb.h | 148 int (*prog)(struct nvkm_ram *); member
|
/linux-4.4.14/kernel/ |
D | seccomp.c | 60 struct bpf_prog *prog; member
|
/linux-4.4.14/usr/ |
D | gen_init_cpio.c | 451 static void usage(const char *prog) in usage()
|
/linux-4.4.14/fs/lockd/ |
D | mon.c | 40 u32 prog; /* RPC callback info */ member
|
/linux-4.4.14/drivers/hwmon/ |
D | thmc50.c | 102 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device() local
|
/linux-4.4.14/arch/arm/net/ |
D | bpf_jit_32.c | 515 const struct bpf_prog *prog = ctx->skf; in build_body() local
|
/linux-4.4.14/include/sound/ |
D | opl3.h | 271 unsigned char prog; member
|
/linux-4.4.14/sound/isa/wavefront/ |
D | wavefront_synth.c | 736 wavefront_program prog; in wavefront_get_program_status() local
|
/linux-4.4.14/drivers/pci/ |
D | quirks.c | 1102 u8 prog; in quirk_svwks_csb5ide() local 1118 u8 prog; in quirk_ide_samemode() local
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 366 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 654 const struct bpf_prog *prog = ctx->skf; in build_body() local
|
/linux-4.4.14/drivers/media/usb/as102/ |
D | as10x_cmd.h | 373 __le16 prog; member
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 1420 struct bpf_prog *prog; in fanout_demux_bpf() local
|
/linux-4.4.14/kernel/events/ |
D | core.c | 7067 struct bpf_prog *prog; in perf_event_set_bpf_prog() local 7096 struct bpf_prog *prog; in perf_event_free_bpf_prog() local
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1611 struct megasas_progress prog; member 1645 struct megasas_progress prog; member
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 254 uint64_t prog:8; member 272 uint64_t prog:8; member
|
D | cvmx-mio-defs.h | 2168 uint64_t prog:1; member 2178 uint64_t prog:1; member
|