Searched refs:LIBCFS_CPT_ALLOC (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 332 LIBCFS_CPT_ALLOC(peer, lnet_cpt_table(), cpt, sizeof(*peer)); in kiblnd_create_peer() 669 LIBCFS_CPT_ALLOC(init_qp_attr, lnet_cpt_table(), cpt, in kiblnd_create_conn() 677 LIBCFS_CPT_ALLOC(conn, lnet_cpt_table(), cpt, sizeof(*conn)); in kiblnd_create_conn() 698 LIBCFS_CPT_ALLOC(conn->ibc_connvars, lnet_cpt_table(), cpt, in kiblnd_create_conn() 733 LIBCFS_CPT_ALLOC(conn->ibc_rxs, lnet_cpt_table(), cpt, in kiblnd_create_conn() 1108 LIBCFS_CPT_ALLOC(p, lnet_cpt_table(), cpt, in kiblnd_alloc_pages() 1401 LIBCFS_CPT_ALLOC(fpo, lnet_cpt_table(), fps->fps_cpt, sizeof(*fpo)); in kiblnd_create_fmr_pool() 1855 LIBCFS_CPT_ALLOC(tpo, lnet_cpt_table(), ps->ps_cpt, sizeof(*tpo)); in kiblnd_create_tx_pool() 1873 LIBCFS_CPT_ALLOC(tpo->tpo_tx_descs, lnet_cpt_table(), ps->ps_cpt, in kiblnd_create_tx_pool() 1888 LIBCFS_CPT_ALLOC(tx->tx_pages, in kiblnd_create_tx_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 | 773 LIBCFS_CPT_ALLOC(mhash, lnet_cpt_table(), i, in lnet_ptl_setup()
|
D | router.c | 1239 LIBCFS_CPT_ALLOC(rb, lnet_cpt_table(), cpt, sz); in lnet_new_rtrbuf()
|
D | api-ni.c | 437 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 | 149 #define LIBCFS_CPT_ALLOC(ptr, cptab, cpt, size) \ macro
|
/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 132 LIBCFS_CPT_ALLOC(bk, lnet_cpt_table(), cpt, in srpc_alloc_bulk() 295 LIBCFS_CPT_ALLOC(rpc, lnet_cpt_table(), in srpc_service_init()
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2408 LIBCFS_CPT_ALLOC(info->ksi_scheds, lnet_cpt_table(), i, in ksocknal_base_startup()
|