Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 54) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c35 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
57 int luaK_jump (FuncState *fs) { in luaK_jump()
92 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
98 static int getjump (FuncState *fs, int pc) { in getjump()
161 static void dischargejpc (FuncState *fs) { in dischargejpc()
259 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack()
269 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs()
275 static void freereg (FuncState *fs, int reg) { in freereg()
341 static int boolK (FuncState *fs, int b) { in boolK()
348 static int nilK (FuncState *fs) { in nilK()
[all …]
H A Dlparser.c164 FuncState *fs = ls->fs; in registerlocalvar() local
177 FuncState *fs = ls->fs; in new_localvar() local
204 FuncState *fs = ls->fs; in adjustlocalvars() local
297 FuncState *fs = ls->fs; in singlevar() local
309 FuncState *fs = ls->fs; in adjust_assign() local
340 FuncState *fs = ls->fs; in closegoto() local
499 FuncState *fs = ls->fs; in addprototype() local
555 FuncState *fs = ls->fs; in close_func() local
622 FuncState *fs = ls->fs; in fieldsel() local
658 FuncState *fs = ls->fs; in recfield() local
[all …]
H A Dlcode.h40 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) argument
42 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) argument
44 #define luaK_setmultret(fs,e) luaK_setreturns(fs, e, LUA_MULTRET) argument
46 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c35 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil()
59 int luaK_jump (FuncState *fs) { in luaK_jump()
94 int luaK_getlabel (FuncState *fs) { in luaK_getlabel()
100 static int getjump (FuncState *fs, int pc) { in getjump()
163 static void dischargejpc (FuncState *fs) { in dischargejpc()
199 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack()
209 void luaK_reserveregs (FuncState *fs, int n) { in luaK_reserveregs()
215 static void freereg (FuncState *fs, int reg) { in freereg()
250 int luaK_stringK (FuncState *fs, TString *s) { in luaK_stringK()
264 static int boolK (FuncState *fs, int b) { in boolK()
[all …]
H A Dlparser.c144 FuncState *fs = ls->fs; in registerlocalvar() local
161 FuncState *fs = ls->fs; in new_localvar() local
168 FuncState *fs = ls->fs; in adjustlocalvars() local
177 FuncState *fs = ls->fs; in removevars() local
250 FuncState *fs = ls->fs; in singlevar() local
257 FuncState *fs = ls->fs; in adjust_assign() local
311 FuncState *fs = ls->fs; in pushclosure() local
358 FuncState *fs = ls->fs; in close_func() local
409 FuncState *fs = ls->fs; in field() local
445 FuncState *fs = ls->fs; in recfield() local
[all …]
H A Dlcode.h39 #define getcode(fs,e) ((fs)->f->code[(e)->u.s.info]) argument
41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) argument
43 #define luaK_setmultret(fs,e) luaK_setreturns(fs, e, LUA_MULTRET) argument
/f-stack/freebsd/vm/
H A Dvm_fault.c206 unlock_map(struct faultstate *fs) in unlock_map()
216 unlock_vp(struct faultstate *fs) in unlock_vp()
226 fault_deallocate(struct faultstate *fs) in fault_deallocate()
298 vm_fault_soft_fast(struct faultstate *fs) in vm_fault_soft_fast()
417 vm_fault_populate(struct faultstate *fs) in vm_fault_populate()
794 vm_fault_lookup(struct faultstate *fs) in vm_fault_lookup()
842 vm_fault_relookup(struct faultstate *fs) in vm_fault_relookup()
893 vm_fault_cow(struct faultstate *fs) in vm_fault_cow()
999 vm_fault_next(struct faultstate *fs) in vm_fault_next()
1041 vm_fault_zerofill(struct faultstate *fs) in vm_fault_zerofill()
[all …]
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c8 #define __CXGBE_FILL_FS(__v, __m, fs, elem, e) \ argument
58 struct ch_filter_specification *fs) in cxgbe_tweak_filter_spec()
107 struct ch_filter_specification *fs) in cxgbe_fill_filter_region()
177 struct ch_filter_specification *fs, in ch_rte_parsetype_eth()
213 struct ch_filter_specification *fs, in ch_rte_parsetype_port()
299 struct ch_filter_specification *fs, in ch_rte_parsetype_pf()
314 struct ch_filter_specification *fs, in ch_rte_parsetype_vf()
343 struct ch_filter_specification *fs, in ch_rte_parsetype_udp()
667 struct ch_filter_specification *fs, in ch_rte_parse_atype_switch()
1212 struct ch_filter_specification *fs; in __cxgbe_flow_destroy() local
[all …]
H A Dcxgbe_filter.c63 struct ch_filter_specification *fs) in cxgbe_validate_filter()
128 struct ch_filter_specification *fs) in get_filter_steerq()
595 struct ch_filter_specification *fs, in cxgbe_set_hash_filter()
928 struct ch_filter_specification *fs, in cxgbe_del_filter()
999 struct ch_filter_specification *fs, in cxgbe_set_filter()
H A Dcxgbe_flow.h27 struct ch_filter_specification fs; /* temp, to create filter */ member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c639 struct dn_fsk *fs = obj; in fsk_match() local
649 struct dn_fsk *fs; in fsk_new() local
776 struct dn_fsk *fs; in fsk_detach_list() local
795 struct dn_fsk *fs; in delete_fs() local
1086 struct dn_fsk *fs; in copy_fsk_list() local
1158 struct dn_fsk *fs = _o; in copy_data_helper() local
1268 struct dn_fsk *fs; in update_red() local
1338 struct dn_fsk *fs; in get_aqm_parms() local
1594 struct dn_fsk *fs; in config_fs() local
1850 struct dn_fs fs; in config_sched() local
[all …]
H A Ddn_aqm_codel.c343 aqm_codel_config(struct dn_fsk* fs, struct dn_extra_parms *ep, int len) in aqm_codel_config()
398 aqm_codel_deconfig(struct dn_fsk* fs) in aqm_codel_deconfig()
416 aqm_codel_getconfig(struct dn_fsk *fs, struct dn_extra_parms * ep) in aqm_codel_getconfig()
H A Ddn_aqm_pie.c683 aqm_pie_config(struct dn_fsk* fs, struct dn_extra_parms *ep, int len) in aqm_pie_config()
761 aqm_pie_deconfig(struct dn_fsk* fs) in aqm_pie_deconfig()
775 aqm_pie_getconfig (struct dn_fsk *fs, struct dn_extra_parms * ep) in aqm_pie_getconfig()
H A Dip_dn_glue.c158 struct dn_flow_set *fs ; /* parent flow set */ member
194 struct dn_flow_set fs ; /* used with fixed-rate flows */ member
223 struct dn_flow_set *fs ; /* parent flow set */ member
258 struct dn_flow_set fs ; /* used with fixed-rate flows */ member
408 dn_compat_config_queue(struct dn_fs *fs, void* v) in dn_compat_config_queue()
439 struct dn_fs *fs, void* v) in dn_compat_config_pipe()
505 struct dn_fs *fs = NULL; in dn_compat_configure() local
617 struct dn_flow_set *fs; in dn_c_copy_pipe() local
697 struct dn_flow_set *fs = (struct dn_flow_set *)*a->start; in dn_c_copy_fs() local
726 struct dn_fsk *fs = (struct dn_fsk *)_o; in dn_compat_copy_queue() local
[all …]
H A Ddn_sched_wf2q.c139 struct dn_fsk *fs = q->fs; in wf2qp_enqueue() local
296 wf2qp_new_fsk(struct dn_fsk *fs) in wf2qp_new_fsk()
/f-stack/dpdk/app/test-pmd/
H A Drxonly.c47 pkt_burst_receive(struct fwd_stream *fs) in pkt_burst_receive()
H A Diofwd.c47 pkt_burst_io_forward(struct fwd_stream *fs) in pkt_burst_io_forward()
H A Dmacswap.c53 pkt_burst_mac_swap(struct fwd_stream *fs) in pkt_burst_mac_swap()
H A Dnoisy_vnf.c97 struct fwd_stream *fs) in do_retry()
140 pkt_burst_noisy_vnf(struct fwd_stream *fs) in pkt_burst_noisy_vnf()
H A Dmacfwd.c47 pkt_burst_mac_forward(struct fwd_stream *fs) in pkt_burst_mac_forward()
H A Dtxonly.c191 const uint16_t idx, const struct fwd_stream *fs) in pkt_burst_prepare()
321 pkt_burst_transmit(struct fwd_stream *fs) in pkt_burst_transmit()
H A Dflowgen.c83 pkt_burst_flow_gen(struct fwd_stream *fs) in pkt_burst_flow_gen()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c74 struct dn_fsk *fs; /* array of flowsets */ member
318 parse_flowsets(struct cfg_s *c, const char *fs) in parse_flowsets()
369 struct dn_fs *fs = &c->fs[n_fs].fs; // tentative in parse_flowsets() local
409 struct dn_fs *fs = &c->fs[i].fs; in parse_flowsets() local
649 struct dn_fs *fs; in controller() local
/f-stack/freebsd/contrib/openzfs/include/sys/fm/
H A DMakefile.am1 SUBDIRS = fs subdir
/f-stack/freebsd/contrib/openzfs/include/sys/
H A DMakefile.am1 SUBDIRS = fm fs crypto lua sysevent zstd subdir

123