Searched defs:pool (Results 1 - 16 of 16) sorted by relevance

/include/linux/ceph/
H A Dmsgpool.h13 mempool_t *pool; member in struct:ceph_msgpool
18 extern int ceph_msgpool_init(struct ceph_msgpool *pool, int type,
21 extern void ceph_msgpool_destroy(struct ceph_msgpool *pool);
H A Dosdmap.h23 uint64_t pool; member in struct:ceph_pg
44 static inline bool ceph_can_shift_osds(struct ceph_pg_pool_info *pool) argument
46 switch (pool->type) {
57 s64 pool; member in struct:ceph_object_locator
189 pgid->pool = ceph_decode_64(p);
H A Dmessenger.h162 struct ceph_msgpool *pool; member in struct:ceph_msg
H A Drados.h62 __le32 pool; /* object pool */ member in struct:ceph_pg_v1
66 * pg_pool is a set of pgs storing a pool of objects
82 #define CEPH_NOPOOL ((__u64) (-1)) /* pool id not defined */
390 CEPH_OSD_FLAG_IGNORE_OVERLAY = 0x20000, /* ignore pool overlay */
H A Dceph_fs.h142 /* pool ops */
161 /* pool operations */
199 __le32 pool; member in struct:ceph_mon_poolop
/include/linux/
H A Dpercpu_ida.h65 int percpu_ida_alloc(struct percpu_ida *pool, int state);
66 void percpu_ida_free(struct percpu_ida *pool, unsigned tag);
68 void percpu_ida_destroy(struct percpu_ida *pool);
69 int __percpu_ida_init(struct percpu_ida *pool, unsigned long nr_tags,
71 static inline int percpu_ida_init(struct percpu_ida *pool, unsigned long nr_tags) argument
73 return __percpu_ida_init(pool, nr_tags, IDA_DEFAULT_PCPU_SIZE,
78 int percpu_ida_for_each_free(struct percpu_ida *pool, percpu_ida_cb fn,
81 unsigned percpu_ida_free_tags(struct percpu_ida *pool, int cpu);
H A Dgenalloc.h15 * available. If new memory is added to the pool a lock has to be
53 * General purpose special memory pool descriptor.
57 struct list_head chunks; /* list of chunks in this pool */
65 * General purpose special memory pool chunk descriptor.
68 struct list_head next_chunk; /* next chunk in pool */
77 extern phys_addr_t gen_pool_virt_to_phys(struct gen_pool *pool, unsigned long);
81 * gen_pool_add - add a new chunk of special memory to the pool
82 * @pool: pool to add new memory chunk to
83 * @addr: starting address of memory chunk to add to pool
92 gen_pool_add(struct gen_pool *pool, unsigned long addr, size_t size, int nid) argument
[all...]
H A Dagpgart.h104 struct agp_memory *pool; member in struct:agp_controller
/include/rdma/
H A Dib_fmr_pool.h42 * struct ib_fmr_pool_param - Parameters for creating FMR pool
45 * @access:Access flags for FMRs in pool.
46 * @pool_size:Number of FMRs to allocate for pool.
61 void (*flush_function)(struct ib_fmr_pool *pool,
69 struct ib_fmr_pool *pool; member in struct:ib_pool_fmr
82 void ib_destroy_fmr_pool(struct ib_fmr_pool *pool);
84 int ib_flush_fmr_pool(struct ib_fmr_pool *pool);
/include/uapi/linux/netfilter_bridge/
H A Debt_among.h42 struct ebt_mac_wormhash_tuple pool[0]; member in struct:ebt_mac_wormhash
/include/linux/iio/
H A Dtrigger.h54 * @pool: [INTERN] bitmap of irqs currently in use.
55 * @pool_lock: [INTERN] protection of the irq pool.
71 unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)]; member in struct:iio_trigger
/include/uapi/linux/
H A Dhyperv.h332 __u8 pool; member in struct:hv_kvp_hdr
387 __u8 pool; member in struct:hv_kvp_ip_msg
/include/linux/usb/
H A Dhcd.h176 struct dma_pool *pool[HCD_BUFFER_POOLS]; member in struct:usb_hcd
/include/scsi/
H A Dlibiscsi.h258 void **pool; /* Pool of elements */ member in struct:iscsi_pool
353 struct iscsi_pool cmdpool; /* PDU's pool */
H A Dlibfc.h392 * @pool: Exchange pool
433 struct fc_exch_pool *pool; member in struct:fc_exch
/include/linux/mlx5/
H A Ddriver.h252 struct pci_pool *pool; member in struct:mlx5_cmd

Completed in 234 milliseconds