/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | clnt.h | 53 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 142 u32 prognumber; /* overrides program->number */ 197 int rpcb_v4_register(struct net *net, const u32 program,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-stats.c | 451 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list() argument 465 if (!program || !strcmp(program, s->program_id)) { in dm_stats_list() 1117 const char *program = NULL; in message_stats_list() local 1123 program = kstrdup(argv[1], GFP_KERNEL); in message_stats_list() 1124 if (!program) in message_stats_list() 1128 r = dm_stats_list(dm_get_stats(md), program, result, maxlen); in message_stats_list() 1130 kfree(program); in message_stats_list()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-stats.c | 479 static int dm_stats_list(struct dm_stats *stats, const char *program, in dm_stats_list() argument 493 if (!program || !strcmp(program, s->program_id)) { in dm_stats_list() 1151 const char *program = NULL; in message_stats_list() local 1157 program = kstrdup(argv[1], GFP_KERNEL); in message_stats_list() 1158 if (!program) in message_stats_list() 1162 r = dm_stats_list(dm_get_stats(md), program, result, maxlen); in message_stats_list() 1164 kfree(program); in message_stats_list()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | head64.S | 25 .insn s,0xb2800000,__LC_LPP # load program parameter
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | lattice-sysconfig.h | 25 struct gpio_desc *program; member
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | clnt.c | 365 const struct rpc_program *program = args->program; in rpc_new_client() local 377 if (args->version >= program->nrvers) in rpc_new_client() 379 version = program->version[args->version]; in rpc_new_client() 396 clnt->cl_prog = args->prognumber ? : program->number; in rpc_new_client() 398 clnt->cl_stats = args->stats ? : program->stats; in rpc_new_client() 404 clnt->cl_program = program; in rpc_new_client() 435 trace_rpc_clnt_new(clnt, xprt, program->name, args->servername); in rpc_new_client() 450 trace_rpc_clnt_new_err(program->name, args->servername, err); in rpc_new_client() 513 * it supports this program an 962 rpc_bind_new_program(struct rpc_clnt *old, const struct rpc_program *program, u32 vers) rpc_bind_new_program() argument [all...] |
H A D | rpcb_clnt.c | 235 .program = &rpcb_program, in rpcb_create_local_unix() 289 .program = &rpcb_program, in rpcb_create_local_net() 356 .program = &rpcb_program, in rpcb_create() 399 * @prog: RPC program number to bind 411 * invoke this function once for each [program, version, transport] 416 * all registered transports for [program, version] from the local 522 * @program: RPC program number of service to (un)register 534 * invoke this function once for each [program, version, address, 541 * then all netids for [program, versio 563 rpcb_v4_register(struct net *net, const u32 program, const u32 version, const struct sockaddr *address, const char *netid) rpcb_v4_register() argument [all...] |
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | clnt.c | 368 const struct rpc_program *program = args->program; in rpc_new_client() local 380 if (args->version >= program->nrvers) in rpc_new_client() 382 version = program->version[args->version]; in rpc_new_client() 400 clnt->cl_prog = args->prognumber ? : program->number; in rpc_new_client() 402 clnt->cl_stats = program->stats; in rpc_new_client() 408 clnt->cl_program = program; in rpc_new_client() 456 trace_rpc_clnt_new_err(program->name, args->servername, err); in rpc_new_client() 525 * it supports this program and version. RPC_CLNT_CREATE_NOPING disables 683 .program in rpc_clone_client() 1046 rpc_bind_new_program(struct rpc_clnt *old, const struct rpc_program *program, u32 vers) rpc_bind_new_program() argument [all...] |
H A D | rpcb_clnt.c | 237 .program = &rpcb_program, in rpcb_create_af_local() 311 .program = &rpcb_program, in rpcb_create_local_net() 381 .program = &rpcb_program, in rpcb_create() 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) rpcb_v4_register() argument [all...] |
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb16_csp.c | 697 const struct firmware *program; in snd_sb_csp_firmware_load() local 700 program = p->csp_programs[index]; in snd_sb_csp_firmware_load() 701 if (!program) { in snd_sb_csp_firmware_load() 702 int err = request_firmware(&program, names[index], in snd_sb_csp_firmware_load() 706 p->csp_programs[index] = program; in snd_sb_csp_firmware_load() 708 return snd_sb_csp_load(p, program->data, program->size, flags); in snd_sb_csp_firmware_load()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | sb16_csp.c | 699 const struct firmware *program; in snd_sb_csp_firmware_load() local 702 program = p->csp_programs[index]; in snd_sb_csp_firmware_load() 703 if (!program) { in snd_sb_csp_firmware_load() 704 int err = request_firmware(&program, names[index], in snd_sb_csp_firmware_load() 708 p->csp_programs[index] = program; in snd_sb_csp_firmware_load() 710 return snd_sb_csp_load(p, program->data, program->size, flags); in snd_sb_csp_firmware_load()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | stats.c | 34 .program = &nfsd_program,
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | stats.c | 32 .program = &nfsd_program,
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 14 TMPDIR=$(mktemp -d /tmp/__perf_test.program.XXXXX)
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 240 # some program checks are suppressing. C code (e.g. do_protection_exception) 243 # Other instructions between __sie64a and .Lsie_done should not cause program 350 # cleanup critical section for program checks in __sie64a
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | ump_convert.c | 138 buf[7] = midi2->pg.program; in cvt_ump_midi2_to_legacy() 141 buf[1] = midi2->pg.program; in cvt_ump_midi2_to_legacy() 401 midi2->pg.program = buf[1]; in cvt_legacy_cmd_to_ump()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | stwotox.S | 19 | Speed: The program stwotox takes approximately 190 cycles and the 20 | program stentox takes approximately 200 cycles.
|
H A D | x_unimp.S | 7 | Invoked when the user program encounters a floating-point
|
H A D | sacos.S | 18 | Speed: The program sCOS takes approximately 310 cycles.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | stwotox.S | 19 | Speed: The program stwotox takes approximately 190 cycles and the 20 | program stentox takes approximately 200 cycles.
|
H A D | sacos.S | 18 | Speed: The program sCOS takes approximately 310 cycles.
|
H A D | x_unimp.S | 7 | Invoked when the user program encounters a floating-point
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | yenta_socket.c | 765 int program = 0; in yenta_allocate_resources() local 766 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW, in yenta_allocate_resources() 769 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW, in yenta_allocate_resources() 772 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW, in yenta_allocate_resources() 775 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW, in yenta_allocate_resources() 778 if (program) in yenta_allocate_resources()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | yenta_socket.c | 767 int program = 0; in yenta_allocate_resources() local 768 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_0_WINDOW, in yenta_allocate_resources() 771 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_IO_1_WINDOW, in yenta_allocate_resources() 774 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_0_WINDOW, in yenta_allocate_resources() 777 program += yenta_allocate_res(socket, PCI_CB_BRIDGE_MEM_1_WINDOW, in yenta_allocate_resources() 780 if (program) in yenta_allocate_resources()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ump_convert.c | 238 /* encode midi program change */ 254 ev->data.control.value = val->pg.program; in ump_midi2_to_pgm_ev() 394 midi2->pg.program = midi1->pg.program; in cvt_ump_midi1_to_midi2() 446 midi1->pg.program = midi2->pg.program; in cvt_ump_midi2_to_midi1() 840 /* convert program change event to MIDI 2.0 UMP */ 851 data->pg.program = event->data.control.value & 0x7f; in pgm_ev_to_ump_midi2()
|