| /f-stack/freebsd/vm/ |
| H A D | vm_fault.c | 802 &fs->first_pindex, &fs->prot, &fs->wired); in vm_fault_lookup() 942 fs->first_m = fs->m; in vm_fault_cow() 961 fs->m_cow = fs->m; in vm_fault_cow() 993 fs->m = fs->first_m; in vm_fault_cow() 1014 fs->first_m = fs->m; in vm_fault_next() 1055 fs->m = fs->first_m; in vm_fault_zerofill() 1268 if (fs->m == vm_page_lookup(fs->object, fs->pindex)) in vm_fault_busy_sleep() 1349 fs.m_cow = fs.m = fs.first_m = NULL; in vm_fault() 1398 fs.m = vm_page_lookup(fs.object, fs.pindex); in vm_fault() 1585 pmap_enter(fs.map->pmap, vaddr, fs.m, fs.prot, in vm_fault() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.c | 43 previous = &fs->f->code[fs->pc-1]; in luaK_nil() 95 fs->lasttarget = fs->pc; in luaK_getlabel() 96 return fs->pc; in luaK_getlabel() 164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc() 181 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere() 275 sethvalue(fs->L, &k, fs->h); in nilK() 286 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns() 385 discharge2reg(fs, e, fs->freereg-1); in discharge2anyreg() 398 if (need_value(fs, e->t) || need_value(fs, e->f)) { in exp2reg() 418 exp2reg(fs, e, fs->freereg - 1); in luaK_exp2nextreg() [all …]
|
| H A D | lparser.c | 32 #define getlocvar(fs, i) ((fs)->f->locvars[(fs)->actvar[i]]) argument 144 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 179 getlocvar(fs, --fs->nactvar).endpc = fs->pc; in removevars() 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 335 ls->fs = fs; in open_func() [all …]
|
| H A D | lcode.h | 39 #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 47 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); 49 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); 50 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); 51 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s); 56 LUAI_FUNC void luaK_exp2val (FuncState *fs, expdesc *e); 57 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); 64 LUAI_FUNC int luaK_jump (FuncState *fs); [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 39 previous = &fs->f->code[fs->pc-1]; in luaK_nil() 93 fs->lasttarget = fs->pc; in luaK_getlabel() 162 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc() 192 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere() 220 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code() 311 fs->nk++; in addk() 352 sethvalue(fs->ls->L, &k, fs->h); in nilK() 363 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns() 461 discharge2reg(fs, e, fs->freereg-1); in discharge2anyreg() 494 exp2reg(fs, e, fs->freereg - 1); in luaK_exp2nextreg() [all …]
|
| H A D | lparser.c | 164 FuncState *fs = ls->fs; in registerlocalvar() local 177 FuncState *fs = ls->fs; in new_localvar() local 204 FuncState *fs = ls->fs; in adjustlocalvars() local 215 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars() 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 530 ls->fs = fs; in open_func() 555 FuncState *fs = ls->fs; in close_func() local [all …]
|
| H A D | lcode.h | 40 #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 51 LUAI_FUNC void luaK_fixline (FuncState *fs, int line); 53 LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); 54 LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); 55 LUAI_FUNC int luaK_stringK (FuncState *fs, TString *s); 62 LUAI_FUNC int luaK_exp2RK (FuncState *fs, expdesc *e); 70 LUAI_FUNC int luaK_jump (FuncState *fs); [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_concurrent_shares.ksh | 50 for fs in $(seq 0 50) 55 unshare_fs $TESTPOOL/$TESTFS1/$fs 56 unshare_fs $TESTPOOL/$TESTFS2/$fs 57 unshare_fs $TESTPOOL/$TESTFS3/$fs 82 for fs in $(seq 0 50) 140 for fs in $(seq 0 50) 142 test_share $TESTPOOL/$TESTFS1/$fs & 145 test_share $TESTPOOL/$TESTFS2/$fs & 148 test_share $TESTPOOL/$TESTFS3/$fs & 161 for fs in $(seq 0 50) [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | Make.tags.inc | 74 ${SYS}/fs/autofs \ 75 ${SYS}/fs/cd9660 \ 76 ${SYS}/fs/cuse \ 77 ${SYS}/fs/deadfs \ 78 ${SYS}/fs/devfs \ 79 ${SYS}/fs/ext2fs \ 82 ${SYS}/fs/fuse \ 84 ${SYS}/fs/nfs \ 90 ${SYS}/fs/smbfs \ 91 ${SYS}/fs/tmpfs \ [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 344 q->fs = fs; in q_new() 411 fs->fs.fs_nr, flags, fs->qht); in qht_delete() 653 set_oid(&fs->fs.oid, DN_FS, sizeof(fs->fs)); in fsk_new() 734 fs->fs.fs_nr, fs->fs.sched_nr, in fsk_detach() 1191 fs->w_q = fs->fs.w_q; in config_red() 1192 fs->max_p = fs->fs.max_p; in config_red() 1214 if (fs->fs.max_th == fs->fs.min_th) in config_red() 1217 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red() 1218 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red() 1221 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red() [all …]
|
| H A D | ip_dn_glue.c | 621 fs = &pipe7->fs; in dn_c_copy_pipe() 624 fs = &pipe8->fs; in dn_c_copy_pipe() 648 fs->qsize = f->fs.qsize; in dn_c_copy_pipe() 649 fs->plr = f->fs.plr; in dn_c_copy_pipe() 650 fs->w_q = f->fs.w_q; in dn_c_copy_pipe() 653 fs->max_p = f->fs.max_p; in dn_c_copy_pipe() 700 fs->fs_nr = f->fs.fs_nr; in dn_c_copy_fs() 701 fs->qsize = f->fs.qsize; in dn_c_copy_fs() 702 fs->plr = f->fs.plr; in dn_c_copy_fs() 703 fs->w_q = f->fs.w_q; in dn_c_copy_fs() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_spill_block.ksh | 41 rm -f $BACKDIR/fs@* 42 destroy_dataset $POOL/fs "-rR" 50 log_must zfs create $POOL/fs 51 log_must zfs set xattr=sa $POOL/fs 67 log_must zfs snapshot $POOL/fs@snap1 81 log_must mkfile 32768 /$POOL/fs/file1 82 log_must mkfile 1048576 /$POOL/fs/file2 83 log_must truncate -s 0 /$POOL/fs/file3 98 log_must mkfile 32768 /$POOL/fs/file11 119 log_must mkfile 32768 /$POOL/fs/file21 [all …]
|
| H A D | send_realloc_dnode_size.ksh | 47 rm -f $BACKDIR/fs-dn-legacy 48 rm -f $BACKDIR/fs-dn-1k 49 rm -f $BACKDIR/fs-dn-2k 50 rm -f $BACKDIR/fs-attr 71 rm /$POOL/fs/* 73 log_must zfs unmount $POOL/fs 75 log_must zfs mount $POOL/fs 83 rm /$POOL/fs/* 85 log_must zfs unmount $POOL/fs 87 log_must zfs mount $POOL/fs [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | delegate_common.kshlib | 202 typeset fs=$3 408 typeset fs=$3 566 typeset fs=$3 660 typeset fs=$3 694 typeset fs=$3 737 typeset fs=$3 771 typeset fs=$3 816 typeset fs=$3 899 typeset fs=$3 940 typeset fs=$3 [all …]
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 10 if ((fs)->mask.elem && ((fs)->val.elem != (__v))) \ 113 fs->cap = 0; in cxgbe_fill_filter_region() 141 if (!fs->val.lport || fs->mask.lport != 0xffff) in cxgbe_fill_filter_region() 143 if (!fs->val.fport || fs->mask.fport != 0xffff) in cxgbe_fill_filter_region() 534 struct ch_filter_specification fs = f->fs; in cxgbe_validate_fidxondel() local 584 struct ch_filter_specification *fs = &flow->fs; in cxgbe_get_fidx() local 866 struct ch_filter_specification *fs = &flow->fs; in cxgbe_rtef_parse_actions() local 1118 struct ch_filter_specification *fs = &flow->fs; in __cxgbe_flow_create() local 1216 fs = &f->fs; in __cxgbe_flow_destroy() 1266 struct ch_filter_specification fs = flow->f->fs; in __cxgbe_flow_query() local [all …]
|
| H A D | cxgbe_filter.c | 76 (fs->val._field || fs->mask._field) in cxgbe_validate_filter() 350 f->fs.val.pf << 13 | f->fs.val.vf) << in hash_filter_ntuple() 620 f->fs = *fs; in cxgbe_set_hash_filter() 647 f->fs.eport, f->fs.dmac); in cxgbe_set_hash_filter() 1078 f->fs = *fs; in cxgbe_set_filter() 1109 if (f->fs.newvlan || f->fs.newdmac) { in cxgbe_set_filter() 1111 f->fs.eport, f->fs.dmac); in cxgbe_set_filter() 1137 f->fs.val.ovlan = fs->val.pf << 13 | fs->val.vf; in cxgbe_set_filter() 1138 f->fs.mask.ovlan = fs->mask.pf << 13 | fs->mask.vf; in cxgbe_set_filter() 1139 f->fs.val.ovlan_vld = fs->val.pfvf_vld; in cxgbe_set_filter() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userquota_011_pos.ksh | 51 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do 66 -o groupquota@$QGROUP=$GQUOTA_SIZE $TESTPOOL/fs 68 log_must zfs snapshot $TESTPOOL/fs@snap 72 log_must check_quota "userquota@$QUSER1" $TESTPOOL/fs@snap "$UQUOTA_SIZE" 73 log_must check_quota "groupquota@$QGROUP" $TESTPOOL/fs@snap "$GQUOTA_SIZE" 79 $TESTPOOL/fs@snap $TESTPOOL/fs-clone 91 log_must zfs promote $TESTPOOL/fs-clone 100 log_must zfs send $TESTPOOL/fs-clone@snap | zfs receive $TESTPOOL/fs-rev 105 log_must check_quota "userquota@$QUSER1" $TESTPOOL/fs-rev "$UQUOTA_SIZE" 109 log_must zfs rename $TESTPOOL/fs-rev $TESTPOOL/fs-rename [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectquota_009_pos.ksh | 51 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do 65 -o projectobjquota@$PRJID2=$PQUOTA_OBJLIMIT $TESTPOOL/fs 67 log_must zfs snapshot $TESTPOOL/fs@snap 72 log_must check_quota "projectobjquota@$PRJID2" $TESTPOOL/fs@snap \ 79 $TESTPOOL/fs@snap $TESTPOOL/fs-clone 85 log_must check_quota "projectobjquota@$PRJID2" $TESTPOOL/fs-clone \ 92 log_must zfs promote $TESTPOOL/fs-clone 102 log_must zfs send $TESTPOOL/fs-clone@snap | zfs receive $TESTPOOL/fs-rev 108 log_must check_quota "projectobjquota@$PRJID2" $TESTPOOL/fs-rev \ 112 log_must zfs rename $TESTPOOL/fs-rev $TESTPOOL/fs-rename [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
| H A D | umount_unlinked_drain.ksh | 36 for fs in $(seq 1 3); do 37 mounted $TESTDIR.$fs || zfs mount $TESTPOOL/$TESTFS.$fs 38 rm -f $TESTDIR.$fs/file-* 39 zfs set xattr=on $TESTPOOL/$TESTFS.$fs 75 for fs in 1 2 3; do 79 log_must mounted $TESTDIR.$fs 101 log_must zfs umount $TESTPOOL/$TESTFS.$fs 102 log_must unmounted $TESTDIR.$fs 103 log_must zfs mount $TESTPOOL/$TESTFS.$fs 104 log_must mounted $TESTDIR.$fs [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount.kshlib | 52 typeset fs=${3##/} 57 if [[ -z $pool || -z $fs || -z $mntpoint ]]; then 79 datasetexists $pool/$fs && \ 80 log_must cleanup_filesystem $pool $fs 104 typeset fs=${2##/} 107 if [[ -z $pool || -z $fs ]]; then 112 if datasetexists "$pool/$fs" ; then 113 mtpt=$(get_prop mountpoint "$pool/$fs") 114 destroy_dataset "$pool/$fs" "-r" 129 typeset fs [all …]
|
| H A D | zfs_mount_007_pos.ksh | 78 typeset fs=$1 115 val=$(get_prop $prop $fs) || log_fail "get_prop $prop $fs" 125 fs=$TESTPOOL/$TESTFS 129 orig_val=$(get_prop $property $fs) 133 reverse_opt=$(get_reverse_option $fs $property) 134 log_must zfs unmount $fs 135 log_must zfs mount -o $reverse_opt $fs 137 cur_val=$(get_prop $property $fs) 152 log_must zfs unmount $fs 153 log_must zfs mount $fs [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_count_and_limit.ksh | 27 fs=$TESTPOOL/testchild 28 snap=$fs@$TESTSNAP 32 destroy_dataset $fs "-R" 33 log_must rm -rf $fs/foo 34 log_must rm -rf $fs/bar 39 log_must zfs create $fs 40 log_must zfs create $fs/foo 41 create_snapshot $fs $TESTSNAP 63 log_must zfs set snapshot_limit=10 $fs 75 log_must zfs set filesystem_limit=8 $fs [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/ |
| H A D | zfs_002_pos.ksh | 58 for ds in $fs1 $fs $ctr; do 81 fs=$ctr/$TESTFS 83 snap=$fs@$TESTSNAP 87 typeset cmds=("create $fs" "list $fs" "snapshot $snap" "set snapdir=hidden $fs" \ 88 "get snapdir $fs" "rollback $snap" "inherit snapdir $fs" \ 89 "rename $fs $fs-new" "rename $fs-new $fs" "unmount $fs" \ 90 "mount $fs" "share $fs" "unshare $fs" "send $snap \>$streamf" \ 92 "promote $fs" "destroy -rRf $fs")
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | macswap.c | 53 pkt_burst_mac_swap(struct fwd_stream *fs) in pkt_burst_mac_swap() argument 67 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, pkts_burst, in pkt_burst_mac_swap() 69 inc_rx_burst_stats(fs, nb_rx); in pkt_burst_mac_swap() 73 fs->rx_packets += nb_rx; in pkt_burst_mac_swap() 74 txp = &ports[fs->tx_port]; in pkt_burst_mac_swap() 78 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx); in pkt_burst_mac_swap() 86 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_mac_swap() 90 fs->tx_packets += nb_tx; in pkt_burst_mac_swap() 91 inc_tx_burst_stats(fs, nb_tx); in pkt_burst_mac_swap() 93 fs->fwd_dropped += (nb_rx - nb_tx); in pkt_burst_mac_swap() [all …]
|
| H A D | iofwd.c | 47 pkt_burst_io_forward(struct fwd_stream *fs) in pkt_burst_io_forward() argument 60 nb_rx = rte_eth_rx_burst(fs->rx_port, fs->rx_queue, in pkt_burst_io_forward() 62 inc_rx_burst_stats(fs, nb_rx); in pkt_burst_io_forward() 65 fs->rx_packets += nb_rx; in pkt_burst_io_forward() 67 nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_io_forward() 72 if (unlikely(nb_tx < nb_rx) && fs->retry_enabled) { in pkt_burst_io_forward() 76 nb_tx += rte_eth_tx_burst(fs->tx_port, fs->tx_queue, in pkt_burst_io_forward() 80 fs->tx_packets += nb_tx; in pkt_burst_io_forward() 81 inc_tx_burst_stats(fs, nb_tx); in pkt_burst_io_forward() 83 fs->fwd_dropped += (nb_rx - nb_tx); in pkt_burst_io_forward() [all …]
|