Home
last modified time | relevance | path

Searched refs:last_flag (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Dbase_test.c148 const int last_flag = LANDLOCK_CREATE_RULESET_ERRATA; in TEST()
149 const int invalid_flag = last_flag << 1; in TEST()
361 const __u32 last_flag = LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS; in TEST()
365 EXPECT_EQ(-1, landlock_restrict_self(-1, last_flag << 1)); in TEST()
104 const int last_flag = LANDLOCK_CREATE_RULESET_VERSION; TEST() local
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c3462 u32 last_flag = fls(PANTHOR_DEVICE_PROFILING_ALL); in calc_profiling_ringbuf_num_slots() local
3477 for (u32 i = 0; i < last_flag; i++) { in calc_profiling_ringbuf_num_slots()