Searched refs:ge (Results 1 - 25 of 71) sorted by last modified time

123

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh653 if test $ncompresses -ge $compress_concurrency
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_zones_many.sh94 if [ "$count" -ge "$max_zones" ]; then
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh174 { [ "${maj}" -eq "${exp_maj}" ] && [ "${min}" -ge "${exp_min}" ]; }; then
H A Dmptcp_join.sh1599 if [ $count -ge "$rm_subflow_nr" ] && \
H A Dmptcp_connect.sh40 elif [ $tc_loss -ge 10 ]; then
42 elif [ $tc_loss -ge 1 ]; then
71 if [ $OPTARG -ge 0 ];then
95 if [ $OPTARG -ge 0 ];then
103 if [ $OPTARG -ge 0 ];then
521 if [ $stat_cookietx_last -ge $stat_cookietx_now ] ;then
524 if [ $stat_cookierx_last -ge $stat_cookierx_now ] ;then
H A Ddiag.sh116 if [ $i -ge $timeout ]; then
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest236 if [ -t 1 -a "$ncolors" -ge 8 ]; then
444 elif [ $VERBOSE -ge 3 ]; then
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dethtool_lanes.sh119 while [[ $lanes -ge 1 ]]; do
157 while [[ $lanes -ge 1 ]]; do
/linux-master/tools/testing/selftests/drivers/net/microchip/
H A Dksz9477_qos.sh182 if [ ${rx_ipv} -ge 1 ]; then
188 if [ ${tx_ipv} -ge 2 ]; then
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_mm.sh42 [ $delta -ge $num_pkts ] && [ $delta -le $((num_pkts + 100)) ]
H A Dethtool_rmon.sh65 [ $delta -ge $expected ] && [ $delta -le $((expected + 100)) ]
H A Dethtool_lib.sh50 elif [[ $param_count -ge 3 ]]; then
/linux-master/scripts/
H A DMakefile.btf10 pahole-flags-$(call test-ge, $(pahole-ver), 118) += --skip_encoding_btf_vars
13 pahole-flags-$(call test-ge, $(pahole-ver), 121) += --btf_gen_floats
15 pahole-flags-$(call test-ge, $(pahole-ver), 122) += -j
24 pahole-flags-$(call test-ge, $(pahole-ver), 126) = -j --btf_features=encode_force,var,float,enum64,decl_tag,type_tag,optimized_func,consistent_func
H A DMakefile.compiler66 gcc-min-version = $(call test-ge, $(CONFIG_GCC_VERSION), $1)
70 clang-min-version = $(call test-ge, $(CONFIG_CLANG_VERSION), $1)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c625 __DEF_FW_FEAT_COND(ge, >=); /* greater or equal */
645 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 37, 1, TX_WAKE),
646 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 37, 1, SCAN_OFFLOAD),
647 __CFG_FW_FEAT(RTL8851B, ge, 0, 29, 41, 0, CRASH_TRIGGER),
649 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 35, 0, SCAN_OFFLOAD),
650 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 35, 0, TX_WAKE),
651 __CFG_FW_FEAT(RTL8852A, ge, 0, 13, 36, 0, CRASH_TRIGGER),
653 __CFG_FW_FEAT(RTL8852B, ge, 0, 29, 26, 0, NO_LPS_PG),
654 __CFG_FW_FEAT(RTL8852B, ge, 0, 29, 26, 0, TX_WAKE),
655 __CFG_FW_FEAT(RTL8852B, ge,
[all...]
/linux-master/drivers/net/phy/
H A DMakefile75 obj-$(CONFIG_MEDIATEK_GE_PHY) += mediatek-ge.o
76 obj-$(CONFIG_MEDIATEK_GE_SOC_PHY) += mediatek-ge-soc.o
/linux-master/drivers/gpio/
H A DMakefile67 obj-$(CONFIG_GPIO_GE_FPGA) += gpio-ge.o
H A Dgpiolib-cdev.c1956 struct gpioevent_data ge; local
1997 ret = kfifo_out(&le->events, &ge, 1);
2009 if (copy_to_user(buf + bytes_read, &ge, ge_size))
2094 struct gpioevent_data ge; local
2098 memset(&ge, 0, sizeof(ge));
2105 ge.timestamp = ktime_get_ns();
2107 ge.timestamp = le->timestamp;
2115 ge.id = GPIOEVENT_EVENT_RISING_EDGE;
2118 ge
[all...]
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c1967 int adc_ge_t, adc_oe_t, ge, oe, gain, degc_cali, adc_cali_en_t; local
2064 ge = ((adc_ge_t - 512) * 10000) / 4096;
2066 gain = (10000 + ge);
/linux-master/arch/arm64/kernel/
H A Dhead.S498 b.ge 2f
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c849 struct xe_guc_exec_queue *ge =
851 struct xe_exec_queue *q = ge->q;
854 struct xe_gpu_scheduler *sched = &ge->sched;
1009 struct xe_guc_exec_queue *ge =
1011 struct xe_exec_queue *q = ge->q;
1017 cancel_work_sync(&ge->lr_tdr);
1019 xe_sched_entity_fini(&ge->entity);
1020 xe_sched_fini(&ge->sched);
1022 kfree(ge);
1191 struct xe_guc_exec_queue *ge;
872 struct xe_guc_exec_queue *ge = local
1026 struct xe_guc_exec_queue *ge = local
1208 struct xe_guc_exec_queue *ge; local
[all...]
H A Dxe_devcoredump.c74 xe_guc_exec_queue_snapshot_capture_delayed(ss->ge);
117 xe_guc_exec_queue_snapshot_print(coredump->snapshot.ge, &p);
145 xe_guc_exec_queue_snapshot_free(coredump->snapshot.ge);
193 coredump->snapshot.ge = xe_guc_exec_queue_snapshot_capture(q);
H A Dxe_devcoredump_types.h38 /** @ge: Guc Engine snapshot */
39 struct xe_guc_submit_exec_queue_snapshot *ge; member in struct:xe_devcoredump_snapshot
/linux-master/arch/powerpc/platforms/85xx/
H A Dge_imp3a.c5 * Author Martyn Welch <martyn.welch@ge.com>
37 #include <sysdev/ge/ge_pic.h>
118 regs = of_find_compatible_node(NULL, NULL, "ge,imp3a-fpga-regs");
197 .compatible = "ge,IMP3A",
/linux-master/net/sched/
H A Dsch_netem.c897 const struct tc_netem_gemodel *ge = nla_data(la); local
900 pr_info("netem: incorrect ge model size\n");
906 q->clg.a1 = ge->p;
907 q->clg.a2 = ge->r;
908 q->clg.a3 = ge->h;
909 q->clg.a4 = ge->k1;
1125 struct tc_netem_gemodel ge = { local
1132 if (nla_put(skb, NETEM_LOSS_GE, sizeof(ge), &ge))

Completed in 284 milliseconds

123