Searched refs:is_ext (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | rt_stall.c | 137 static bool sched_stress_test(bool is_ext) in sched_stress_test() argument 149 const char *class_str = is_ext ? "EXT" : "FAIR"; in sched_stress_test() 259 bool is_ext = i % 2; in run() local 261 if (is_ext) { in run() 266 res = sched_stress_test(is_ext); in run() 267 if (is_ext) { in run()
|
| /linux/include/net/tc_act/ |
| H A D | tc_gact.h | 20 bool is_ext) in __is_tcf_gact_act() argument 29 if ((!is_ext && gact->tcf_action == act) || in __is_tcf_gact_act() 30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | kcpuid.c | 71 bool is_ext; global() member
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 1360 u32 class, u32 id, u32 offset, u32 *is_ext) in guc_capture_reg_to_str() argument 1368 *is_ext = 0; in guc_capture_reg_to_str() 1386 *is_ext = 1; in guc_capture_reg_to_str() 1432 u32 is_ext; in intel_guc_capture_print_engine_node() local 1483 node->eng_class, 0, regs[j].offset, &is_ext); in intel_guc_capture_print_engine_node() 1488 if (is_ext) in intel_guc_capture_print_engine_node()
|
| /linux/drivers/misc/mei/ |
| H A D | client.c | 1743 bool is_ext, is_hbm, is_gsc, is_vtag; in mei_msg_hdr_init() local 1753 is_ext = is_vtag || is_gsc; in mei_msg_hdr_init() 1758 if (!is_ext) in mei_msg_hdr_init() 1776 mei_hdr->extended = is_ext; in mei_msg_hdr_init() 1778 if (!is_ext) in mei_msg_hdr_init()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
| H A D | venc_h264_if.c | 587 const bool is_ext = MTK_ENC_CTX_IS_EXT(ctx); in h264_enc_init() local 597 if (is_ext) in h264_enc_init()
|
| /linux/drivers/block/ |
| H A D | ps3disk.c | 52 u32 is_ext; member
|