| /f-stack/freebsd/netinet/ |
| H A D | tcp_syncache.c | 224 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx) argument 225 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx) argument 226 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED) argument 343 SCH_LOCK(sch); in syncache_destroy() 373 SCH_LOCK(sch); in syncache_insert() 405 SCH_UNLOCK(sch); in syncache_insert() 455 callout_reset(&sch->sch_timer, sch->sch_nextc - ticks, in syncache_timeout() 540 callout_reset(&(sch)->sch_timer, (sch)->sch_nextc - tick, in syncache_timer() 590 SCH_LOCK(sch); in syncache_lookup() 710 SCH_UNLOCK(sch); in syncache_chkrst() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 853 s->sch = *a->sch; // copy initial values in schk_new() 959 dn.s.sch.oid.id = (dn.s.sch.flags & DN_HAVE_MASK) ? in copy_obj() 1723 if (a.sch->oid.len != sizeof(*a.sch)) { in config_sched() 1781 a.sch->oid.subtype, a.sch->name); in config_sched() 1787 bzero(a.sch->name, sizeof(a.sch->name)); in config_sched() 1788 strlcpy(a.sch->name, a.fp->name, sizeof(a.sch->name)); in config_sched() 1812 bcmp(a.sch, &s->sch, sizeof(*a.sch)) ) { in config_sched() 1817 s->sch.oid.type, s->sch.oid.subtype, in config_sched() 1818 a.sch->oid.type, a.sch->oid.subtype); in config_sched() 1840 s->sch = *a.sch; in config_sched() [all …]
|
| H A D | ip_dn_glue.c | 445 sch->sched_nr = i; in dn_compat_config_pipe() 446 sch->oid.subtype = 0; in dn_compat_config_pipe() 465 sch->buckets = fs->buckets; /*XXX*/ in dn_compat_config_pipe() 468 sch->flags |= DN_HAVE_MASK; in dn_compat_config_pipe() 470 sch->sched_mask = fs->flow_mask; in dn_compat_config_pipe() 503 struct dn_sch *sch = NULL; in dn_compat_configure() local 526 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure() 644 fs->flow_mask = s->sch.sched_mask; in dn_c_copy_pipe() 645 fs->rq_size = s->sch.buckets ? s->sch.buckets : 1; in dn_c_copy_pipe() 687 if (s->sch.flags & DN_HAVE_MASK) in dn_compat_copy_pipe() [all …]
|
| H A D | dn_sched_wf2q.c | 199 struct dn_heap *sch = &si->sch_heap; in wf2qp_dequeue() local 203 if (sch->elements == 0 && neh->elements == 0) { in wf2qp_dequeue() 230 if (sch->elements == 0 && neh->elements > 0) { in wf2qp_dequeue() 238 heap_insert(sch, alg_fq->F, q); in wf2qp_dequeue() 243 q = HEAP_TOP(sch)->object; in wf2qp_dequeue() 246 heap_extract(sch, NULL); /* Remove queue from heap. */ in wf2qp_dequeue() 256 heap_insert(sch, alg_fq->F, q); in wf2qp_dequeue()
|
| H A D | ip_dn_private.h | 285 struct dn_sch sch; member
|
| H A D | dummynet.txt | 780 - int (*config_scheduler)(char *command, void *sch, int reconfigure); 786 - int (*delete_scheduler_template)(void* sch);
|
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | pic.h | 256 int sch, int vec, int dt, int db, int dte) in nlm_pic_write_irt() argument 261 ((sch & 0x1) << 28) | ((vec & 0x3f) << 20) | in nlm_pic_write_irt() 270 int sch, int vec, int cpu) in nlm_pic_write_irt_direct() argument 272 nlm_pic_write_irt(base, irt_num, en, nmi, sch, vec, 1, in nlm_pic_write_irt_direct()
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 1336 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1344 sch->sched_nr = i; in ipfw_config_pipe() 1346 mask = &sch->sched_mask; in ipfw_config_pipe() 1347 flags = &sch->flags; in ipfw_config_pipe() 1348 buckets = &sch->buckets; in ipfw_config_pipe() 1375 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe() 1381 sch->sched_nr = i; in ipfw_config_pipe() 1382 mask = &sch->sched_mask; in ipfw_config_pipe() 1383 flags = &sch->flags; in ipfw_config_pipe() 1384 buckets = &sch->buckets; in ipfw_config_pipe() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 507 #define HIST_HLPR_INFO(dt, sch, f, lbd, ubd, bkthlpr_fields) \ argument 509 .scheme = (sch), \
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-mio-defs.h | 4606 uint64_t sch : 4; /**< Hold CS for (SCH+1) refclks after FSET desserts member 4645 uint64_t sch : 4;
|