/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | taskq.c | 64 if ((lflags & TASKQ_DYNAMIC) && !(rflags & TASKQ_DYNAMIC)) in tqcmp() 66 if (!(lflags & TASKQ_DYNAMIC) && (rflags & TASKQ_DYNAMIC)) in tqcmp() 212 if (tq.tq_flags & TASKQ_DYNAMIC) { in taskq() 234 if (!(tq.tq_flags & TASKQ_DYNAMIC) && maxq < minmaxq) in taskq() 245 if (tq.tq_flags & TASKQ_DYNAMIC) in taskq() 407 !(tq.tq_flags & TASKQ_DYNAMIC)) { in taskq_thread_walk_init()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | taskq.c | 958 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in system_taskq_init() 1147 if (!(tq->tq_flags & TASKQ_DYNAMIC)) { in taskq_dispatch() 1298 ASSERT(!(tq->tq_flags & TASKQ_DYNAMIC)); in taskq_dispatch_ent() 1332 if (tq->tq_flags & TASKQ_DYNAMIC) { in taskq_wait() 1356 if (tq->tq_flags & TASKQ_DYNAMIC) { in taskq_suspend() 1391 if (tq->tq_flags & TASKQ_DYNAMIC) { in taskq_resume() 1607 if ((!(tq->tq_flags & TASKQ_DYNAMIC)) && in taskq_thread() 1873 IMPLY((flags & TASKQ_DYNAMIC), !(flags & TASKQ_CPR_SAFE)); in taskq_create_common() 1874 IMPLY((flags & TASKQ_DYNAMIC), !(flags & TASKQ_THREADS_CPU_PCT)); in taskq_create_common() 1878 IMPLY((flags & TASKQ_DYNAMIC), !(flags & TASKQ_DUTY_CYCLE)); in taskq_create_common() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | taskq.h | 51 #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ macro
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_os.h | 343 #ifndef TASKQ_DYNAMIC 344 #define TASKQ_DYNAMIC 0x0004 macro
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | taskq.c | 154 ASSERT(!(tq->tq_flags & TASKQ_DYNAMIC)); in taskq_dispatch_ent() 334 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in system_taskq_init()
|
/titanic_50/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 184 ASSERT(!(tq->tq_flags & TASKQ_DYNAMIC)); in taskq_dispatch_ent() 372 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in system_taskq_init()
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 369 #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ macro
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 171 MDEG_MAX_TASKQ_THR, TASKQ_PREPOPULATE | TASKQ_DYNAMIC); in mdeg_init()
|
H A D | ds_drv.c | 400 DS_MAX_TASKQ_THR, TASKQ_PREPOPULATE | TASKQ_DYNAMIC); in ds_init()
|
/titanic_50/usr/src/uts/common/io/vscan/ |
H A D | vscan_svc.c | 355 MINCLSYSPRI, 1, INT_MAX, TASKQ_DYNAMIC); in vscan_svc_enable()
|
/titanic_50/usr/src/uts/common/inet/ilb/ |
H A D | ilb_conn.c | 339 ilb_conn_timer_size * 2, TASKQ_PREPOPULATE|TASKQ_DYNAMIC); in ilb_conn_hash_init() 1391 ilb_sticky_timer_size * 2, TASKQ_PREPOPULATE|TASKQ_DYNAMIC); in ilb_sticky_hash_init()
|
H A D | ilb.c | 2105 minclsyspri, 1, INT_MAX, TASKQ_PREPOPULATE|TASKQ_DYNAMIC); in ilb_stack_init()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_server.c | 601 curzone->zone_zsched, TASKQ_DYNAMIC); in smb_server_start() 606 curzone->zone_zsched, TASKQ_DYNAMIC); in smb_server_start()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_impl.c | 1224 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in ibmf_i_alloc_client() 1255 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in ibmf_i_alloc_client()
|
H A D | ibmf_saa_impl.c | 117 MINCLSYSPRI, 1, ibmf_taskq_max_tasks, TASKQ_DYNAMIC | in ibmf_saa_impl_init()
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 2059 minclsyspri + 2, 1, 104857600 / PAGESIZE, TASKQ_DYNAMIC); in hsched_init()
|
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 953 maxclsyspri, 1, DAPLKA_TQ_NTHREADS, TASKQ_DYNAMIC); in daplka_attach()
|
/titanic_50/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 859 TASKQ_DYNAMIC); in sata_hba_attach()
|