Home
last modified time | relevance | path

Searched refs:xa (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dxarray.h363 void *xa_find(struct xarray *xa, unsigned long *index,
365 void *xa_find_after(struct xarray *xa, unsigned long *index,
382 static inline void xa_init_flags(struct xarray *xa, gfp_t flags) in xa_init_flags() argument
384 spin_lock_init(&xa->xa_lock); in xa_init_flags()
385 xa->xa_flags = flags; in xa_init_flags()
386 xa->xa_head = NULL; in xa_init_flags()
397 static inline void xa_init(struct xarray *xa) in xa_init() argument
399 xa_init_flags(xa, 0); in xa_init()
409 static inline bool xa_empty(const struct xarray *xa) in xa_empty() argument
411 return xa->xa_head == NULL; in xa_empty()
[all …]
Didr.h247 struct xarray xa; member
253 .xa = XARRAY_INIT(name, IDA_INIT_FLAGS) \
316 xa_init_flags(&ida->xa, IDA_INIT_FLAGS); in ida_init()
329 return xa_empty(&ida->xa); in ida_is_empty()
Dlist_lru.h57 struct xarray xa; member
Dcdrom.h119 int xa; member
Dio_uring_types.h93 struct xarray xa; member
/include/trace/events/
Dxdp.h323 TP_PROTO(const struct xdp_mem_allocator *xa),
325 TP_ARGS(xa),
328 __field(const struct xdp_mem_allocator *, xa)
335 __entry->xa = xa;
336 __entry->mem_id = xa->mem.id;
337 __entry->mem_type = xa->mem.type;
338 __entry->allocator = xa->allocator;
350 TP_PROTO(const struct xdp_mem_allocator *xa,
353 TP_ARGS(xa, rxq),
356 __field(const struct xdp_mem_allocator *, xa)
[all …]
/include/net/
Dxdp.h193 void *xa; member
200 bq->xa = NULL; in xdp_frame_bulk_init()