/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 193 static int nfs_fileupdate(struct nfsmount *nmp, char *filename, in nfs_fileupdate() argument 204 error = nfs_lookup(nmp, filename, &fhandle, &fattr, NULL); in nfs_fileupdate() 233 struct nfsmount *nmp = NULL; in vfs_nfs_reclaim() local 239 nmp = (struct nfsmount *)(node->originMount->data); in vfs_nfs_reclaim() 240 nfs_mux_take(nmp); in vfs_nfs_reclaim() 263 for (prev = NULL, curr = nmp->nm_head; in vfs_nfs_reclaim() 283 nmp->nm_head = np->n_next; in vfs_nfs_reclaim() 296 nfs_mux_release(nmp); in vfs_nfs_reclaim() 300 static int vfs_nfs_stat_internal(struct nfsmount *nmp, struct nfsnode *nfs_node) in vfs_nfs_stat_internal() argument 308 ret = nfs_request(nmp, NFSPROC_GETATTR, &attr_call, in vfs_nfs_stat_internal() [all …]
|
D | nfs_util.c | 105 void nfs_mux_take(struct nfsmount *nmp) in nfs_mux_take() argument 107 (void)pthread_mutex_lock(&nmp->nm_mux); in nfs_mux_take() 114 void nfs_mux_release(struct nfsmount *nmp) in nfs_mux_release() argument 116 (void)pthread_mutex_unlock(&nmp->nm_mux); in nfs_mux_release() 128 int nfs_checkmount(struct nfsmount *nmp) in nfs_checkmount() argument 136 DEBUGASSERT(nmp); in nfs_checkmount() 137 if (!nmp->nm_mounted) in nfs_checkmount() 141 for (file = nmp->nm_head; file; file = file->n_next) in nfs_checkmount() 164 int nfs_request(struct nfsmount *nmp, int procnum, in nfs_request() argument 168 struct rpcclnt *clnt = nmp->nm_rpcclnt; in nfs_request() [all …]
|
D | nfs.h | 132 extern void nfs_mux_take(struct nfsmount *nmp); 133 extern void nfs_mux_release(struct nfsmount *nmp); 134 extern int nfs_checkmount(struct nfsmount *nmp); 135 extern int nfs_fsinfo(struct nfsmount *nmp); 136 extern int nfs_request(struct nfsmount *nmp, int procnum, 139 extern int nfs_lookup(struct nfsmount *nmp, const char *filename, 143 extern int nfs_findnode(struct nfsmount *nmp, const char *relpath, 147 extern int nfs_finddir(struct nfsmount *nmp, const char *relpath,
|
/third_party/boost/libs/math/doc/distributions/ |
D | non_members.qbk | 1 [section:nmp Non-Member Properties] 7 to the [link math_toolkit.dist_ref.nmp.concept_index concept index] to find the property you 9 Or use the [link math_toolkit.dist_ref.nmp.function_index function index] 38 * [link math_toolkit.dist_ref.nmp.cdf_inv Inverse Cumulative Distribution Function]. 39 * [link math_toolkit.dist_ref.nmp.survival_inv Inverse Survival Function]. 41 * [link math_toolkit.dist_ref.nmp.lower_critical Lower Critical Value]. 47 * [link math_toolkit.dist_ref.nmp.cdfPQ P]. 48 * [link math_toolkit.dist_ref.nmp.percent Percent Point Function]. 50 * [link math_toolkit.dist_ref.nmp.pmf Probability Mass Function]. 52 * [link math_toolkit.dist_ref.nmp.cdfPQ Q]. [all …]
|
D | logistic.qbk | 58 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | poisson.qbk | 60 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | exponential.qbk | 55 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | normal.qbk | 77 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | bernoulli.qbk | 65 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | extreme_value.qbk | 79 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | laplace.qbk | 74 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | lognormal.qbk | 78 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | inverse_gamma.qbk | 83 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | pareto.qbk | 71 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | rayleigh.qbk | 75 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | gamma.qbk | 97 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | weibull.qbk | 86 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions] that are generic to all
|
D | uniform.qbk | 87 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | cauchy.qbk | 75 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | chi_squared.qbk | 105 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | nc_f.qbk | 79 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | fisher.qbk | 67 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
D | skew_normal.qbk | 115 All the [link math_toolkit.dist_ref.nmp usual non-member accessor functions]
|
/third_party/boost/libs/math/doc/ |
D | math.qbk | 340 [def __cdf [link math_toolkit.dist_ref.nmp.cdf Cumulative Distribution Function]] 341 [def __pdf [link math_toolkit.dist_ref.nmp.pdf Probability Density Function]] 342 [def __ccdf [link math_toolkit.dist_ref.nmp.ccdf Complement of the Cumulative Distribution Function… 343 [def __quantile [link math_toolkit.dist_ref.nmp.quantile Quantile]] 344 [def __quantile_c [link math_toolkit.dist_ref.nmp.quantile_c Quantile from the complement of the pr… 345 [def __mean [link math_toolkit.dist_ref.nmp.mean mean]] 346 [def __median [link math_toolkit.dist_ref.nmp.median median]] 347 [def __mode [link math_toolkit.dist_ref.nmp.mode mode]] 348 [def __skewness [link math_toolkit.dist_ref.nmp.skewness skewness]] 349 [def __kurtosis [link math_toolkit.dist_ref.nmp.kurtosis kurtosis]] [all …]
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 347 nodemask_t *nmp = (nodemask_t *) calloc(1, sizeof(nodemask_t)); in get_nodemask() local 365 nodemask_set(nmp, node); in get_nodemask() 368 return nmp; in get_nodemask() 376 free(nmp); in get_nodemask()
|