Searched refs:LIBCFS_CPT_ALLOC (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 338 LIBCFS_CPT_ALLOC(peer, lnet_cpt_table(), cpt, sizeof(*peer)); in kiblnd_create_peer() 684 LIBCFS_CPT_ALLOC(init_qp_attr, lnet_cpt_table(), cpt, in kiblnd_create_conn() 692 LIBCFS_CPT_ALLOC(conn, lnet_cpt_table(), cpt, sizeof(*conn)); in kiblnd_create_conn() 713 LIBCFS_CPT_ALLOC(conn->ibc_connvars, lnet_cpt_table(), cpt, in kiblnd_create_conn() 748 LIBCFS_CPT_ALLOC(conn->ibc_rxs, lnet_cpt_table(), cpt, in kiblnd_create_conn() 1131 LIBCFS_CPT_ALLOC(p, lnet_cpt_table(), cpt, in kiblnd_alloc_pages() 1433 LIBCFS_CPT_ALLOC(fpo, lnet_cpt_table(), fps->fps_cpt, sizeof(*fpo)); in kiblnd_create_fmr_pool() 1942 LIBCFS_CPT_ALLOC(ppo, lnet_cpt_table(), in kiblnd_create_pmr_pool() 1953 LIBCFS_CPT_ALLOC(pmr, lnet_cpt_table(), in kiblnd_create_pmr_pool() 1959 LIBCFS_CPT_ALLOC(pmr->pmr_ipb, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_pmr_pool() [all …]
|
/drivers/staging/lustre/lnet/lnet/ |
D | peer.c | 61 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()
|
D | lib-msg.c | 594 LIBCFS_CPT_ALLOC(container->msc_finalizers, lnet_cpt_table(), cpt, in lnet_msg_container_setup()
|
D | lib-ptl.c | 774 LIBCFS_CPT_ALLOC(mhash, lnet_cpt_table(), i, in lnet_ptl_setup()
|
D | router.c | 1247 LIBCFS_CPT_ALLOC(rb, lnet_cpt_table(), cpt, sz); in lnet_new_rtrbuf()
|
D | api-ni.c | 513 LIBCFS_CPT_ALLOC(rec->rec_lh_hash, lnet_cpt_table(), cpt, in lnet_res_container_setup()
|
/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_mem.c | 95 LIBCFS_CPT_ALLOC(arr->va_ptrs[i], cptab, i, size); in cfs_percpt_alloc()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_private.h | 176 #define LIBCFS_CPT_ALLOC(ptr, cptab, cpt, size) \ macro
|
/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 131 LIBCFS_CPT_ALLOC(bk, lnet_cpt_table(), cpt, in srpc_alloc_bulk() 294 LIBCFS_CPT_ALLOC(rpc, lnet_cpt_table(), in srpc_service_init()
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2429 LIBCFS_CPT_ALLOC(info->ksi_scheds, lnet_cpt_table(), i, in ksocknal_base_startup()
|