Home
last modified time | relevance | path

Searched refs:has_op (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dext_internal.h1013 DECLARE_BITMAP(has_op, SCX_OPI_END);
H A Dext.c221 #define SCX_HAS_OP(sch, op) test_bit(SCX_OP_IDX(op), (sch)->has_op)
5919 bitmap_zero(sch->has_op, SCX_OPI_END); in scx_root_disable()
6817 set_bit(i, sch->has_op); in scx_root_enable_workfn()
6842 set_bit(i, sch->has_op); in scx_root_enable_workfn()
7107 set_bit(i, sch->has_op); in scx_sub_enable_workfn()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c28 #define has_op(ctx, op) \ macro
31 (has_op(ctx, op) ? (ctx)->comp->ops->op(ctx, ##__VA_ARGS__) : 0)
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2505 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()