Searched defs:pool (Results 1 – 10 of 10) sorted by relevance
/net/ceph/ |
D | msgpool.c | 12 struct ceph_msgpool *pool = arg; in msgpool_alloc() local 27 struct ceph_msgpool *pool = arg; in msgpool_free() local 35 int ceph_msgpool_init(struct ceph_msgpool *pool, int type, in ceph_msgpool_init() 48 void ceph_msgpool_destroy(struct ceph_msgpool *pool) in ceph_msgpool_destroy() 54 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, in ceph_msgpool_get() 73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
|
D | osdmap.c | 567 u64 pool; in __decode_pool_names() local 812 u64 pool; in osdmap_apply_incremental() local 1097 struct ceph_osdmap *osdmap, uint64_t pool) in ceph_calc_ceph_pg() 1121 struct ceph_pg_pool_info *pool; in calc_pg_raw() local
|
D | mon_client.c | 641 u32 pool, u64 snapid, in do_poolop() 688 u32 pool, u64 *snapid) in ceph_monc_create_snapid() 697 u32 pool, u64 snapid) in ceph_monc_delete_snapid()
|
D | debugfs.c | 67 struct ceph_pg_pool_info *pool = in osdmap_show() local
|
/net/rds/ |
D | iw_rdma.c | 46 struct rds_iw_mr_pool *pool; member 340 struct rds_iw_mr_pool *pool; local 372 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool; local 378 void rds_iw_destroy_mr_pool(struct rds_iw_mr_pool *pool) 387 static inline struct rds_iw_mr *rds_iw_reuse_fmr(struct rds_iw_mr_pool *pool) 404 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool; local 486 static int rds_iw_flush_mr_pool(struct rds_iw_mr_pool *pool, int free_all) 550 struct rds_iw_mr_pool *pool = container_of(work, struct rds_iw_mr_pool, flush_worker); local 558 struct rds_iw_mr_pool *pool = ibmr->device->mr_pool; local 588 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool; local [all …]
|
D | ib_rdma.c | 49 struct rds_ib_mr_pool *pool; member 217 struct rds_ib_mr_pool *pool; in rds_ib_create_mr_pool() local 248 struct rds_ib_mr_pool *pool = rds_ibdev->mr_pool; in rds_ib_get_mr_info() local 254 void rds_ib_destroy_mr_pool(struct rds_ib_mr_pool *pool) in rds_ib_destroy_mr_pool() 263 static inline struct rds_ib_mr *rds_ib_reuse_fmr(struct rds_ib_mr_pool *pool) in rds_ib_reuse_fmr() 295 struct rds_ib_mr_pool *pool = rds_ibdev->mr_pool; in rds_ib_alloc_fmr() local 506 struct rds_ib_mr_pool *pool = rds_ibdev->mr_pool; in rds_ib_teardown_mr() local 512 static inline unsigned int rds_ib_flush_goal(struct rds_ib_mr_pool *pool, int free_all) in rds_ib_flush_goal() 546 static void list_to_llist_nodes(struct rds_ib_mr_pool *pool, in list_to_llist_nodes() 570 static int rds_ib_flush_mr_pool(struct rds_ib_mr_pool *pool, in rds_ib_flush_mr_pool() [all …]
|
/net/sunrpc/ |
D | svc_xprt.c | 316 static void svc_thread_enqueue(struct svc_pool *pool, struct svc_rqst *rqstp) in svc_thread_enqueue() 324 static void svc_thread_dequeue(struct svc_pool *pool, struct svc_rqst *rqstp) in svc_thread_dequeue() 345 struct svc_pool *pool; in svc_xprt_enqueue() local 406 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool) in svc_xprt_dequeue() 486 struct svc_pool *pool; in svc_wake_up() local 618 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt() local 977 struct svc_pool *pool; in svc_dequeue_net() local 1271 struct svc_pool *pool = p; in svc_pool_stats_next() local 1295 struct svc_pool *pool = p; in svc_pool_stats_show() local
|
D | svc.c | 471 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create() local 607 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread() 648 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_pool() 660 choose_victim(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_victim() 711 svc_set_num_threads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_set_num_threads() 777 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread() local
|
/net/9p/ |
D | util.c | 45 struct idr pool; member
|
/net/ipv4/ |
D | tcp.c | 3141 static void __tcp_free_md5sig_pool(struct tcp_md5sig_pool __percpu *pool) in __tcp_free_md5sig_pool() 3156 struct tcp_md5sig_pool __percpu *pool = NULL; in tcp_free_md5sig_pool() local 3173 struct tcp_md5sig_pool __percpu *pool; in __tcp_alloc_md5sig_pool() local 3196 struct tcp_md5sig_pool __percpu *pool; in tcp_alloc_md5sig_pool() local
|