Searched refs:PROG (Results 1 - 8 of 8) sorted by last modified time

/linux-master/sound/pci/riptide/
H A Driptide.c397 u16 PROG; member in struct:riptide_firmware
642 .PROG = 773,
1201 snd_printdd("Firmware version: ASIC: %d CODEC %d AUXDSP %d PROG %d\n",
1203 firmware.firmware.AUXDSP, firmware.firmware.PROG);
1880 "\nVersion: ASIC: %d CODEC: %d AUXDSP: %d PROG: %d",
1884 chip->firmware.firmware.PROG);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh32 PROG=$1
47 *) echo "Usage: $PROG [-v] [-d <delay-factor>"
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A DMakefile2 PROG= aicasm macro
17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS)
39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS)
/linux-master/samples/bpf/
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro
46 PROG(SYS__NR_write)(struct pt_regs *ctx)
59 PROG(SYS__NR_read)(struct pt_regs *ctx)
73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx)
83 PROG(SYS__NR_mmap)(struct pt_regs *ctx)
H A Dspintest.bpf.c36 #define PROG(foo) \ macro
50 SEC("kprobe.multi/spin_*lock*")PROG(spin_lock)
51 SEC("kprobe.multi/*_spin_on_owner")PROG(spin_on_owner)
52 SEC("kprobe.multi/_raw_spin_*lock*")PROG(raw_spin_lock)
55 SEC("kprobe/htab_map_update_elem")PROG(p15)
56 SEC("kprobe/__htab_percpu_map_update_elem")PROG(p16)
57 SEC("kprobe/htab_map_alloc")PROG(p17)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) macro
275 PROG(IP)(struct __sk_buff *skb)
324 PROG(IPV6)(struct __sk_buff *skb)
346 PROG(IPV6OP)(struct __sk_buff *skb)
364 PROG(IPV6FR)(struct __sk_buff *skb)
392 PROG(MPLS)(struct __sk_buff *skb)
404 PROG(VLAN)(struct __sk_buff *skb)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh66 ns1_exec "${PROG}" "${BPF_PROG_ID}"
73 ns1_exec "${PROG}" "${BPF_PROG_ID}"
83 PROG="${DIR}/test_tcp_check_syncookie_user"
H A Dtest_skb_cgroup_id.sh50 ${PROG} ${TEST_IF} ${BPF_PROG_ID}
60 PROG="${DIR}/test_skb_cgroup_id_user"

Completed in 163 milliseconds