Searched refs:WQ_HIGHPRI (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | async-thread.c | 111 if (flags & WQ_HIGHPRI) in __btrfs_alloc_workqueue() 127 trace_btrfs_workqueue_alloc(ret, name, flags & WQ_HIGHPRI); in __btrfs_alloc_workqueue() 144 ret->normal = __btrfs_alloc_workqueue(name, flags & ~WQ_HIGHPRI, in btrfs_alloc_workqueue() 151 if (flags & WQ_HIGHPRI) { in btrfs_alloc_workqueue()
|
D | disk-io.c | 2243 btrfs_alloc_workqueue("worker", flags | WQ_HIGHPRI, in btrfs_init_workqueues()
|
/linux-4.1.27/block/ |
D | bio-integrity.c | 509 WQ_HIGHPRI | WQ_CPU_INTENSIVE, 1); in bio_integrity_init()
|
D | blk-core.c | 3355 WQ_MEM_RECLAIM | WQ_HIGHPRI, 0); in blk_dev_init()
|
/linux-4.1.27/include/linux/ |
D | workqueue.h | 281 WQ_HIGHPRI = 1 << 4, /* high priority */ enumerator
|
/linux-4.1.27/fs/ext4/ |
D | crypto.c | 245 ext4_read_workqueue = alloc_workqueue("ext4_crypto", WQ_HIGHPRI, 0); in ext4_init_crypto()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | bh.c | 63 WQ_MEM_RECLAIM | WQ_HIGHPRI in cw1200_register_bh()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | main.c | 1135 WQ_HIGHPRI | WQ_MEM_RECLAIM | WQ_UNBOUND, 1); in mwifiex_add_card() 1143 WQ_HIGHPRI | in mwifiex_add_card()
|
D | cfg80211.c | 2612 WQ_HIGHPRI | in mwifiex_add_virtual_intf() 2628 WQ_HIGHPRI | WQ_UNBOUND | in mwifiex_add_virtual_intf()
|
/linux-4.1.27/net/sunrpc/ |
D | sched.c | 1073 wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM | WQ_HIGHPRI, 0); in rpciod_start()
|
/linux-4.1.27/include/trace/events/ |
D | btrfs.h | 1085 {(WQ_HIGHPRI), "-high"}),
|
/linux-4.1.27/Documentation/ |
D | workqueue.txt | 199 WQ_HIGHPRI
|
/linux-4.1.27/fs/xfs/ |
D | xfs_super.c | 847 WQ_FREEZABLE|WQ_HIGHPRI, 0, mp->m_fsname); in xfs_init_mount_workqueues()
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 3801 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() 5217 system_highpri_wq = alloc_workqueue("events_highpri", WQ_HIGHPRI, 0); in init_workqueues()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 3129 hdev->workqueue = alloc_workqueue("%s", WQ_HIGHPRI | WQ_UNBOUND | in hci_register_dev() 3136 hdev->req_workqueue = alloc_workqueue("%s", WQ_HIGHPRI | WQ_UNBOUND | in hci_register_dev()
|
/linux-4.1.27/drivers/block/ |
D | loop.c | 728 WQ_MEM_RECLAIM | WQ_HIGHPRI | WQ_UNBOUND, 16, in loop_set_fd()
|
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 1812 WQ_HIGHPRI | WQ_FREEZABLE, 0); in gfs2_glock_init()
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 3471 WQ_UNBOUND | WQ_HIGHPRI, 0); in isert_init()
|