/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv04.h | 23 void (*prog)(struct nvkm_fb *, int i, member in struct:nv04_fb_impl::__anon4297
|
/linux-4.1.27/samples/seccomp/ |
H A D | bpf-fancy.c | 80 struct sock_fprog prog = { main() local
|
H A D | dropper.c | 41 struct sock_fprog prog = { install_filter() local
|
H A D | bpf-direct.c | 144 struct sock_fprog prog = { install_filter() local
|
/linux-4.1.27/samples/bpf/ |
H A D | sock_example.c | 43 struct bpf_insn prog[] = { test_sock() local
|
H A D | test_verifier.c | 777 struct bpf_insn *prog = tests[i].insns; test() local
|
H A D | bpf_load.c | 33 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 D | test_get_len.c | 39 const char *prog; variable
|
H A D | insn_sanity.c | 47 static const char *prog; /* Program name */ variable
|
/linux-4.1.27/drivers/parisc/ |
H A D | superio.c | 439 u8 prog; superio_fixup_pci() local
|
/linux-4.1.27/Documentation/spi/ |
H A D | spidev_test.c | 140 static void print_usage(const char *prog) print_usage() argument
|
/linux-4.1.27/kernel/trace/ |
H A D | bpf_trace.c | 32 unsigned int trace_call_bpf(struct bpf_prog *prog, void *ctx) trace_call_bpf() argument
|
H A D | trace_kprobe.c | 1138 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 D | ordered-events.c | 192 struct ui_progress prog; __ordered_events__flush() local
|
H A D | vdso.c | 177 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 D | hist.c | 1019 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 D | session.c | 1318 struct ui_progress prog; __perf_session__process_events() local
|
/linux-4.1.27/drivers/clk/at91/ |
H A D | clk-programmable.c | 48 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 D | asound_fm.h | 126 unsigned char prog; member in struct:sbi_patch
|
/linux-4.1.27/kernel/bpf/ |
H A D | syscall.c | 351 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 D | core.c | 618 void __weak bpf_int_jit_compile(struct bpf_prog *prog) bpf_int_jit_compile() argument
|
H A D | verifier.c | 195 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 D | act_bpf.c | 39 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 D | cls_bpf.c | 66 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 D | stats.c | 36 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 D | svc.c | 425 __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 D | rpcb_clnt.c | 445 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 D | opl3_synth.c | 314 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 D | bpf.h | 125 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 D | filter.h | 328 struct bpf_prog *prog; member in struct:sk_filter
|
H A D | ftrace_event.h | 310 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 D | thmc50.c | 102 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); thmc50_update_device() local
|
/linux-4.1.27/arch/x86/net/ |
H A D | bpf_jit_comp.c | 199 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 D | clk.h | 99 int (*prog)(struct nvkm_clk *); member in struct:nvkm_clk
|
H A D | fb.h | 66 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 D | bpf_jit_comp.c | 60 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 D | seccomp.c | 60 struct bpf_prog *prog; member in struct:seccomp_filter
|
/linux-4.1.27/usr/ |
H A D | gen_init_cpio.c | 451 static void usage(const char *prog) usage() argument
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_seq.c | 196 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 D | mon.c | 40 u32 prog; /* RPC callback info */ member in struct:nsm_args
|
/linux-4.1.27/arch/arm/net/ |
H A D | bpf_jit_32.c | 483 const struct bpf_prog *prog = ctx->skf; build_body() local
|
/linux-4.1.27/net/core/ |
H A D | filter.c | 358 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 D | builtin-report.c | 423 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 D | as10x_cmd.h | 373 __le16 prog; member in struct:as10x_cmd_header_t
|
/linux-4.1.27/arch/sparc/net/ |
H A D | bpf_jit_comp.c | 366 u32 temp[8], *prog, *func, seen = 0, pass; bpf_jit_compile() local
|
/linux-4.1.27/include/sound/ |
H A D | opl3.h | 271 unsigned char prog; member in struct:fm_patch
|
/linux-4.1.27/arch/mips/net/ |
H A D | bpf_jit.c | 740 const struct bpf_prog *prog = ctx->skf; build_body() local
|
/linux-4.1.27/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 736 wavefront_program prog; wavefront_get_program_status() local
|
/linux-4.1.27/drivers/pci/ |
H A D | quirks.c | 1108 u8 prog; quirk_svwks_csb5ide() local 1124 u8 prog; quirk_ide_samemode() local
|
/linux-4.1.27/kernel/events/ |
H A D | core.c | 6772 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 D | megaraid_sas.h | 1568 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 D | cvmx-lmcx-defs.h | 254 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 D | cvmx-mio-defs.h | 2168 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
|