Searched refs:other_group (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | test_ownership.tc | 14 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
|
| H A D | mount_options.tc | 73 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/tools/docs/ |
| H A D | test_doc_build.py | 486 other_group = parser.add_argument_group("Other options") 488 other_group.add_argument('-r', '--req-file', action='store_true', 490 other_group.add_argument('-l', '--log', 492 other_group.add_argument('-v', '--verbose', action='store_true', 494 other_group.add_argument('-i', '--wait-input', action='store_true',
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 2084 struct panthor_group *other_group; in tick_ctx_insert_old_group() local 2087 list_for_each_entry(other_group, in tick_ctx_insert_old_group() 2090 struct panthor_csg_slot *other_csg_slot = &sched->csg_slots[other_group->csg_id]; in tick_ctx_insert_old_group() 2096 list_add_tail(&group->run_node, &other_group->run_node); in tick_ctx_insert_old_group()
|