Home
last modified time | relevance | path

Searched refs:cfs_percpt_alloc (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_lock.c69 pcl->pcl_locks = cfs_percpt_alloc(cptab, sizeof(*lock)); in cfs_percpt_lock_alloc()
164 refs = cfs_percpt_alloc(cptab, sizeof(*ref)); in cfs_percpt_atomic_alloc()
Dlibcfs_mem.c78 cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size) in cfs_percpt_alloc() function
104 EXPORT_SYMBOL(cfs_percpt_alloc);
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-eq.c109 eq->eq_refs = cfs_percpt_alloc(lnet_cpt_table(), in LNetEQAlloc()
Dpeer.c51 the_lnet.ln_peer_tables = cfs_percpt_alloc(lnet_cpt_table(), in lnet_peer_tables_create()
Dconfig.c134 ni->ni_refs = cfs_percpt_alloc(lnet_cpt_table(), in lnet_ni_alloc()
139 ni->ni_tx_queues = cfs_percpt_alloc(lnet_cpt_table(), in lnet_ni_alloc()
Dlib-msg.c630 the_lnet.ln_msg_containers = cfs_percpt_alloc(lnet_cpt_table(), in lnet_msg_containers_create()
Dapi-ni.c476 recs = cfs_percpt_alloc(lnet_cpt_table(), sizeof(*rec)); in lnet_res_containers_create()
559 the_lnet.ln_counters = cfs_percpt_alloc(lnet_cpt_table(), in lnet_prepare()
Dlib-ptl.c760 ptl->ptl_mtables = cfs_percpt_alloc(lnet_cpt_table(), in lnet_ptl_setup()
Drouter.c1455 the_lnet.ln_rtrpools = cfs_percpt_alloc(lnet_cpt_table(), in lnet_rtrpools_alloc()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h196 void *cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size);
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c2006 net->ibn_fmr_ps = cfs_percpt_alloc(lnet_cpt_table(), in kiblnd_net_init_pools()
2041 net->ibn_tx_ps = cfs_percpt_alloc(lnet_cpt_table(), in kiblnd_net_init_pools()
2591 kiblnd_data.kib_scheds = cfs_percpt_alloc(lnet_cpt_table(), in kiblnd_base_startup()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Drpc.c260 svc->sv_cpt_data = cfs_percpt_alloc(lnet_cpt_table(), in srpc_service_init()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c2489 ptlrpc_hr.hr_partitions = cfs_percpt_alloc(ptlrpc_hr.hr_cpt_table, in ptlrpc_hr_init()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.c2387 ksocknal_data.ksnd_sched_info = cfs_percpt_alloc(lnet_cpt_table(), in ksocknal_base_startup()