Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c64 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 Dtaskq.c958 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 Dtaskq.h51 #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ macro
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h343 #ifndef TASKQ_DYNAMIC
344 #define TASKQ_DYNAMIC 0x0004 macro
/titanic_50/usr/src/lib/libzpool/common/
H A Dtaskq.c154 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 Dtaskq.c184 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 Dzfs_context.h369 #define TASKQ_DYNAMIC 0x0004 /* Use dynamic thread scheduling */ macro
/titanic_50/usr/src/uts/sun4v/io/
H A Dmdeg.c171 MDEG_MAX_TASKQ_THR, TASKQ_PREPOPULATE | TASKQ_DYNAMIC); in mdeg_init()
H A Dds_drv.c400 DS_MAX_TASKQ_THR, TASKQ_PREPOPULATE | TASKQ_DYNAMIC); in ds_init()
/titanic_50/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c355 MINCLSYSPRI, 1, INT_MAX, TASKQ_DYNAMIC); in vscan_svc_enable()
/titanic_50/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c339 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 Dilb.c2105 minclsyspri, 1, INT_MAX, TASKQ_PREPOPULATE|TASKQ_DYNAMIC); in ilb_stack_init()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c601 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 Dibmf_impl.c1224 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in ibmf_i_alloc_client()
1255 TASKQ_DYNAMIC | TASKQ_PREPOPULATE); in ibmf_i_alloc_client()
H A Dibmf_saa_impl.c117 MINCLSYSPRI, 1, ibmf_taskq_max_tasks, TASKQ_DYNAMIC | in ibmf_saa_impl_init()
/titanic_50/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c2059 minclsyspri + 2, 1, 104857600 / PAGESIZE, TASKQ_DYNAMIC); in hsched_init()
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c953 maxclsyspri, 1, DAPLKA_TQ_NTHREADS, TASKQ_DYNAMIC); in daplka_attach()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c859 TASKQ_DYNAMIC); in sata_hba_attach()