Searched refs:eq (Results 126 - 150 of 417) sorted by relevance

1234567891011>>

/linux-master/samples/bpf/
H A Ddo_hbm_test.sh207 if [ $debug_flag -eq 1 ] ; then
228 if [ $use_netperf -eq 0 ] ; then
281 if [ $flow_cnt -eq 1 ] ; then
314 if [ $do_stats -eq 1 ] ; then
343 elif [ $multi_iperf -eq 0 ] ; then
353 if [ $do_stats -eq 1 ] ; then
379 if [ $do_stats -eq 1 ] ; then
404 if [ $use_netperf -eq 0 ] ; then
H A Dtest_cgrp2_sock2.sh74 if [ $? -eq 0 ]; then
95 if [ $? -eq 0 ]; then
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drouter_scale.sh90 if [[ $count -eq $route_count ]]; then
124 if [[ $RET -ne 0 ]] || [[ $should_fail -eq 1 ]]; then
H A Drif_mac_profiles_occ.sh82 if [[ $count -eq 1 ]]; then
96 [[ $occ -eq $((count - 1)) ]]
H A Drif_mac_profile_scale.sh45 [[ $occ -eq $count ]]
/linux-master/arch/arm64/mm/
H A Dcache.S150 b.eq 1f
154 b.eq 2f
/linux-master/arch/powerpc/lib/
H A Dstring.S25 bdnzf 2,1b /* dec ctr, branch if ctr != 0 && !cr0.eq */
47 bdnzt eq,1b
H A Dmemcmp_32.S25 bdnzt eq, 1b
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_32.S25 bdnzt eq, 1b
/linux-master/tools/testing/selftests/power_supply/
H A Dhelpers.sh128 if [ "$valid" -eq 1 ]; then
154 if [ "$OPTIONAL" -eq 1 ]; then
/linux-master/block/
H A Delevator.c134 struct elevator_queue *eq; local
136 eq = kzalloc_node(sizeof(*eq), GFP_KERNEL, q->node);
137 if (unlikely(!eq))
141 eq->type = e;
142 kobject_init(&eq->kobj, &elv_ktype);
143 mutex_init(&eq->sysfs_lock);
144 hash_init(eq->hash);
146 return eq;
766 struct elevator_queue *eq local
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c5950 struct hns_roce_eq *eq, u32 queue_num)
5960 irq_work->event_type = eq->event_type;
5961 irq_work->sub_type = eq->sub_type;
5966 static void update_eq_db(struct hns_roce_eq *eq) argument
5968 struct hns_roce_dev *hr_dev = eq->hr_dev;
5971 if (eq->type_flag == HNS_ROCE_AEQ) {
5973 eq->arm_st == HNS_ROCE_V2_EQ_ALWAYS_ARMED ?
5977 hr_reg_write(&eq_db, EQ_DB_TAG, eq->eqn);
5980 eq->arm_st == HNS_ROCE_V2_EQ_ALWAYS_ARMED ?
5985 hr_reg_write(&eq_db, EQ_DB_CI, eq
5949 hns_roce_v2_init_irq_work(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, u32 queue_num) argument
5990 next_aeqe_sw_v2(struct hns_roce_eq *eq) argument
6002 hns_roce_v2_aeq_int(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) argument
6075 next_ceqe_sw_v2(struct hns_roce_eq *eq) argument
6087 hns_roce_v2_ceq_int(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) argument
6118 struct hns_roce_eq *eq = eq_ptr; local
6352 free_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) argument
6357 init_eq_config(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) argument
6367 config_eqc(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, void *mb_buf) argument
6430 alloc_eq_buf(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq) argument
6454 hns_roce_v2_create_eq(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, u8 eq_cmd) argument
6584 struct hns_roce_eq *eq; local
[all...]
/linux-master/tools/testing/selftests/ptp/
H A Dphc.sh59 if [[ $RET -eq 0 && $err -ne 0 ]]; then
/linux-master/tools/power/cpupower/bench/
H A Dcpufreq-bench_plot.sh26 if [ $# -eq 0 ];then
80 if [ $plot -eq 0 ];then
/linux-master/tools/testing/selftests/cgroup/
H A Dwith_stress.sh92 [ $rc -eq 0 ] || break
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh126 if [ $num_errors -eq 0 ]; then
H A Dethtool-ring.sh79 if [ $num_errors -eq 0 ]; then
H A Dtc-mq-visibility.sh71 if [ $num_errors -eq 0 ]; then
/linux-master/arch/hexagon/lib/
H A Dmodsi3.S24 p1 = cmp.eq(r3,#0)
/linux-master/tools/testing/selftests/netfilter/
H A Dconntrack_vrf.sh133 if [ $count -eq 1 ]; then
138 if [ $count -eq 1 ]; then
192 if [ $? -eq 0 ]; then
228 if [ $? -eq 0 ]; then
/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh40 elif [[ $kernel_major -eq $major && $kernel_minor -ge $minor ]]; then
64 if [ $sys_control -eq 1 ]; then
70 if [ $module_load -eq 1 ]; then
124 if [ $? -eq 0 ]; then
/linux-master/arch/arm64/lib/
H A Dmemset.S73 b.eq .Laligned
92 b.eq 3f
94 b.eq 1f
170 b.eq 2f /* Already aligned. */
H A Dstrcmp.S79 ccmp data1, data2, 0, eq
80 b.eq L(loop_aligned)
162 ccmp data1, data2, 0, eq
163 b.eq L(loop_unaligned)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.h38 #include <linux/mlx5/eq.h>
41 #include "lib/eq.h"
/linux-master/drivers/clk/spear/
H A Dclk-aux-synth.c20 * Aux synth gives rate for different values of eq, x and y
46 u8 eq = rtbl[index].eq ? 1 : 2; local
49 (rtbl[index].yscale * eq)) * 10000;
112 val |= (rtbl[i].eq & aux->masks->eq_sel_mask) <<

Completed in 204 milliseconds

1234567891011>>