Searched refs:TQ_NOSLEEP (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | taskq.h | 77 #define TQ_NOSLEEP 0x01 /* cannot block for memory; may fail */ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | taskq.h | 52 #define TQ_NOSLEEP 0x00000001 macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 78 if (flags & TQ_NOSLEEP) in task_km_flags() 134 if (flags & TQ_NOSLEEP) in task_alloc() 822 tq, TQ_NOSLEEP); in taskq_thread_spawn()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_sched.c | 563 if (taskq_dispatch(taskq, process_req_hwp, areq, TQ_NOSLEEP) == in kcf_resubmit_request() 784 process_req_hwp, areq, TQ_NOSLEEP) == in kcf_submit_request() 1701 TQ_NOSLEEP) == (taskqid_t)0) { in kcf_next_req()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 491 #define TQ_NOSLEEP KM_NOSLEEP /* cannot block for memory; may fail */
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zil.c | 2047 (void (*)(void *))zil_itxg_clean, clean_me, TQ_NOSLEEP); in zil_clean()
|
| H A D | zio.c | 1991 zio, TQ_NOSLEEP, expire_at_tick); in zio_delay_interrupt()
|