Searched refs:TQ_NOQUEUE (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | taskq.h | 61 #define TQ_NOQUEUE 0x02 /* Do not enqueue if can't dispatch */ macro
|
/titanic_50/usr/src/uts/common/os/ |
H A D | serializer.c | 316 s, TQ_NOSLEEP | TQ_NOQUEUE); in serializer_enter()
|
H A D | damap.c | 1457 mapp, TQ_NOSLEEP | TQ_NOQUEUE)) { in dam_addr_stable_cb() 1549 TQ_NOSLEEP | TQ_NOQUEUE) == NULL)) { in dam_addrset_stable_cb()
|
H A D | taskq.c | 1151 ASSERT(!(flags & TQ_NOQUEUE)); in taskq_dispatch() 1281 if ((tqe == NULL) && !(flags & TQ_NOQUEUE)) { in taskq_dispatch()
|
H A D | task.c | 458 TQ_NOSLEEP | TQ_NOQUEUE) == NULL) { in task_rele()
|
H A D | strsubr.c | 3880 (task_func_t *)syncq_service, sq, TQ_NOSLEEP | TQ_NOQUEUE); in sqenable() 8215 (task_func_t *)stream_service, stp, TQ_NOSLEEP|TQ_NOQUEUE); in qenable_locked()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 375 #define TQ_NOQUEUE 0x02 /* Do not enqueue if can't dispatch */ macro
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 602 &td, TQ_NOQUEUE)) in traverse_impl()
|
/titanic_50/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 967 (void *)(uintptr_t)len, TQ_NOSLEEP | TQ_NOQUEUE) == 0) { in rnd_handler()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_util.c | 1691 tq_flag |= TQ_NOQUEUE; in usb_async_req() 1747 tq_flag |= TQ_NOQUEUE; in usba_async_ph_req()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_server.c | 2338 smb_server_receiver, rarg, TQ_NOQUEUE | TQ_SLEEP); in smb_server_create_session()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 815 TQ_NOQUEUE | TQ_NOSLEEP) == 0) { in ibcm_recv_timeout_cb() 876 TQ_NOQUEUE | TQ_NOSLEEP) == 0) { /* dispatch failed */ in ibcm_recv_add_one() 3493 recycle_arg, TQ_NOQUEUE | TQ_NOSLEEP) == 0) { in ibcm_timeout_cb()
|