Searched refs:sch (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c138 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
153 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch,
226 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
227 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
228 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
322 struct syncache_head *sch; local
342 sch
371 syncache_insert(struct syncache *sc, struct syncache_head *sch) argument
418 syncache_drop(struct syncache *sc, struct syncache_head *sch) argument
442 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) argument
470 struct syncache_head *sch = (struct syncache_head *)xsch; local
589 struct syncache_head *sch; local
614 struct syncache_head *sch; local
730 struct syncache_head *sch; local
747 struct syncache_head *sch; local
1090 struct syncache_head *sch; local
1402 struct syncache_head *sch; local
2233 syncookie_generate(struct syncache_head *sch, struct syncache *sc) argument
2288 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso, uint16_t port) argument
2384 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso, uint16_t port) argument
2556 struct syncache_head *sch; local
[all...]
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c332 struct schan *sch; local
405 sch = sc->ch[i];
408 i, NG_HOOK_NAME(sch->hook));
411 if (sch->last_recv)
413 (unsigned long)(time_second - sch->last_recv));
418 if (sch->last_rxerr)
420 (unsigned long)(time_second - sch->last_rxerr));
425 if (sch->last_xmit)
427 (unsigned long)(time_second - sch->last_xmit));
431 pos += sprintf(r + pos, " RX error(s) %lu", sch
585 struct schan *sch; local
667 struct schan *sch; local
758 struct schan *sch; local
815 struct schan *sch; local
1111 struct schan *sch; local
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c87 struct dn_sch *sch; member in struct:schk_new_arg
531 if (s->sch.flags & DN_HAVE_MASK)
604 if (s->sch.flags & DN_HAVE_MASK) {
606 flow_id_mask(&s->sch.sched_mask, &id_t);
629 if (s->sch.flags & DN_HAVE_MASK)
711 if (fs->sched->sch.flags & DN_HAVE_MASK)
837 ((struct dn_schk *)key)->sch.sched_nr;
846 ((struct dn_schk *)key)->sch.sched_nr;
847 return (s->sch.sched_nr == i);
866 s->sch
2721 struct dn_alg *sch = arg; local
[all...]
H A Ddn_sched_wf2q.c191 /* XXX invariant: sch > 0 || V >= min(S in neh) */
199 struct dn_heap *sch = &si->sch_heap; local
203 if (sch->elements == 0 && neh->elements == 0) {
224 * in sch have by definition S_i <= V so if sch is not empty,
226 * if sch is empty we only need to look at neh.
230 if (sch->elements == 0 && neh->elements > 0) {
238 heap_insert(sch, alg_fq->F, q);
243 q = HEAP_TOP(sch)->object;
246 heap_extract(sch, NUL
[all...]
H A Dip_dn_glue.c438 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p, argument
445 sch->sched_nr = i;
446 sch->oid.subtype = 0;
464 /* Move scheduler related parameter from fs to sch */
465 sch->buckets = fs->buckets; /*XXX*/
468 sch->flags |= DN_HAVE_MASK;
470 sch->sched_mask = fs->flow_mask;
503 struct dn_sch *sch = NULL; local
526 sch = o_next(&buf, sizeof(*sch), DN_SC
[all...]
H A Dip_dn_private.h158 /* Store the fs/sch to scan when draining. The value is the
284 * XXX sch must be at the beginning, see schk_hash().
287 struct dn_sch sch; member in struct:dn_schk
303 /* Hash table of all instances (through sch.sched_mask)
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dpic.h256 int sch, int vec, int dt, int db, int dte)
261 ((sch & 0x1) << 28) | ((vec & 0x3f) << 20) |
270 int sch, int vec, int cpu)
272 nlm_pic_write_irt(base, irt_num, en, nmi, sch, vec, 1,
255 nlm_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int dt, int db, int dte) argument
269 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int cpu) argument
/freebsd-13-stable/contrib/pf/libevent/
H A Dbuffer.c233 char fch = data[i], sch = data[i+1]; local
236 if ( (sch == '\r' || sch == '\n') && sch != fch )
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c383 cchar_t sch; local
384 SetChar(sch, *s++, AttrOf(ch));
385 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
386 if (wadd_wch_literal(win, sch) == ERR)
/freebsd-13-stable/sbin/ipfw/
H A Ddummynet.c1276 struct dn_sch *sch = NULL; local
1302 * sch params
1336 sch = o_next(&buf, sizeof(*sch), DN_SCH);
1344 sch->sched_nr = i;
1345 sch->oid.subtype = 0; /* defaults to WF2Q+ */
1346 mask = &sch->sched_mask;
1347 flags = &sch->flags;
1348 buckets = &sch->buckets;
1375 sch
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c510 NCURSES_CH_T sch; local
511 SetChar(sch, UChar(*s++), AttrOf(ch));
512 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
513 if (waddch_literal(win, sch) == ERR)
/freebsd-13-stable/usr.bin/m4/
H A Deval.c928 unsigned char sch, dch; local
980 sch = (unsigned char)(*src++);
981 dch = mapvec[sch];
/freebsd-13-stable/sys/dev/qat/
H A Dqat_ae.c2319 struct suof_chunk_hdr *sch)
2325 qsi->qsi_simg_buf = qafs->qafs_suof_buf + sch->sch_offset +
2329 (qafs->qafs_suof_buf + sch->sch_offset))->soh_img_length;
2359 struct suof_chunk_hdr *sch; local
2400 sch = (struct suof_chunk_hdr *)(sfh + 1);
2408 (qafs->qafs_suof_buf + sch->sch_offset))->sst_tab_length;
2411 qafs->qafs_sym_str = qafs->qafs_suof_buf + sch->sch_offset +
2423 error = qat_aefw_suof_parse_image(sc, &qsi[i], &sch[i + 1]);
2318 qat_aefw_suof_parse_image(struct qat_softc *sc, struct qat_suof_image *qsi, struct suof_chunk_hdr *sch) argument
/freebsd-13-stable/sys/sys/
H A Dstats.h507 #define HIST_HLPR_INFO(dt, sch, f, lbd, ubd, bkthlpr_fields) \
509 .scheme = (sch), \
/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c796 static DES_key_schedule sch; variable
805 DES_ncbc_encrypt(buf, buf, lengths[testnum], &sch,
817 &sch, &sch2, &sch3, &DES_iv, DES_ENCRYPT);
1875 DES_set_key_unchecked(&key, &sch);
1918 (DES_cblock *)loopargs[0].buf, &sch, DES_ENCRYPT);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h4606 uint64_t sch : 4; /**< Hold CS for (SCH+1) refclks after FSET desserts member in struct:cvmx_mio_fus_read_times::cvmx_mio_fus_read_times_s
4645 uint64_t sch : 4;

Completed in 374 milliseconds