Searched refs:MAX_LSM_COUNT (Results 1 – 4 of 4) sorted by relevance
112 #define MAX_LSM_COUNT \ macro131 #define MAX_LSM_COUNT 0 macro
30 static __initdata struct lsm_info *lsm_order[MAX_LSM_COUNT + 1];166 if (lsm_active_cnt == MAX_LSM_COUNT) { in lsm_order_append() 346 for (i = 0; i < MAX_LSM_COUNT; i++) { in lsm_static_call_init()
80 const struct lsm_id *lsm_idlist[MAX_LSM_COUNT];93 * IDX is the index of the static call. 0 <= NUM < MAX_LSM_COUNT98 * Call the macro M for each LSM hook MAX_LSM_COUNT times.102 UNROLL(MAX_LSM_COUNT, M, __VA_ARGS__) \105 #define LSM_DEFINE_UNROLL(M, ...) UNROLL(MAX_LSM_COUNT, M, __VA_ARGS__)500 scall - static_calls_table.NAME < MAX_LSM_COUNT; scall++) \
93 static const struct lsm_id *audit_subj_lsms[MAX_LSM_COUNT];94 static const struct lsm_id *audit_obj_lsms[MAX_LSM_COUNT];