Searched refs:xa (Results 1 – 6 of 6) sorted by relevance
535 #define xa_trylock(xa) spin_trylock(&(xa)->xa_lock) argument536 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument537 #define xa_unlock(xa) spin_unlock(&(xa)->xa_lock) argument538 #define xa_lock_bh(xa) spin_lock_bh(&(xa)->xa_lock) argument539 #define xa_unlock_bh(xa) spin_unlock_bh(&(xa)->xa_lock) argument540 #define xa_lock_irq(xa) spin_lock_irq(&(xa)->xa_lock) argument541 #define xa_unlock_irq(xa) spin_unlock_irq(&(xa)->xa_lock) argument698 xa_lock(xa); in xa_cmpxchg()784 xa_lock(xa); in xa_insert()877 xa_lock(xa); in xa_alloc()[all …]
264 struct xarray xa; member270 .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()
57 struct xarray xa; member
118 int xa; member
101 struct xarray xa; member
308 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