Home
last modified time | relevance | path

Searched refs:nprogs (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dbpf_offload.py203 nprogs = len(bpftool_prog_list())
204 if nprogs == expected:
207 …Exception("Time out waiting for program counts to stabilize want %d, have %d" % (expected, nprogs))
404 nprogs = len(bpftool_prog_list())
405 if nbound == bound and nprogs == total:
408 …program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, nprogs))
/linux/net/sunrpc/
H A Dsvc.c483 __svc_create(struct svc_program *prog, int nprogs, struct svc_stat *stats, in __svc_create() argument
495 serv->sv_nprogs = nprogs; in __svc_create()
503 for (i = 0; i < nprogs; i++) { in __svc_create()
577 unsigned int nprogs, in svc_create_pooled() argument
585 serv = __svc_create(prog, nprogs, stats, bufsize, npools, threadfn); in svc_create_pooled()