X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fzfs_context.h;h=1027e7215febd1a33a340d0b1165a5315b02a423;hb=dee28b070057224dec67b779e80be14493a4ffb7;hp=2ac41e007e6481b3002705391e091935d5c8f6a9;hpb=e88b041ed6a7ce358df25a7af057ea5c76dd1c2a;p=zfs.git diff --git a/include/sys/zfs_context.h b/include/sys/zfs_context.h index 2ac41e0..1027e72 100644 --- a/include/sys/zfs_context.h +++ b/include/sys/zfs_context.h @@ -368,6 +368,7 @@ typedef void (task_func_t)(void *); #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ #define TASKQ_THREADS_CPU_PCT 0x0008 /* Scale # threads by # cpus */ #define TASKQ_DC_BATCH 0x0010 /* Mark threads as batch */ +#define TASKQ_NORECLAIM 0x0020 /* Disable direct memory reclaim */ #define TQ_SLEEP KM_SLEEP /* Can block for memory */ #define TQ_NOSLEEP KM_NOSLEEP /* cannot block for memory; may fail */