Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/ftrace/test.d/00basic/
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
Dmount_options.tc73 local other_group=$(find_alternate_gid "$original_group")
76 local new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"`
78 new_options="$mount_options,gid=$other_group"
86 check_gid "$mount_point" "$other_group"
90 check_gid "$instance" "$other_group"
/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_sched.c1910 struct panthor_group *other_group; in tick_ctx_insert_old_group() local
1924 list_for_each_entry(other_group, in tick_ctx_insert_old_group()
1927 struct panthor_csg_slot *other_csg_slot = &sched->csg_slots[other_group->csg_id]; in tick_ctx_insert_old_group()
1930 list_add_tail(&csg_slot->group->run_node, &other_group->run_node); in tick_ctx_insert_old_group()