Searched refs:program (Results 26 - 50 of 100) sorted by relevance

1234

/linux-master/tools/perf/tests/shell/
H A Dtest_brstack.sh20 TMPDIR=$(mktemp -d /tmp/__perf_test.program.XXXXX)
/linux-master/net/sunrpc/
H A Dstats.c39 const struct rpc_program *prog = statp->program;
84 const struct svc_program *prog = statp->program;
121 * @clnt: RPC program, version, and xprt
300 return do_register(net, statp->program->name, statp, &rpc_proc_ops);
317 return do_register(net, statp->program->pg_name, net, proc_ops);
H A Dsvc.c523 * @prog: the RPC program the new service will handle
538 * @prog: the RPC program the new service will handle
954 static int __svc_rpcb_register4(struct net *net, const u32 program, argument
978 error = rpcb_v4_register(net, program, version,
986 error = rpcb_register(net, program, version, protocol, port);
1002 static int __svc_rpcb_register6(struct net *net, const u32 program, argument
1026 error = rpcb_v4_register(net, program, version,
1047 const u32 program, const u32 version,
1056 error = __svc_rpcb_register4(net, program, version,
1061 error = __svc_rpcb_register6(net, program, versio
1046 __svc_register(struct net *net, const char *progname, const u32 program, const u32 version, const int family, const unsigned short protocol, const unsigned short port) argument
1160 __svc_unregister(struct net *net, const u32 program, const u32 version, const char *progname) argument
[all...]
H A Dclnt.c374 const struct rpc_program *program = args->program; local
386 if (args->version >= program->nrvers)
388 version = program->version[args->version];
406 clnt->cl_prog = args->prognumber ? : program->number;
408 clnt->cl_stats = args->stats ? : program->stats;
414 clnt->cl_program = program;
462 trace_rpc_clnt_new_err(program->name, args->servername, err);
531 * it supports this program and version. RPC_CLNT_CREATE_NOPING disables
689 .program
1063 rpc_bind_new_program(struct rpc_clnt *old, const struct rpc_program *program, u32 vers) argument
[all...]
H A Drpcb_clnt.c237 .program = &rpcb_program,
311 .program = &rpcb_program,
381 .program = &rpcb_program,
424 * @prog: RPC program number to bind
436 * invoke this function once for each [program, version, transport]
441 * all registered transports for [program, version] from the local
547 * @program: RPC program number of service to (un)register
559 * invoke this function once for each [program, version, address,
566 * then all netids for [program, versio
588 rpcb_v4_register(struct net *net, const u32 program, const u32 version, const struct sockaddr *address, const char *netid) argument
[all...]
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c13 * For each program in the PAT, a PMT section will be created
92 s302m->program = vidtv_psi_pat_program_init(NULL,
95 if (!s302m->program)
147 vidtv_psi_pat_program_destroy(s302m->program);
274 curr = cur_chnl->program;
537 vidtv_psi_pat_program_destroy(curr->program);
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh80 # using PnP. The included pinnaclecfg program in this shell archive
90 # the pinnaclecfg program after the kernel is loaded.
133 # pinnaclecfg program. Using this program, you can assign the
256 # trouble, you can try the setdigital.c program
327 # To generating the firmware files with the `conv' program, we create
334 # The conv (and conv.l) program is not needed after conversion and can
349 # want to set it as the input source, you can use this program if you
350 # have trouble trying to do it with a mixer program (be sure to
457 X * This program i
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S18 | Speed: The program sCOS takes approximately 310 cycles.
H A Dsasin.S18 | Speed: The program sASIN takes approximately 310 cycles.
H A Dsatanh.S19 | Speed: The program satanh takes approximately 270 cycles.
H A Dx_unimp.S7 | Invoked when the user program encounters a floating-point
H A Dstwotox.S19 | Speed: The program stwotox takes approximately 190 cycles and the
20 | program stentox takes approximately 200 cycles.
H A Dslogn.S19 | Speed: The program slogn takes approximately 190 cycles for input
22 | 210 cycles. For the less common arguments, the program will
39 | beforehand and stored in the program.
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c60 static void child_start(struct child_data *child, const char *program) argument
117 ret = execl(program, program, NULL);
119 program, errno, strerror(errno));
/linux-master/include/linux/sunrpc/
H A Dclnt.h53 u32 cl_prog, /* RPC program number */
58 struct rpc_stat * cl_stats; /* per-program statistics */
99 * General RPC program info
104 u32 number; /* program number */
141 const struct rpc_program *program; member in struct:rpc_create_args
143 u32 prognumber; /* overrides program->number */
198 int rpcb_v4_register(struct net *net, const u32 program,
/linux-master/sound/soc/codecs/
H A Dtas2781-fmwlib.c512 struct tasdevice_prog *program; local
516 program = &(tas_fmw->programs[i]);
525 offset = fw_parse_data_kernel(tas_fmw, &(program->dev_data),
570 struct tasdevice_prog *program; local
624 program = &(tas_fmw->programs[i]);
625 program->prog_size = be32_to_cpup((__be32 *)&buf[offset]);
1071 struct tasdevice_prog *program; local
1099 program = &(tas_fmw->programs[i]);
1118 offset = fw_parse_data(tas_fmw, &(program->dev_data), fmw,
2161 struct tasdevice_prog *program; local
2270 struct tasdevice_prog *program; local
2315 struct tasdevice_prog *program; local
[all...]
/linux-master/sound/core/
H A Dump_convert.c138 buf[7] = midi2->pg.program;
141 buf[1] = midi2->pg.program;
401 midi2->pg.program = buf[1];
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h74 /* JIT context for an eBPF program */
76 struct bpf_prog *program; /* The eBPF program being JITed */ member in struct:jit_context
79 u32 bpf_index; /* Index of current BPF program insn */
125 * initialized by the program if expected, e.g. FP.
134 * saved/restored by the program if callee-saved.
153 /* Compute the 28-bit jump target address from a BPF program location */
156 /* Compute the PC-relative offset to relative BPF program offset */
213 * Build program prologue to set up the stack and registers.
219 * Build the program epilogu
[all...]
/linux-master/include/sound/
H A Dump_msg.h192 u32 program:8; member in struct:snd_ump_midi1_msg_program
196 u32 program:8;
434 u32 program:8; member in struct:snd_ump_midi2_msg_program
450 u32 program:8;
/linux-master/drivers/md/
H A Ddm-stats.c488 static int dm_stats_list(struct dm_stats *stats, const char *program, argument
502 if (!program || !strcmp(program, s->program_id)) {
1160 const char *program = NULL; local
1166 program = kstrdup(argv[1], GFP_KERNEL);
1167 if (!program)
1171 r = dm_stats_list(dm_get_stats(md), program, result, maxlen);
1173 kfree(program);
/linux-master/sound/isa/sb/
H A Dsb16_csp.c699 const struct firmware *program; local
702 program = p->csp_programs[index];
703 if (!program) {
704 int err = request_firmware(&program, names[index],
708 p->csp_programs[index] = program;
710 return snd_sb_csp_load(p, program->data, program->size, flags);
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c767 int program = 0; local
768 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW,
771 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW,
774 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW,
777 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW,
780 if (program)
/linux-master/sound/core/seq/
H A Dseq_ump_convert.c238 /* encode midi program change */
254 ev->data.control.value = val->pg.program;
394 midi2->pg.program = midi1->pg.program;
446 midi1->pg.program = midi2->pg.program;
840 /* convert program change event to MIDI 2.0 UMP */
851 data->pg.program = event->data.control.value & 0x7f;
/linux-master/fs/nfs/
H A Dmount_clnt.c165 .program = &mnt_program,
252 .program = &mnt_program,
/linux-master/arch/s390/kernel/
H A Dentry.S217 # some program checks are suppressing. C code (e.g. do_protection_exception)
220 # Other instructions between __sie64a and .Lsie_done should not cause program

Completed in 550 milliseconds

1234