Home
last modified time | relevance | path

Searched refs:LIBCFS_CPT_ALLOC (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c331 LIBCFS_CPT_ALLOC(peer, lnet_cpt_table(), cpt, sizeof(*peer)); in kiblnd_create_peer()
667 LIBCFS_CPT_ALLOC(init_qp_attr, lnet_cpt_table(), cpt, in kiblnd_create_conn()
675 LIBCFS_CPT_ALLOC(conn, lnet_cpt_table(), cpt, sizeof(*conn)); in kiblnd_create_conn()
696 LIBCFS_CPT_ALLOC(conn->ibc_connvars, lnet_cpt_table(), cpt, in kiblnd_create_conn()
731 LIBCFS_CPT_ALLOC(conn->ibc_rxs, lnet_cpt_table(), cpt, in kiblnd_create_conn()
1105 LIBCFS_CPT_ALLOC(p, lnet_cpt_table(), cpt, in kiblnd_alloc_pages()
1399 LIBCFS_CPT_ALLOC(fpo, lnet_cpt_table(), fps->fps_cpt, sizeof(*fpo)); in kiblnd_create_fmr_pool()
1889 LIBCFS_CPT_ALLOC(ppo, lnet_cpt_table(), in kiblnd_create_pmr_pool()
1900 LIBCFS_CPT_ALLOC(pmr, lnet_cpt_table(), in kiblnd_create_pmr_pool()
1906 LIBCFS_CPT_ALLOC(pmr->pmr_ipb, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_pmr_pool()
[all …]
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dpeer.c61 LIBCFS_CPT_ALLOC(hash, lnet_cpt_table(), i, in lnet_peer_tables_create()
244 LIBCFS_CPT_ALLOC(lp, lnet_cpt_table(), cpt2, sizeof(*lp)); in lnet_nid2peer_locked()
Dlib-msg.c594 LIBCFS_CPT_ALLOC(container->msc_finalizers, lnet_cpt_table(), cpt, in lnet_msg_container_setup()
Dlib-ptl.c773 LIBCFS_CPT_ALLOC(mhash, lnet_cpt_table(), i, in lnet_ptl_setup()
Drouter.c1254 LIBCFS_CPT_ALLOC(rb, lnet_cpt_table(), cpt, sz); in lnet_new_rtrbuf()
Dapi-ni.c506 LIBCFS_CPT_ALLOC(rec->rec_lh_hash, lnet_cpt_table(), cpt, in lnet_res_container_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_mem.c95 LIBCFS_CPT_ALLOC(arr->va_ptrs[i], cptab, i, size); in cfs_percpt_alloc()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h176 #define LIBCFS_CPT_ALLOC(ptr, cptab, cpt, size) \ macro
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Drpc.c132 LIBCFS_CPT_ALLOC(bk, lnet_cpt_table(), cpt, in srpc_alloc_bulk()
295 LIBCFS_CPT_ALLOC(rpc, lnet_cpt_table(), in srpc_service_init()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.c2416 LIBCFS_CPT_ALLOC(info->ksi_scheds, lnet_cpt_table(), i, in ksocknal_base_startup()