Home
last modified time | relevance | path

Searched refs:group (Results 2301 - 2325 of 3910) sorted by relevance

1...<<919293949596979899100>>...157

/kernel/linux/linux-5.10/drivers/clk/renesas/
H A Dr9a06g032-clocks.c54 uint16_t group : 1, index: 3; member
87 .dual = { .group = _g, .index = _gi, \
291 .dual.group = 0,
300 .dual.group = 1,
944 uart_group_sel[d->dual.group] = d->dual.sel; in r9a06g032_clocks_probe()
950 uart_group_sel[d->dual.group]); in r9a06g032_clocks_probe()
/kernel/linux/linux-5.10/drivers/iommu/
H A Drockchip-iommu.c110 struct iommu_group *group; member
939 * Such a device does not belong to an iommu group. in rk_iommu_attach_device()
1087 return iommu_group_ref_get(iommu->group); in rk_iommu_device_group()
1189 iommu->group = iommu_group_alloc(); in rk_iommu_probe()
1190 if (IS_ERR(iommu->group)) { in rk_iommu_probe()
1191 err = PTR_ERR(iommu->group); in rk_iommu_probe()
1238 iommu_group_put(iommu->group); in rk_iommu_probe()
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl.c939 * for the GID to be changed to a group the caller is not a member of, the
949 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group) in keyctl_chown_key() argument
959 gid = make_kgid(current_user_ns(), group); in keyctl_chown_key()
963 if ((group != (gid_t) -1) && !gid_valid(gid)) in keyctl_chown_key()
967 if (user == (uid_t) -1 && group == (gid_t) -1) in keyctl_chown_key()
990 /* only the sysadmin can set the key's GID to a group other in keyctl_chown_key()
992 if (group != (gid_t) -1 && !gid_eq(gid, key->gid) && !in_group_p(gid)) in keyctl_chown_key()
1044 if (group != (gid_t) -1) in keyctl_chown_key()
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dcore.c978 sh_pfc_err("function %s: group %s not found\n", in sh_pfc_check_info()
984 const struct sh_pfc_pin_group *group = &info->groups[i]; in sh_pfc_check_info() local
986 if (!group->name) { in sh_pfc_check_info()
987 sh_pfc_err("empty group %u\n", i); in sh_pfc_check_info()
991 if (same_name(group->name, info->groups[j].name)) in sh_pfc_check_info()
992 sh_pfc_err("group %s: name conflict\n", in sh_pfc_check_info()
993 group->name); in sh_pfc_check_info()
996 sh_pfc_err("orphan group %s\n", group->name); in sh_pfc_check_info()
998 sh_pfc_warn("group in sh_pfc_check_info()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Drockchip-iommu.c116 struct iommu_group *group; member
1023 * Such a device does not belong to an iommu group. in rk_iommu_attach_device()
1164 return iommu_group_ref_get(iommu->group); in rk_iommu_device_group()
1283 iommu->group = iommu_group_alloc(); in rk_iommu_probe()
1284 if (IS_ERR(iommu->group)) { in rk_iommu_probe()
1285 err = PTR_ERR(iommu->group); in rk_iommu_probe()
1329 iommu_group_put(iommu->group); in rk_iommu_probe()
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl.c939 * for the GID to be changed to a group the caller is not a member of, the
949 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group) in keyctl_chown_key() argument
959 gid = make_kgid(current_user_ns(), group); in keyctl_chown_key()
963 if ((group != (gid_t) -1) && !gid_valid(gid)) in keyctl_chown_key()
967 if (user == (uid_t) -1 && group == (gid_t) -1) in keyctl_chown_key()
990 /* only the sysadmin can set the key's GID to a group other in keyctl_chown_key()
992 if (group != (gid_t) -1 && !gid_eq(gid, key->gid) && !in_group_p(gid)) in keyctl_chown_key()
1044 if (group != (gid_t) -1) in keyctl_chown_key()
/third_party/mesa3d/include/GL/
H A Dglxext.h591 typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
592 typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
593 typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
598 Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
599 Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
600 Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
H A Dwglext.h765 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
766 typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
767 typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
772 BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
773 BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
774 BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp762 fs_builder ubld = bld.exec_all().group(1, 0); in emit_unspill()
831 fs_builder ubld = bld.exec_all().group(1, 0); in emit_spill()
1038 fs_builder ubld = fs->bld.exec_all().group(8, 0).at( in spill_reg()
1045 inst = ubld.group(1, 0).AND(component(this->scratch_header, 0), in spill_reg()
1114 emit_unspill(ibld.exec_all().group(width, 0), &fs->shader_stats, in spill_reg()
1158 const fs_builder ubld = ibld.exec_all(!per_channel).group(width, 0); in spill_reg()
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py365 group = Group(0, 1, self.size, self.fields)
366 dwords, length = group.collect_dwords_and_length()
371 group.emit_pack_function(root, dwords, length)
382 group = Group(0, 1, self.size, self.fields)
383 dwords, length = group.collect_dwords_and_length()
388 group.emit_unpack_function(root, dwords, length)
733 # Determine number of dwords in this group. If we have a size, use
734 # that, since that'll account for MBZ dwords at the end of a group
/third_party/openGLES/api/GL/
H A Dglxext.h576 typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
577 typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
578 typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
583 Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
584 Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
585 Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
H A Dwglext.h746 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
747 typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
748 typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
753 BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
754 BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
755 BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
/third_party/libabigail/src/
H A Dabg-corpus.cc579 if (group) in get_public_types_pretty_representations()
580 return group->get_public_types_pretty_representations(); in get_public_types_pretty_representations()
786 /// Getter of the group this corpus is a member of.
788 /// @return the group this corpus is a member of, or nil if it's not
792 {return priv_->group;} in get_group()
794 /// Getter of the group this corpus belongs to.
796 /// @return the group this corpus belong to, or nil if it's not part
800 {return priv_->group;} in get_group()
802 /// Setter of the group this corpus belongs to.
804 /// @param g the new group
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp1073 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "shader_viewport_index")); in createShaderViewportIndexTests()
1084 addFunctionCaseWithPrograms(group.get(), "vertex_shader_" + de::toString(testParams.numViewports), checkSupport, initVertexTestPrograms, testVertexShader, testParams); in createShaderViewportIndexTests()
1087 addFunctionCaseWithPrograms(group.get(), "fragment_shader_implicit", checkSupport, initFragmentTestPrograms, testFragmentShader, testParams); in createShaderViewportIndexTests()
1090 addFunctionCaseWithPrograms(group.get(), "fragment_shader_" + de::toString(testParams.numViewports), checkSupport, initFragmentTestPrograms, testFragmentShader, testParams); in createShaderViewportIndexTests()
1095 addFunctionCaseWithPrograms(group.get(), "tessellation_shader_" + de::toString(testParams.numViewports), checkSupport, initTessellationTestPrograms, testTessellationShader, testParams); in createShaderViewportIndexTests()
1097 return group.release(); in createShaderViewportIndexTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp1401 * \brief Make test group consisting of graphics pipeline tests
1403 void addGraphicsPipelineTests(TestCaseGroup& group) in addGraphicsPipelineTests() argument
1408 group.getTestContext(), "graphics_pipelines", "Test pipeline creation cache control with graphics pipelines"); in addGraphicsPipelineTests()
1416 group.addChild(tests.release()); in addGraphicsPipelineTests()
1420 * \brief Make test group consisting of compute pipeline tests
1422 void addComputePipelineTests(TestCaseGroup& group) in addComputePipelineTests() argument
1427 group.getTestContext(), "compute_pipelines", "Test pipeline creation cache control with compute pipelines"); in addComputePipelineTests()
1435 group.addChild(tests.release()); in addComputePipelineTests()
1441 * \brief Make pipeline creation cache control test group
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp802 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, de::toString(testNdx).c_str())); in createWatertightnessTests()
825 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), caseDef, false /* useClosedFan */)); in createWatertightnessTests()
828 watertightnessGroup->addChild(group.release()); in createWatertightnessTests()
840 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, groupName)); in createWatertightnessTests()
859 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), caseDef, true /* useClosedFan */)); in createWatertightnessTests()
862 watertightnessGroup->addChild(group.release()); in createWatertightnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp1069 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "shader_viewport_index", "")); in createShaderViewportIndexTests()
1080 addFunctionCaseWithPrograms(group.get(), "vertex_shader_" + de::toString(testParams.numViewports), "", checkSupport, initVertexTestPrograms, testVertexShader, testParams); in createShaderViewportIndexTests()
1083 addFunctionCaseWithPrograms(group.get(), "fragment_shader_implicit", "", checkSupport, initFragmentTestPrograms, testFragmentShader, testParams); in createShaderViewportIndexTests()
1086 addFunctionCaseWithPrograms(group.get(), "fragment_shader_" + de::toString(testParams.numViewports), "", checkSupport, initFragmentTestPrograms, testFragmentShader, testParams); in createShaderViewportIndexTests()
1091 addFunctionCaseWithPrograms(group.get(), "tessellation_shader_" + de::toString(testParams.numViewports), "", checkSupport, initTessellationTestPrograms, testTessellationShader, testParams); in createShaderViewportIndexTests()
1093 return group.release(); in createShaderViewportIndexTests()
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglxext.h575 typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
576 typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
577 typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
582 Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
583 Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
584 Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
H A Dwglext.h751 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
752 typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
753 typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
758 BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
759 BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
760 BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglxext.h575 typedef Bool ( *PFNGLXJOINSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint group);
576 typedef Bool ( *PFNGLXBINDSWAPBARRIERNVPROC) (Display *dpy, GLuint group, GLuint barrier);
577 typedef Bool ( *PFNGLXQUERYSWAPGROUPNVPROC) (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
582 Bool glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group);
583 Bool glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier);
584 Bool glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier);
H A Dwglext.h751 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
752 typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
753 typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
758 BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
759 BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
760 BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/
H A Dwglext.h741 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group);
742 typedef BOOL (WINAPI * PFNWGLBINDSWAPBARRIERNVPROC) (GLuint group, GLuint barrier);
743 typedef BOOL (WINAPI * PFNWGLQUERYSWAPGROUPNVPROC) (HDC hDC, GLuint *group, GLuint *barrier);
748 BOOL WINAPI wglJoinSwapGroupNV (HDC hDC, GLuint group);
749 BOOL WINAPI wglBindSwapBarrierNV (GLuint group, GLuint barrier);
750 BOOL WINAPI wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier);
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java163 int group = ((ndistbits - 1) << 1) | ((offset >> ndistbits) & 1); in calculateDistanceAlphabetLimit()
164 return ((group - 1) << npostfix) + (1 << npostfix) + ndirect + NUM_DISTANCE_SHORT_CODES; in calculateDistanceAlphabetLimit()
439 int[] table = new int[32 + 1]; /* Speculative single entry table group. */ in readHuffmanCodeLengths()
633 /* Speculative single entry table group. */ in decodeContextMap()
811 /* Always fill the complete group. */ in calculateDistanceLut()
939 int[] group = new int[n + n * maxTableSize]; in decodeHuffmanTreeGroup()
942 group[i] = next; in decodeHuffmanTreeGroup()
943 next += readHuffmanCode(alphabetSizeMax, alphabetSizeLimit, group, i, s); in decodeHuffmanTreeGroup()
945 return group; in decodeHuffmanTreeGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp801 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, de::toString(testNdx).c_str(), "")); in createWatertightnessTests()
824 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef, false /* useClosedFan */)); in createWatertightnessTests()
827 watertightnessGroup->addChild(group.release()); in createWatertightnessTests()
839 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, groupName, "")); in createWatertightnessTests()
858 group->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef, true /* useClosedFan */)); in createWatertightnessTests()
861 watertightnessGroup->addChild(group.release()); in createWatertightnessTests()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_kprobe.c257 static struct trace_kprobe *alloc_trace_kprobe(const char *group, in alloc_trace_kprobe() argument
294 ret = trace_probe_init(&tk->tp, event, group, false); in alloc_trace_kprobe()
306 const char *group) in find_trace_kprobe()
313 strcmp(trace_probe_group_name(&tk->tp), group) == 0) in find_trace_kprobe()
748 const char *event = NULL, *group = KPROBE_EVENT_SYSTEM; in trace_kprobe_create() local
847 ret = traceprobe_parse_event_name(&event, &group, buf, in trace_kprobe_create()
864 tk = alloc_trace_kprobe(group, event, addr, symbol, offset, maxactive, in trace_kprobe_create()
1668 const char *group = event->tp_event->class->system; in bpf_get_kprobe_info() local
1672 tk = find_trace_kprobe(pevent, group); in bpf_get_kprobe_info()
305 find_trace_kprobe(const char *event, const char *group) find_trace_kprobe() argument

Completed in 51 milliseconds

1...<<919293949596979899100>>...157