Home
last modified time | relevance | path

Searched defs:si (Results 1 – 25 of 48) sorted by relevance

12

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fifo.c66 fifo_enqueue(struct dn_sch_inst *si, struct dn_queue *q, struct mbuf *m) in fifo_enqueue()
77 fifo_dequeue(struct dn_sch_inst *si) in fifo_dequeue()
83 fifo_new_sched(struct dn_sch_inst *si) in fifo_new_sched()
95 fifo_free_sched(struct dn_sch_inst *si) in fifo_free_sched()
H A Ddn_sched_rr.c84 rr_append(struct rr_queue *q, struct rr_si *si) in rr_append()
100 rr_remove_head(struct rr_si *si) in rr_remove_head()
119 remove_queue_q(struct rr_queue *q, struct rr_si *si) in remove_queue_q()
142 next_pointer(struct rr_si *si) in next_pointer()
154 struct rr_si *si; in rr_enqueue() local
181 struct rr_si *si = (struct rr_si *)(_si + 1); in rr_dequeue() local
226 struct rr_si *si = (struct rr_si *)(_si + 1); in rr_new_sched() local
288 struct rr_si *si = (struct rr_si *)(_q->_si + 1); in rr_free_queue() local
H A Ddn_sched_fq_codel.c157 codel_drop_head(struct fq_codel_flow *q, struct fq_codel_si *si) in codel_drop_head()
177 codel_enqueue(struct fq_codel_flow *q, struct mbuf *m, struct fq_codel_si *si) in codel_enqueue()
216 fq_codel_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_codel_si *si) in fq_codel_classify_flow()
292 struct fq_codel_si *si; in fq_codel_enqueue() local
356 struct fq_codel_si *si; in fq_codel_dequeue() local
437 struct fq_codel_si *si; in fq_codel_new_sched() local
487 struct fq_codel_si *si = (struct fq_codel_si *)_si ; in fq_codel_free_sched() local
H A Ddn_sched_prio.c89 struct prio_si *si = (struct prio_si *)(_si + 1); in prio_enqueue() local
118 struct prio_si *si = (struct prio_si *)(_si + 1); in prio_dequeue() local
146 struct prio_si *si = (struct prio_si *)(_si + 1); in prio_new_sched() local
165 struct prio_si *si = (struct prio_si *)(q->_si + 1); in prio_new_queue() local
201 struct prio_si *si = (struct prio_si *)(q->_si + 1); in prio_free_queue() local
H A Ddn_sched_wf2q.c117 idle_check(struct wf2qp_si *si, int n, int force) in idle_check()
140 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_enqueue() local
196 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_dequeue() local
268 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_new_sched() local
286 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); in wf2qp_free_sched() local
328 struct wf2qp_si *si = (struct wf2qp_si *)(q->_si + 1); in wf2qp_free_queue() local
H A Ddn_sched_fq_pie.c288 fq_update_stats(struct fq_pie_flow *q, struct fq_pie_si *si, int len, in fq_update_stats()
339 struct fq_pie_si *si, int getts) in fq_pie_extract_head()
613 pie_dequeue(struct fq_pie_flow *q, struct fq_pie_si *si) in pie_dequeue()
686 pie_enqueue(struct fq_pie_flow *q, struct mbuf* m, struct fq_pie_si *si) in pie_enqueue()
760 pie_drop_head(struct fq_pie_flow *q, struct fq_pie_si *si) in pie_drop_head()
785 fq_pie_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_pie_si *si) in fq_pie_classify_flow()
861 struct fq_pie_si *si; in fq_pie_enqueue() local
925 struct fq_pie_si *si; in fq_pie_dequeue() local
1007 struct fq_pie_si *si; in fq_pie_new_sched() local
1071 struct fq_pie_si *si; in fq_pie_free_sched() local
H A Ddn_sched_fq_codel_helper.h54 struct fq_codel_si *si) in fqc_dodequeue()
100 fqc_codel_dequeue(struct fq_codel_flow *q, struct fq_codel_si *si) in fqc_codel_dequeue()
H A Ddn_sched_fq_codel.h93 fq_update_stats(struct fq_codel_flow *q, struct fq_codel_si *si, int len, in fq_update_stats()
139 fq_codel_extract_head(struct fq_codel_flow *q, aqm_time_t *pkt_ts, struct fq_codel_si *si) in fq_codel_extract_head()
H A Dip_dummynet.c432 ipdn_q_find(struct dn_fsk *fs, struct dn_sch_inst *si, in ipdn_q_find()
496 struct dn_sch_inst *si; in si_new() local
550 struct dn_sch_inst *si = _si; in si_destroy() local
605 struct dn_sch_inst *si = _si; in si_reset_credit() local
668 struct dn_sch_inst *si = _si; in si_cleanup_q() local
692 struct dn_sch_inst *si; in aqm_cleanup_deconfig_fs() local
1059 struct dn_sch_inst *si = obj; in copy_si_cb() local
2356 struct dn_sch_inst *si = _si; in drain_scheduler_cb() local
H A Dip_dn_io.c605 serve_sched(struct mq *q, struct dn_sch_inst *si, uint64_t now) in serve_sched()
869 struct dn_sch_inst *si; in dummynet_io() local
H A Ddn_sched_qfq.c549 qfq_dequeue(struct dn_sch_inst *si) in qfq_dequeue()
654 qfq_enqueue(struct dn_sch_inst *si, struct dn_queue *_q, struct mbuf *m) in qfq_enqueue()
808 qfq_new_sched(struct dn_sch_inst *si) in qfq_new_sched()
/f-stack/app/redis-5.0.5/src/
H A Dt_set.c122 setTypeIterator *si = zmalloc(sizeof(setTypeIterator)); in setTypeInitIterator() local
135 void setTypeReleaseIterator(setTypeIterator *si) { in setTypeReleaseIterator()
154 int setTypeNext(setTypeIterator *si, sds *sdsele, int64_t *llele) { in setTypeNext()
177 sds setTypeNextObject(setTypeIterator *si) { in setTypeNextObject()
236 setTypeIterator *si; in setTypeConvert() local
520 setTypeIterator *si; in spopWithCountCommand() local
683 setTypeIterator *si; in srandmemberWithCountCommand() local
795 setTypeIterator *si; in sinterGenericCommand() local
934 setTypeIterator *si; in sunionDiffGenericCommand() local
H A Dt_stream.c488 void streamIteratorStart(streamIterator *si, stream *s, streamID *start, streamID *end, int rev) { in streamIteratorStart()
533 int streamIteratorGetID(streamIterator *si, streamID *id, int64_t *numfields) { in streamIteratorGetID()
678 void streamIteratorGetField(streamIterator *si, unsigned char **fieldptr, unsigned char **valueptr,… in streamIteratorGetField()
700 void streamIteratorRemoveEntry(streamIterator *si, streamID *current) { in streamIteratorRemoveEntry()
756 void streamIteratorStop(streamIterator *si) { in streamIteratorStop()
764 streamIterator si; in streamDeleteItem() local
901 streamIterator si; in streamReplyWithRange() local
1850 streamIterator si; in xsetidCommand() local
H A Dsort.c382 setTypeIterator *si = setTypeInitIterator(sortval); in sortCommand() local
H A Ddebug.c140 setTypeIterator *si = setTypeInitIterator(o); in xorObjectDigest() local
216 streamIterator si; in xorObjectDigest() local
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c73 struct dn_sch_inst *si; member
140 default_enqueue(struct dn_sch_inst *si, struct dn_queue *q, struct mbuf *m) in default_enqueue()
155 default_dequeue(struct dn_sch_inst *si) in default_dequeue()
171 struct dn_sch_inst *si = c->si; in gnet_stats_enq() local
183 struct dn_sch_inst *si = c->si; in gnet_stats_deq() local
/f-stack/tools/compat/include/sys/
H A Dselinfo.h51 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) argument
/f-stack/freebsd/sys/
H A Dselinfo.h53 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist)) argument
/f-stack/tools/compat/
H A Dgetaddrinfo.c62 struct sockaddr_in *si = (struct sockaddr_in *)ai->ai_addr; in getaddrinfo() local
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_test.c88 struct sdp_soft_instr si; in sdp_rawdev_selftest() local
H A Dotx2_ep_enqdeq.c568 struct sdp_soft_instr *si; in sdp_rawdev_enqueue() local
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c116 struct sysinfo si; in arc_free_memory() local
/f-stack/freebsd/x86/xen/
H A Dpv.c200 hammer_time_xen_legacy(start_info_t *si, uint64_t xenstack) in hammer_time_xen_legacy()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c390 SYSTEM_INFO si; in os_page_detect() local
/f-stack/dpdk/app/test/
H A Dtest_lpm_perf.c432 unsigned int i, j, si, ei; in test_lpm_rcu_qsbr_writer() local

12