Searched refs:scope (Results 1 – 4 of 4) sorted by relevance
| /fs/resctrl/ |
| A D | pseudo_lock.c | 227 enum resctrl_scope scope = plr->s->res->ctrl_scope; in pseudo_lock_region_init() local 231 if (WARN_ON_ONCE(scope != RESCTRL_L2_CACHE && scope != RESCTRL_L3_CACHE)) in pseudo_lock_region_init() 244 ci = get_cpu_cacheinfo_level(plr->cpu, scope); in pseudo_lock_region_init()
|
| /fs/nfsd/ |
| A D | nfssvc.c | 771 nfsd_svc(int n, int *nthreads, struct net *net, const struct cred *cred, const char *scope) in nfsd_svc() argument 781 strscpy(nn->nfsd_name, scope ? scope : utsname()->nodename, in nfsd_svc()
|
| A D | nfsd.h | 96 const struct cred *cred, const char *scope);
|
| A D | nfsctl.c | 1619 const char *scope = NULL; in nfsd_nl_threads_set_doit() local 1675 scope = nla_data(attr); in nfsd_nl_threads_set_doit() 1678 ret = nfsd_svc(nrpools, nthreads, net, get_current_cred(), scope); in nfsd_nl_threads_set_doit()
|
Completed in 15 milliseconds