Searched refs:has_op (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1013 DECLARE_BITMAP(has_op, SCX_OPI_END);
|
| H A D | ext.c | 221 #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 D | mtk-mdp3-cmdq.c | 28 #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 D | v4l2-ctrls-core.c | 2505 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()
|