Home
last modified time | relevance | path

Searched defs:irqflags (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c195 task_alloc(taskq_t *tq, uint_t flags, unsigned long *irqflags) in task_alloc()
663 unsigned long irqflags; in taskq_dispatch() local
736 unsigned long irqflags; in taskq_dispatch_delay() local
786 unsigned long irqflags; in taskq_dispatch_ent() local
1323 unsigned long irqflags; in taskq_create() local
/freebsd/sys/dev/drm2/
H A DdrmP.h1609 #define DRM_SPINLOCK_IRQSAVE(l, irqflags) do { \ argument
1613 #define DRM_SPINUNLOCK_IRQRESTORE(u, irqflags) mtx_unlock(u) argument