Home
last modified time | relevance | path

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

/include/linux/
A Dxarray.h535 #define xa_trylock(xa) spin_trylock(&(xa)->xa_lock) argument
536 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument
537 #define xa_unlock(xa) spin_unlock(&(xa)->xa_lock) argument
538 #define xa_lock_bh(xa) spin_lock_bh(&(xa)->xa_lock) argument
539 #define xa_unlock_bh(xa) spin_unlock_bh(&(xa)->xa_lock) argument
540 #define xa_lock_irq(xa) spin_lock_irq(&(xa)->xa_lock) argument
541 #define xa_unlock_irq(xa) spin_unlock_irq(&(xa)->xa_lock) argument
698 xa_lock(xa); in xa_cmpxchg()
784 xa_lock(xa); in xa_insert()
877 xa_lock(xa); in xa_alloc()
[all …]
A Didr.h264 struct xarray xa; member
270 .xa = XARRAY_INIT(name, IDA_INIT_FLAGS) \
334 xa_init_flags(&ida->xa, IDA_INIT_FLAGS); in ida_init()
347 return xa_empty(&ida->xa); in ida_is_empty()
A Dlist_lru.h57 struct xarray xa; member
A Dcdrom.h118 int xa; member
A Dio_uring_types.h101 struct xarray xa; member
/include/trace/events/
A Dxdp.h308 TP_ARGS(xa),
318 __entry->xa = xa;
319 __entry->mem_id = xa->mem.id;
320 __entry->mem_type = xa->mem.type;
321 __entry->allocator = xa->allocator;
333 TP_PROTO(const struct xdp_mem_allocator *xa,
336 TP_ARGS(xa, rxq),
348 __entry->xa = xa;
349 __entry->mem_id = xa->mem.id;
350 __entry->mem_type = xa->mem.type;
[all …]

Completed in 23 milliseconds