Home
last modified time | relevance | path

Searched refs:new_sched (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fifo.c120 _SI( .new_sched = ) fifo_new_sched,
H A Ddn_sched.h131 int (*new_sched)(struct dn_sch_inst *); member
H A Ddn_sched_prio.c224 _SI( .new_sched = ) prio_new_sched,
H A Ddn_sched_rr.c312 _SI( .new_sched = ) rr_new_sched,
H A Ddn_sched_wf2q.c369 _SI( .new_sched = ) wf2qp_new_sched,
H A Ddn_sched_fq_codel.c605 _SI( .new_sched = ) fq_codel_new_sched, /* new schd instance */
H A Ddn_sched_qfq.c839 _SI( .new_sched = ) qfq_new_sched,
H A Ddn_sched_fq_pie.c1227 _SI( .new_sched = ) fq_pie_new_sched, /* new schd instance */
H A Dip_dummynet.c537 if (s->fp->new_sched && s->fp->new_sched(si)) { in si_new()
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c562 if (p->new_sched) in init()
563 p->new_sched(c->si); in init()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2239 kmp_r_sched_t new_sched = get__sched_2(parent_team, master_tid); in __kmp_fork_call() local
2241 KMP_CHECK_UPDATE(team->t.t_sched.sched, new_sched.sched); in __kmp_fork_call()
5229 kmp_r_sched_t new_sched = new_icvs->sched; in __kmp_allocate_team() local
5231 KMP_CHECK_UPDATE(team->t.t_sched.sched, new_sched.sched); in __kmp_allocate_team()
H A Dkmp.h3750 extern void __kmp_set_schedule(int gtid, kmp_sched_t new_sched, int chunk);