Searched defs:prog (Results 1 - 53 of 53) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv04.h23 void (*prog)(struct nvkm_fb *, int i, member in struct:nv04_fb_impl::__anon4297
/linux-4.1.27/samples/seccomp/
H A Dbpf-fancy.c80 struct sock_fprog prog = { main() local
H A Ddropper.c41 struct sock_fprog prog = { install_filter() local
H A Dbpf-direct.c144 struct sock_fprog prog = { install_filter() local
/linux-4.1.27/samples/bpf/
H A Dsock_example.c43 struct bpf_insn prog[] = { test_sock() local
H A Dtest_verifier.c777 struct bpf_insn *prog = tests[i].insns; test() local
H A Dbpf_load.c33 static int load_and_attach(const char *event, struct bpf_insn *prog, int size) load_and_attach() argument
/linux-4.1.27/arch/x86/tools/
H A Dtest_get_len.c39 const char *prog; variable
H A Dinsn_sanity.c47 static const char *prog; /* Program name */ variable
/linux-4.1.27/drivers/parisc/
H A Dsuperio.c439 u8 prog; superio_fixup_pci() local
/linux-4.1.27/Documentation/spi/
H A Dspidev_test.c140 static void print_usage(const char *prog) print_usage() argument
/linux-4.1.27/kernel/trace/
H A Dbpf_trace.c32 unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) trace_call_bpf() argument
H A Dtrace_kprobe.c1138 struct bpf_prog *prog = call->prog; kprobe_perf_func() local
1173 struct bpf_prog *prog = call->prog; kretprobe_perf_func() local
/linux-4.1.27/tools/perf/util/
H A Dordered-events.c192 struct ui_progress prog; __ordered_events__flush() local
H A Dvdso.c177 static int vdso__copy_compat(const char *prog, int fd) vdso__copy_compat() argument
194 static int vdso__create_compat_file(const char *prog, char *temp_name) vdso__create_compat_file() argument
H A Dhist.c1019 void hists__collapse_resort(struct hists *hists, struct ui_progress *prog) hists__collapse_resort() argument
1126 void hists__output_resort(struct hists *hists, struct ui_progress *prog) hists__output_resort() argument
H A Dsession.c1318 struct ui_progress prog; __perf_session__process_events() local
/linux-4.1.27/drivers/clk/at91/
H A Dclk-programmable.c48 struct clk_programmable *prog = to_clk_programmable(hw); clk_programmable_recalc_rate() local
101 struct clk_programmable *prog = to_clk_programmable(hw); clk_programmable_set_parent() local
126 struct clk_programmable *prog = to_clk_programmable(hw); clk_programmable_get_parent() local
141 struct clk_programmable *prog = to_clk_programmable(hw); clk_programmable_set_rate() local
180 struct clk_programmable *prog; at91_clk_register_programmable() local
/linux-4.1.27/include/uapi/sound/
H A Dasound_fm.h126 unsigned char prog; member in struct:sbi_patch
/linux-4.1.27/kernel/bpf/
H A Dsyscall.c351 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) find_prog_type() argument
380 static void fixup_bpf_calls(struct bpf_prog *prog) fixup_bpf_calls() argument
416 void bpf_prog_put(struct bpf_prog *prog) bpf_prog_put() argument
427 struct bpf_prog *prog = filp->private_data; bpf_prog_release() local
439 struct bpf_prog *prog; get_prog() local
460 struct bpf_prog *prog; bpf_prog_get() local
479 struct bpf_prog *prog; bpf_prog_load() local
H A Dcore.c618 void __weak bpf_int_jit_compile(struct bpf_prog *prog) bpf_int_jit_compile() argument
H A Dverifier.c195 struct bpf_prog *prog; /* eBPF program being verified */ member in struct:verifier_env
1932 static void adjust_branches(struct bpf_prog *prog, int pos, int delta) adjust_branches() argument
2040 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr) bpf_check() argument
/linux-4.1.27/net/sched/
H A Dact_bpf.c39 struct tcf_bpf *prog = act->priv; tcf_bpf() local
87 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) tcf_bpf_is_ebpf() argument
92 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, tcf_bpf_dump_bpf_info() argument
110 static int tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, tcf_bpf_dump_ebpf_info() argument
127 struct tcf_bpf *prog = act->priv; tcf_bpf_dump() local
255 static void tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, tcf_bpf_prog_fill_cfg() argument
272 struct tcf_bpf *prog; tcf_bpf_init() local
H A Dcls_bpf.c66 struct cls_bpf_prog *prog; cls_bpf_classify() local
95 static bool cls_bpf_is_ebpf(const struct cls_bpf_prog *prog) cls_bpf_is_ebpf() argument
114 static void cls_bpf_delete_prog(struct tcf_proto *tp, struct cls_bpf_prog *prog) cls_bpf_delete_prog() argument
130 struct cls_bpf_prog *prog = container_of(rcu, struct cls_bpf_prog, rcu); __cls_bpf_delete_prog() local
137 struct cls_bpf_prog *prog = (struct cls_bpf_prog *) arg; cls_bpf_delete() local
149 struct cls_bpf_prog *prog, *tmp; cls_bpf_destroy() local
168 struct cls_bpf_prog *prog; cls_bpf_get() local
330 struct cls_bpf_prog *prog; cls_bpf_change() local
382 static int cls_bpf_dump_bpf_info(const struct cls_bpf_prog *prog, cls_bpf_dump_bpf_info() argument
400 static int cls_bpf_dump_ebpf_info(const struct cls_bpf_prog *prog, cls_bpf_dump_ebpf_info() argument
416 struct cls_bpf_prog *prog = (struct cls_bpf_prog *) fh; cls_bpf_dump() local
457 struct cls_bpf_prog *prog; cls_bpf_walk() local
184 cls_bpf_prog_from_ops(struct nlattr **tb, struct cls_bpf_prog *prog, u32 classid) cls_bpf_prog_from_ops() argument
226 cls_bpf_prog_from_efd(struct nlattr **tb, struct cls_bpf_prog *prog, u32 classid) cls_bpf_prog_from_efd() argument
264 cls_bpf_modify_existing(struct net *net, struct tcf_proto *tp, struct cls_bpf_prog *prog, unsigned long base, struct nlattr **tb, struct nlattr *est, bool ovr) cls_bpf_modify_existing() argument
/linux-4.1.27/net/sunrpc/
H A Dstats.c36 const struct rpc_program *prog = statp->program; rpc_proc_show() local
82 const struct svc_program *prog = statp->program; svc_seq_show() local
H A Dsvc.c425 __svc_create(struct svc_program *prog, unsigned int bufsize, int npools, __svc_create() argument
488 svc_create(struct svc_program *prog, unsigned int bufsize, svc_create() argument
496 svc_create_pooled(struct svc_program *prog, unsigned int bufsize, svc_create_pooled() argument
1080 u32 prog, vers, proc; svc_process_common() local
H A Drpcb_clnt.c445 int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short port) rpcb_register() argument
/linux-4.1.27/sound/drivers/opl3/
H A Dopl3_synth.c314 struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl3, int prog, int bank, snd_opl3_find_patch() argument
251 snd_opl3_load_patch(struct snd_opl3 *opl3, int prog, int bank, int type, const char *name, const unsigned char *ext, const unsigned char *data) snd_opl3_load_patch() argument
/linux-4.1.27/include/linux/
H A Dbpf.h125 struct bpf_prog *prog; member in struct:bpf_prog_aux
151 static inline void bpf_prog_put(struct bpf_prog *prog) bpf_prog_put() argument
H A Dfilter.h328 struct bpf_prog *prog; member in struct:sk_filter
H A Dftrace_event.h310 struct bpf_prog *prog; member in struct:ftrace_event_call
559 static inline unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) trace_call_bpf() argument
/linux-4.1.27/drivers/hwmon/
H A Dthmc50.c102 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); thmc50_update_device() local
/linux-4.1.27/arch/x86/net/
H A Dbpf_jit_comp.c199 u8 *prog = temp; do_jit() local
936 void bpf_jit_compile(struct bpf_prog *prog) bpf_jit_compile() argument
940 void bpf_int_jit_compile(struct bpf_prog *prog) bpf_int_jit_compile() argument
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dclk.h99 int (*prog)(struct nvkm_clk *); member in struct:nvkm_clk
H A Dfb.h66 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); member in struct:nvkm_fb::__anon4135
143 int (*prog)(struct nvkm_fb *); member in struct:nvkm_ram
/linux-4.1.27/arch/arm64/net/
H A Dbpf_jit_comp.c60 const struct bpf_prog *prog; member in struct:jit_ctx
672 const struct bpf_prog *prog = ctx->prog; build_body() local
700 void bpf_jit_compile(struct bpf_prog *prog) bpf_jit_compile() argument
705 void bpf_int_jit_compile(struct bpf_prog *prog) bpf_int_jit_compile() argument
770 void bpf_jit_free(struct bpf_prog *prog) bpf_jit_free() argument
/linux-4.1.27/kernel/
H A Dseccomp.c60 struct bpf_prog *prog; member in struct:seccomp_filter
/linux-4.1.27/usr/
H A Dgen_init_cpio.c451 static void usage(const char *prog) usage() argument
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_seq.c196 const u32 *prog = (u32 *) _prog; asd_verify_cseq() local
232 const u32 *prog = (u32 *) _prog; asd_verify_lseq() local
267 static int asd_verify_seq(struct asd_ha_struct *asd_ha, const u8 *prog, asd_verify_seq() argument
364 const u32 *prog = (u32 *) _prog; asd_download_seq() local
288 asd_download_seq(struct asd_ha_struct *asd_ha, const u8 * const prog, u32 size, u8 lseq_mask) asd_download_seq() argument
/linux-4.1.27/fs/lockd/
H A Dmon.c40 u32 prog; /* RPC callback info */ member in struct:nsm_args
/linux-4.1.27/arch/arm/net/
H A Dbpf_jit_32.c483 const struct bpf_prog *prog = ctx->skf; build_body() local
/linux-4.1.27/net/core/
H A Dfilter.c358 int bpf_convert_filter(struct sock_filter *prog, int len, bpf_convert_filter() argument
866 static void __bpf_prog_release(struct bpf_prog *prog) __bpf_prog_release() argument
1073 static int __sk_attach_prog(struct bpf_prog *prog, struct sock *sk) __sk_attach_prog() argument
1113 struct bpf_prog *prog; sk_attach_filter() local
1159 struct bpf_prog *prog; sk_attach_bpf() local
/linux-4.1.27/tools/perf/
H A Dbuiltin-report.c423 struct ui_progress prog; report__collapse_hists() local
451 struct ui_progress prog; report__output_resort() local
457 hists__output_resort(evsel__hists(pos), &prog); report__output_resort() local
/linux-4.1.27/drivers/media/usb/as102/
H A Das10x_cmd.h373 __le16 prog; member in struct:as10x_cmd_header_t
/linux-4.1.27/arch/sparc/net/
H A Dbpf_jit_comp.c366 u32 temp[8], *prog, *func, seen = 0, pass; bpf_jit_compile() local
/linux-4.1.27/include/sound/
H A Dopl3.h271 unsigned char prog; member in struct:fm_patch
/linux-4.1.27/arch/mips/net/
H A Dbpf_jit.c740 const struct bpf_prog *prog = ctx->skf; build_body() local
/linux-4.1.27/sound/isa/wavefront/
H A Dwavefront_synth.c736 wavefront_program prog; wavefront_get_program_status() local
/linux-4.1.27/drivers/pci/
H A Dquirks.c1108 u8 prog; quirk_svwks_csb5ide() local
1124 u8 prog; quirk_ide_samemode() local
/linux-4.1.27/kernel/events/
H A Dcore.c6772 struct bpf_prog *prog; perf_event_set_bpf_prog() local
6801 struct bpf_prog *prog; perf_event_free_bpf_prog() local
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1568 struct megasas_progress prog; member in struct:megasas_evt_detail::__anon9307::__anon9313
1602 struct megasas_progress prog; member in struct:megasas_evt_detail::__anon9307::__anon9319
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h254 uint64_t prog:8; member in struct:cvmx_lmcx_char_ctl::cvmx_lmcx_char_ctl_s
272 uint64_t prog:8; member in struct:cvmx_lmcx_char_ctl::cvmx_lmcx_char_ctl_cn63xx
H A Dcvmx-mio-defs.h2168 uint64_t prog:1; member in struct:cvmx_mio_fus_prog::cvmx_mio_fus_prog_s
2178 uint64_t prog:1; member in struct:cvmx_mio_fus_prog::cvmx_mio_fus_prog_cn30xx

Completed in 2270 milliseconds