Lines Matching defs:flags
20 #define GET_UTILIZATION(flags) \ argument
23 #define SET_UTILIZATION(flags, val) \ argument
46 static inline void cache_wb(void *data, size_t len, uint32_t flags) in cache_wb()
54 static inline void cache_inv(void *data, size_t len, uint32_t flags) in cache_inv()
62 static uint32_t *get_rd_idx_loc(struct spsc_pbuf *pb, uint32_t flags) in get_rd_idx_loc()
67 static uint32_t *get_wr_idx_loc(struct spsc_pbuf *pb, uint32_t flags) in get_wr_idx_loc()
77 static uint8_t *get_data_loc(struct spsc_pbuf *pb, uint32_t flags) in get_data_loc()
87 static uint32_t get_len(size_t blen, uint32_t flags) in get_len()
99 static bool check_alignment(void *buf, uint32_t flags) in check_alignment()
109 struct spsc_pbuf *spsc_pbuf_init(void *buf, size_t blen, uint32_t flags) in spsc_pbuf_init()
140 const uint32_t flags = pb->common.flags; in spsc_pbuf_alloc() local
209 const uint32_t flags = pb->common.flags; in spsc_pbuf_commit() local
253 const uint32_t flags = pb->common.flags; in spsc_pbuf_claim() local
323 const uint32_t flags = pb->common.flags; in spsc_pbuf_free() local