Searched refs:__xa_store (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | xarray.h | 53 void *__xa_store(struct xarray *, unsigned long, void *, gfp_t); 153 r = __xa_store(xa, index, entry, gfp); in xa_store() 173 r = __xa_store(xa, index, entry, gfp); in xa_store_irq()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_linux.c | 1097 __xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/uc/ |
| D | intel_guc_submission.c | 589 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_ctx_id_mapping()
|