Searched refs:ls (Results 101 - 125 of 192) sorted by relevance

12345678

/linux-master/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh202 ls -l $sin $cout
203 ls -l $cin $sout
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c138 match.key->ls[0].mpls_label) |
140 match.key->ls[0].mpls_tc) |
142 match.key->ls[0].mpls_bos) |
146 match.mask->ls[0].mpls_label) |
148 match.mask->ls[0].mpls_tc) |
150 match.mask->ls[0].mpls_bos) |
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh237 new=$(ls /sys/class/net)
264 old_netdevs=$(ls /sys/class/net)
349 old_netdevs=$(ls /sys/class/net)
815 old_netdevs=$(ls /sys/class/net)
818 old_netdevs=$(ls /sys/class/net)
923 old_netdevs=$(ls /sys/class/net)
/linux-master/tools/testing/selftests/net/
H A Dfib_tests.sh1007 out=$($IP -6 ro ls match ${pfx})
1036 out=$($IP -6 ro ls match ${pfx} | sed -e 's/ pref medium//')
1339 out=$($IP -6 ro ls match 2001:db8:104::/64)
1467 out=$($IP ro ls match ${pfx})
1496 out=$($IP ro ls match ${pfx})
1863 out=$($IP ro ls match 172.16.104.0/24)
1982 $IP ro ls vrf red | grep -q 172.16.105.0/24
1985 $IP ro ls | grep -q 172.16.105.0/24
1992 $IP ro ls | grep -q 172.16.105.0/24
1995 $IP ro ls vr
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c897 if (*((u32 *)&match.mask->ls[bit]) &
909 match.key->ls[bit].mpls_label) |
911 match.key->ls[bit].mpls_tc) |
913 match.key->ls[bit].mpls_bos);
917 match.mask->ls[bit].mpls_label) |
919 match.mask->ls[bit].mpls_tc) |
921 match.mask->ls[bit].mpls_bos);
924 if (match.mask->ls[bit].mpls_ttl) {
929 match.key->ls[bit].mpls_ttl);
932 match.mask->ls[bi
[all...]
/linux-master/drivers/net/fddi/
H A Ddefxx.c2124 bp->stats.smt_time_stamp = bp->cmd_rsp_virt->smt_mib_get.smt_msg_time_stamp.ls;
2125 bp->stats.smt_transition_time_stamp = bp->cmd_rsp_virt->smt_mib_get.smt_transition_time_stamp.ls;
2203 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls;
2204 bp->stats.mac_copied_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.copied_cnt.ls;
2205 bp->stats.mac_transmit_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.transmit_cnt.ls;
2206 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls;
2207 bp->stats.mac_lost_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.lost_cnt.ls;
2208 bp->stats.port_lct_fail_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[0].ls;
2209 bp->stats.port_lct_fail_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[1].ls;
2210 bp->stats.port_lem_reject_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[0].ls;
[all...]
/linux-master/fs/gfs2/
H A Drecovery.c285 struct lm_lockstruct *ls = &sdp->sd_lockstruct; local
287 ls->ls_recover_jid_done = jid;
288 ls->ls_recover_jid_status = message;
H A Dutil.c323 struct lm_lockstruct *ls = &sdp->sd_lockstruct; local
324 const struct lm_lockops *lm = ls->ls_ops;
/linux-master/drivers/md/
H A Dmd-cluster.c20 dlm_lockspace_t *ls; member in struct:dlm_lock_resource
128 ret = dlm_lock(res->ls, mode, &res->lksb,
154 ret = dlm_lock(res->ls, mode, &res->lksb,
169 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_CANCEL,
195 res->ls = cinfo->lockspace;
246 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_FORCEUNLOCK,
/linux-master/kernel/rcu/
H A Dtree_nocb.h1562 int ls = rcu_nocb_gp_stride; local
1569 if (ls == -1) {
1570 ls = nr_cpu_ids / int_sqrt(nr_cpu_ids);
1571 rcu_nocb_gp_stride = ls;
1584 nl = DIV_ROUND_UP(rdp->cpu + 1, ls) * ls;
/linux-master/fs/nfsd/
H A Dnfs4callback.c692 const struct nfs4_layout_stateid *ls,
701 *p++ = cpu_to_be32(ls->ls_layout_type);
706 encode_nfs_fh4(xdr, &ls->ls_stid.sc_file->fi_fhandle);
712 encode_stateid4(xdr, &ls->ls_recall_sid);
722 const struct nfs4_layout_stateid *ls = local
731 encode_cb_layout4args(xdr, ls, &hdr);
691 encode_cb_layout4args(struct xdr_stream *xdr, const struct nfs4_layout_stateid *ls, struct nfs4_cb_compound_hdr *hdr) argument
/linux-master/arch/m68k/fpsp040/
H A Dx_operr.S114 cmpil #0x80000000,FPTEMP_LO(%a6) |test if ls lword is special
161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special
188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special
/linux-master/arch/arm64/crypto/
H A Daes-cipher-core.S109 b.ls 3f
/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c124 unsigned long problem, unsigned long ls, unsigned long shadow,
130 pr_debug("%s:%d: ls: %lxh\n", func, line, ls);
123 _dump_areas(unsigned int spe_id, unsigned long priv2, unsigned long problem, unsigned long ls, unsigned long shadow, const char* func, int line) argument
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-sim.sh30 LINES=`ls $CONFIGFS_DIR/$CHIP/$BANK/ | grep -E ^line`
50 for CHIP in `ls $CONFIGFS_DIR/`; do
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Denh_desc.c313 bool ls, unsigned int tot_pkt_len)
332 if (ls)
311 enh_desc_prepare_tx_desc(struct dma_desc *p, int is_fs, int len, bool csum_flag, int mode, bool tx_own, bool ls, unsigned int tot_pkt_len) argument
H A Ddwmac1000_core.c386 static void dwmac1000_set_eee_timer(struct mac_device_info *hw, int ls, int tw) argument
389 int value = ((tw & 0xffff)) | ((ls & 0x7ff) << 16);
/linux-master/tools/lib/bpf/
H A DMakefile277 ls *.c *.h > cscope.files
282 ls *.c *.h | xargs $(TAGS_PROG) -a
/linux-master/arch/arm/mm/
H A Dcache-v7m.S67 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
76 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/linux-master/scripts/
H A Ddev-needs.sh119 SUPPLIER_LINKS=$(ls -1d $CON/supplier:* 2>/dev/null)
/linux-master/arch/x86/boot/
H A Dgenimage.sh128 for s in $(ls -lnL "$@" 2>/dev/null | awk '/^-/{ print $5; }'); do
/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh83 dev_start=$(ls /dev/zram* | wc -w)
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh25 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then
/linux-master/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dls.c23 #include <nvfw/ls.h>
/linux-master/samples/pktgen/
H A Dfunctions.sh153 [ -z "$irqs" ] && irqs=$(for i in `ls -Ux /sys/class/net/$IFACE/device/msi_irqs` ;\

Completed in 314 milliseconds

12345678