Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 41) sorted by relevance

12

/f-stack/dpdk/drivers/event/dlb/pf/base/
H A Ddlb_osdep_bitmap.h43 struct dlb_bitmap **bitmap, in dlb_bitmap_alloc()
91 static inline void dlb_bitmap_free(struct dlb_bitmap *bitmap) in dlb_bitmap_free()
112 static inline int dlb_bitmap_fill(struct dlb_bitmap *bitmap) in dlb_bitmap_fill()
137 static inline int dlb_bitmap_zero(struct dlb_bitmap *bitmap) in dlb_bitmap_zero()
159 static inline int dlb_bitmap_set(struct dlb_bitmap *bitmap, in dlb_bitmap_set()
186 static inline int dlb_bitmap_set_range(struct dlb_bitmap *bitmap, in dlb_bitmap_set_range()
216 static inline int dlb_bitmap_clear(struct dlb_bitmap *bitmap, in dlb_bitmap_clear()
243 static inline int dlb_bitmap_clear_range(struct dlb_bitmap *bitmap, in dlb_bitmap_clear_range()
311 static inline int dlb_bitmap_find_set_bit(struct dlb_bitmap *bitmap) in dlb_bitmap_find_set_bit()
341 static inline int dlb_bitmap_count(struct dlb_bitmap *bitmap) in dlb_bitmap_count()
[all …]
/f-stack/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_bitmap.h41 static inline int dlb2_bitmap_alloc(struct dlb2_bitmap **bitmap, in dlb2_bitmap_alloc()
88 static inline void dlb2_bitmap_free(struct dlb2_bitmap *bitmap) in dlb2_bitmap_free()
109 static inline int dlb2_bitmap_fill(struct dlb2_bitmap *bitmap) in dlb2_bitmap_fill()
134 static inline int dlb2_bitmap_zero(struct dlb2_bitmap *bitmap) in dlb2_bitmap_zero()
156 static inline int dlb2_bitmap_set(struct dlb2_bitmap *bitmap, in dlb2_bitmap_set()
183 static inline int dlb2_bitmap_set_range(struct dlb2_bitmap *bitmap, in dlb2_bitmap_set_range()
213 static inline int dlb2_bitmap_clear(struct dlb2_bitmap *bitmap, in dlb2_bitmap_clear()
240 static inline int dlb2_bitmap_clear_range(struct dlb2_bitmap *bitmap, in dlb2_bitmap_clear_range()
308 static inline int dlb2_bitmap_find_set_bit(struct dlb2_bitmap *bitmap) in dlb2_bitmap_find_set_bit()
338 static inline int dlb2_bitmap_count(struct dlb2_bitmap *bitmap) in dlb2_bitmap_count()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dbitmap.h78 #define BT_WIM(bitmap, bitindex) \ argument
87 #define BT_WIM32(bitmap, bitindex) \ argument
103 #define BT_TEST(bitmap, bitindex) \ argument
105 #define BT_SET(bitmap, bitindex) \ argument
107 #define BT_CLEAR(bitmap, bitindex) \ argument
115 #define BT_TEST32(bitmap, bitindex) \ argument
117 #define BT_SET32(bitmap, bitindex) \ argument
119 #define BT_CLEAR32(bitmap, bitindex) \ argument
159 #define BT_ATOMIC_SET(bitmap, bitindex) \ argument
161 #define BT_ATOMIC_CLEAR(bitmap, bitindex) \ argument
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbit_util.h16 ffs_llu(unsigned long long bitmap) { in ffs_llu()
21 ffs_lu(unsigned long bitmap) { in ffs_lu()
26 ffs_u(unsigned bitmap) { in ffs_u()
31 ffs_zu(size_t bitmap) { in ffs_zu()
44 ffs_u64(uint64_t bitmap) { in ffs_u64()
55 ffs_u32(uint32_t bitmap) { in ffs_u32()
H A Dbitmap.h176 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_full()
195 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_get()
206 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_set()
242 bitmap_ffu(const bitmap_t *bitmap, const bitmap_info_t *binfo, size_t min_bit) { in bitmap_ffu()
301 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_sfu()
331 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_unset()
H A Darena_structs_a.h8 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member
H A Dextent_structs.h190 bitmap_t bitmap[BITMAP_GROUPS(NPSIZES+1)]; member
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_bitops.h28 static inline bool ice_is_bit_set_internal(u16 nr, const ice_bitmap_t *bitmap) in ice_is_bit_set_internal()
46 static inline void ice_clear_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_clear_bit_internal()
51 static inline void ice_set_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_set_bit_internal()
57 ice_bitmap_t *bitmap) in ice_test_and_clear_bit_internal()
83 static inline bool ice_is_bit_set(const ice_bitmap_t *bitmap, u16 nr) in ice_is_bit_set()
97 static inline void ice_clear_bit(u16 nr, ice_bitmap_t *bitmap) in ice_clear_bit()
110 static inline void ice_set_bit(u16 nr, ice_bitmap_t *bitmap) in ice_set_bit()
124 ice_test_and_clear_bit(u16 nr, ice_bitmap_t *bitmap) in ice_test_and_clear_bit()
139 ice_test_and_set_bit(u16 nr, ice_bitmap_t *bitmap) in ice_test_and_set_bit()
302 ice_find_next_bit(const ice_bitmap_t *bitmap, u16 size, u16 offset) in ice_find_next_bit()
[all …]
/f-stack/freebsd/contrib/ck/include/
H A Dck_bitmap.h152 ck_bitmap_bits(const struct ck_bitmap *bitmap) in ck_bitmap_bits()
163 ck_bitmap_buffer(struct ck_bitmap *bitmap) in ck_bitmap_buffer()
173 ck_bitmap_set(struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_set()
187 ck_bitmap_bts(struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_bts()
198 ck_bitmap_reset(struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_reset()
210 ck_bitmap_test(const struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_test()
297 ck_bitmap_clear(struct ck_bitmap *bitmap) in ck_bitmap_clear()
346 ck_bitmap_full(const ck_bitmap_t *bitmap, unsigned int limit) in ck_bitmap_full()
442 ck_bitmap_init(struct ck_bitmap *bitmap, in ck_bitmap_init()
468 const struct ck_bitmap *bitmap) in ck_bitmap_iterator_init()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbitmap.c172 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); in test_bitmap_init_body() local
209 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); in test_bitmap_set_body() local
240 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); in test_bitmap_unset_body() local
277 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); in test_bitmap_xfu_body() local
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbitmap.c45 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { in bitmap_init()
100 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { in bitmap_init()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.h20 #define ULP_BITMAP_SET(bitmap, val) ((bitmap) |= (val)) argument
21 #define ULP_BITMAP_RESET(bitmap, val) ((bitmap) &= ~(val)) argument
22 #define ULP_BITMAP_ISSET(bitmap, val) ((bitmap) & (val)) argument
H A Dulp_utils.c807 uint32_t ulp_bitmap_is_zero(uint8_t *bitmap, int32_t size) in ulp_bitmap_is_zero()
818 uint32_t ulp_bitmap_is_ones(uint8_t *bitmap, int32_t size) in ulp_bitmap_is_ones()
829 uint32_t ulp_bitmap_notzero(uint8_t *bitmap, int32_t size) in ulp_bitmap_notzero()
/f-stack/lib/
H A Dff_dpdk_kni.c85 set_bitmap(uint16_t port, unsigned char *bitmap) in set_bitmap()
93 get_bitmap(uint16_t port, unsigned char *bitmap) in get_bitmap()
250 protocol_filter_l4(uint16_t port, unsigned char *bitmap) in protocol_filter_l4()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_msr.c141 msr_bitmap_initialize(char *bitmap) in msr_bitmap_initialize()
148 msr_bitmap_change_access(char *bitmap, u_int msr, int access) in msr_bitmap_change_access()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.c118 ccp_set_bit(unsigned long *bitmap, int n) in ccp_set_bit()
124 ccp_clear_bit(unsigned long *bitmap, int n) in ccp_clear_bit()
130 ccp_get_bit(unsigned long *bitmap, int n) in ccp_get_bit()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_slab.c187 uintptr_t p, m, mask, *bitmap; in ngx_slab_alloc_locked() local
464 uintptr_t slab, m, *bitmap; in ngx_slab_free_locked() local
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_qfq.c67 typedef unsigned long bitmap; typedef
265 unsigned long bitmap) in qfq_ffs()
349 mask_from(unsigned long bitmap, int from) in mask_from()
H A Ddn_sched_prio.c78 BITMAP_T bitmap; /* array bitmap */ member
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h320 #define OSAL_SET_BIT(bit, bitmap) \ argument
323 #define OSAL_CLEAR_BIT(bit, bitmap) \ argument
326 #define OSAL_GET_BIT(bit, bitmap) \ argument
330 #define OSAL_FIND_FIRST_BIT(bitmap, length) \ argument
334 #define OSAL_FIND_FIRST_ZERO_BIT(bitmap, length) \ argument
342 #define OSAL_BITMAP_WEIGHT(bitmap, count) 0 argument
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_log.c111 uint32_t *bitmap; in zfs_log_xvattr() local
H A Dzfs_replay.c96 uint32_t *bitmap; in zfs_replay_xvattr() local
/f-stack/freebsd/netipsec/
H A Dkeydb.h210 u_int32_t *bitmap; /* (m) used by receiver */ member
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h79 uint32_t bitmap[TXGBE_HWSTRIP_BITMAP_SIZE]; member
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1239 u_int bitmap, old, new; in ipi_bitmap_set() local

12