Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`
18 new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"`
21 new_options="$mount_options,gid=$other_group"
60 test "$d" $other_group
66 test "$d" $other_group
72 test "$d" $other_group
78 test "$d" $other_group
84 test "$d" $other_group
105 chgrp $other_group instances
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c1969 struct panthor_group *other_group; in tick_ctx_insert_old_group() local
1983 list_for_each_entry(other_group, in tick_ctx_insert_old_group()
1986 struct panthor_csg_slot *other_csg_slot = &sched->csg_slots[other_group->csg_id]; in tick_ctx_insert_old_group()
1989 list_add_tail(&csg_slot->group->run_node, &other_group->run_node); in tick_ctx_insert_old_group()