Home
last modified time | relevance | path

Searched refs:WQ_HIGHPRI (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dasync-thread.c111 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()
Ddisk-io.c2243 btrfs_alloc_workqueue("worker", flags | WQ_HIGHPRI, in btrfs_init_workqueues()
/linux-4.1.27/block/
Dbio-integrity.c509 WQ_HIGHPRI | WQ_CPU_INTENSIVE, 1); in bio_integrity_init()
Dblk-core.c3355 WQ_MEM_RECLAIM | WQ_HIGHPRI, 0); in blk_dev_init()
/linux-4.1.27/include/linux/
Dworkqueue.h281 WQ_HIGHPRI = 1 << 4, /* high priority */ enumerator
/linux-4.1.27/fs/ext4/
Dcrypto.c245 ext4_read_workqueue = alloc_workqueue("ext4_crypto", WQ_HIGHPRI, 0); in ext4_init_crypto()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dbh.c63 WQ_MEM_RECLAIM | WQ_HIGHPRI in cw1200_register_bh()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dmain.c1135 WQ_HIGHPRI | WQ_MEM_RECLAIM | WQ_UNBOUND, 1); in mwifiex_add_card()
1143 WQ_HIGHPRI | in mwifiex_add_card()
Dcfg80211.c2612 WQ_HIGHPRI | in mwifiex_add_virtual_intf()
2628 WQ_HIGHPRI | WQ_UNBOUND | in mwifiex_add_virtual_intf()
/linux-4.1.27/net/sunrpc/
Dsched.c1073 wq = alloc_workqueue("rpciod", WQ_MEM_RECLAIM | WQ_HIGHPRI, 0); in rpciod_start()
/linux-4.1.27/include/trace/events/
Dbtrfs.h1085 {(WQ_HIGHPRI), "-high"}),
/linux-4.1.27/Documentation/
Dworkqueue.txt199 WQ_HIGHPRI
/linux-4.1.27/fs/xfs/
Dxfs_super.c847 WQ_FREEZABLE|WQ_HIGHPRI, 0, mp->m_fsname); in xfs_init_mount_workqueues()
/linux-4.1.27/kernel/
Dworkqueue.c3801 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/
Dhci_core.c3129 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/
Dloop.c728 WQ_MEM_RECLAIM | WQ_HIGHPRI | WQ_UNBOUND, 16, in loop_set_fd()
/linux-4.1.27/fs/gfs2/
Dglock.c1812 WQ_HIGHPRI | WQ_FREEZABLE, 0); in gfs2_glock_init()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.c3471 WQ_UNBOUND | WQ_HIGHPRI, 0); in isert_init()