Searched refs:is_ext (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | rt_stall.c | 133 static bool sched_stress_test(bool is_ext) in sched_stress_test() argument 145 const char *class_str = is_ext ? "EXT" : "FAIR"; in sched_stress_test() 255 bool is_ext = i % 2; in run() local 257 if (is_ext) { in run() 262 res = sched_stress_test(is_ext); in run() 263 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
|
| /linux/fs/fuse/ |
| H A D | fuse_i.h | 345 bool is_ext:1; member
|
| H A D | dir.c | 789 args->is_ext = true; in get_create_ext() 801 if (args->is_ext) in free_ext_value()
|
| H A D | dev.c | 657 if (args->is_ext) in fuse_args_to_req()
|
| /linux/fs/ntfs3/ |
| H A D | frecord.c | 1402 bool is_ext = (flags & (ATTR_FLAG_SPARSED | ATTR_FLAG_COMPRESSED)) && in ni_insert_nonresident() local 1405 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() 1456 if (is_ext) { in ni_insert_nonresident()
|
| H A D | fslog.c | 2995 bool is_ext = flags & (ATTR_FLAG_COMPRESSED | ATTR_FLAG_SPARSED); in attr_create_nonres_log() local 2997 (is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT); in attr_create_nonres_log() 3013 if (is_ext) { in attr_create_nonres_log()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 647 const char *new_ext, bool is_ext) in is_compress_extension_exist() argument 653 if (is_ext) { in is_compress_extension_exist()
|