Searched refs:eq (Results 51 - 75 of 422) sorted by relevance

1234567891011>>

/linux-master/arch/arc/lib/
H A Dstrlen.S21 mov.eq r7,r4
24 or.eq r12,r12,r1
38 or.eq r12,r12,r1
57 mov.eq r1,r12
69 mov.eq r2,r6
/linux-master/tools/testing/selftests/net/
H A Darp_ndisc_untracked_subnets.sh112 if [ ${arp_accept} -eq 1 ]; then
115 elif [ ${arp_accept} -eq 2 ]; then
116 if [ ${same_subnet} -eq 1 ]; then
132 if [ ${arp_accept} -eq 2 ]; then
136 if [ ${same_subnet} -eq 0 ]; then
192 if [ ${accept_untracked_na} -eq 1 ]; then
195 elif [ ${accept_untracked_na} -eq 2 ]; then
196 if [ ${same_subnet} -eq 1 ]; then
214 if [ ${accept_untracked_na} -eq 2 ]; then
218 if [ ${same_subnet} -eq
[all...]
H A Dudpgso_bench.sh23 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then
25 elif [[ ${exitcode} -eq ${KSFT_SKIP} ]]; then
70 [ "$nr_socks" -eq 2 ] && break
143 if [[ $# -eq 0 ]]; then
/linux-master/scripts/
H A Dkernel-doc300 if ($cmd eq "man") {
304 } elsif ($cmd eq "rst") {
308 } elsif ($cmd eq "none") {
310 } elsif ($cmd eq "module") { # not needed for XML, inherits from calling document
312 } elsif ($cmd eq "function") { # to only output specific functions
316 } elsif ($cmd eq "nosymbol") { # Exclude specific symbols
319 } elsif ($cmd eq "export") { # only exported symbols
322 } elsif ($cmd eq "internal") { # only non-exported symbols
325 } elsif ($cmd eq "export-file") {
328 } elsif ($cmd eq "
[all...]
/linux-master/tools/leds/
H A Dget_led_device_info.sh7 if [ $num_args -eq 1 ]; then
17 elif [ $num_args -eq 2 ]; then
64 elif [ $of_node_missing -eq 0 ]; then
118 if [ $num_sections -eq 1 ]; then
121 elif [ $num_sections -eq 2 ]; then
124 elif [ $num_sections -eq 3 ]; then
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh68 if [ $? -ne 0 ] || [ "$wc_lines" -eq 0 ] ; then
98 if [ $? -eq 0 ]; then
136 if [ $? -eq 0 ]; then
155 if [ $? -eq 0 ]; then
164 if [ $? -eq 0 ]; then
171 if [ $? -eq 0 ]; then
244 if [ ${#files[@]} -eq 0 ] && [ ${#t_files[@]} -eq 0 ]; then
/linux-master/tools/testing/selftests/
H A Dgen_kselftest_tar.sh12 if [ "$#" -eq 0 ]; then
/linux-master/tools/testing/selftests/futex/functional/
H A Drun.sh24 if [ $? -eq 0 ]; then
29 if [ "$USE_COLOR" -eq 1 ]; then
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xdp_redirect_multi.sh144 [ $(grep -cF "who-has 192.0.2.254" ${LOG_DIR}/ns1-1_${mode}.log) -eq 4 ] && \
147 [ $(grep -cF "who-has 192.0.2.254" ${LOG_DIR}/ns1-2_${mode}.log) -eq 2 ] && \
150 [ $(grep -cF "who-has 192.0.2.254" ${LOG_DIR}/ns1-3_${mode}.log) -eq 2 ] && \
155 [ $(grep -c "ICMP echo request" ${LOG_DIR}/ns1-1_${mode}.log) -eq 4 ] && \
158 [ $(grep -c "ICMP echo request" ${LOG_DIR}/ns1-2_${mode}.log) -eq 4 ] && \
161 [ $(grep -c "ICMP echo request" ${LOG_DIR}/ns1-3_${mode}.log) -eq 4 ] && \
166 [ $(grep -c "ICMP6, echo request" ${LOG_DIR}/ns1-1_${mode}.log) -eq 4 ] && \
169 [ $(grep -c "ICMP6, echo request" ${LOG_DIR}/ns1-2_${mode}.log) -eq 0 ] && \
214 [ $FAIL -eq 0 ] && exit 0 || exit 1
/linux-master/tools/power/pm-graph/
H A Dinstall_latest_from_github.sh32 if [ $? -eq 0 ]; then
/linux-master/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh24 [ $? -eq 2 ] && return 2
/linux-master/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc40 if [ $hitcnt -eq 0 ]; then
57 if [ $hitcnt -eq 0 ]; then
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c225 req.log2_throttle_limit = queue->eq.log2_throttle_limit;
226 req.eq_pci_msix_index = queue->eq.msix_index;
236 queue->eq.disable_needed = true;
282 e.eq.id = qid;
283 e.eq.tail_ptr = tail_ptr;
284 e.eq.arm = num_req;
344 static void mana_gd_process_eqe(struct gdma_queue *eq) argument
346 u32 head = eq->head % (eq->queue_size / GDMA_EQE_SIZE);
347 struct gdma_context *gc = eq
401 struct gdma_queue *eq = arg; local
489 struct gdma_queue *eq; local
512 mana_gd_test_eq(struct gdma_context *gc, struct gdma_queue *eq) argument
1222 struct gdma_queue *eq; local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c43 #include <linux/mlx5/eq.h>
79 struct mlx5_ib_pf_eq *eq; member in struct:mlx5_pagefault
1341 * the eq, switch to the dummy pagefault for the rest of the
1381 struct mlx5_ib_pf_eq *eq = pfault->eq; local
1383 mlx5_ib_pfault(eq->dev, pfault);
1384 mempool_free(pfault, eq->pool);
1387 static void mlx5_ib_eq_pf_process(struct mlx5_ib_pf_eq *eq) argument
1394 while ((eqe = mlx5_eq_get_eqe(eq->core, cc))) {
1395 pfault = mempool_alloc(eq
1477 struct mlx5_ib_pf_eq *eq = local
1503 struct mlx5_ib_pf_eq *eq = local
1518 mlx5r_odp_create_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) argument
1576 mlx5_ib_odp_destroy_eq(struct mlx5_ib_dev *dev, struct mlx5_ib_pf_eq *eq) argument
[all...]
/linux-master/arch/mips/tools/
H A Dgeneric-board-config.sh76 [ ${print_skipped} -eq 1 ] && echo "Skipping ${board_cfg}"
/linux-master/tools/testing/selftests/pstore/
H A Dcommon_tests21 if [ $1 -eq 0 ]; then
42 if [ $1 -eq 0 ]; then
/linux-master/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh36 if [ ${up_threshold_set} -eq ${up_threshold} ];then
41 if [ ${sampling_rate_set} -eq ${sampling_rate} ];then
/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_stack_tracer.tc22 test `cat stack_trace_filter | wc -l` -eq `grep lock stack_trace_filter | wc -l`
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_multiprobe.tc22 test `cat kprobe_events | wc -l` -eq 0
H A Dmultiple_kprobes.tc19 test $N -eq 256 && break
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh56 test "$failed" -eq 0
/linux-master/arch/arm64/lib/
H A Dcrc32.S75 csel x3, x3, x4, eq
76 csel w0, w0, w8, eq
80 csel x3, x3, x4, eq
81 csel w0, w0, w8, eq
85 csel w3, w3, w4, eq
86 csel w0, w0, w8, eq
89 csel w0, w0, w8, eq
93 csel w0, w0, w8, eq
H A Dstrchr.S29 csel x0, x0, xzr, eq
/linux-master/scripts/tracing/
H A Dftrace-bisect.sh103 if [ $x -eq 1 ]; then
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dsrcu_lockdep.sh55 if test "$d" -ne 0 && test "$ret" -eq 0
60 if test "$d" -eq 0 && test "$ret" -ne 0

Completed in 326 milliseconds

1234567891011>>