/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsacl.c | 943 __u64 other_mode; in populate_new_aces() local 982 other_mode = nmode & 0007; in populate_new_aces() 985 deny_user_mode = ~(user_mode) & ((group_mode << 3) | (other_mode << 6)) & 0700; in populate_new_aces() 986 deny_group_mode = ~(group_mode) & (other_mode << 3) & 0070; in populate_new_aces() 988 *pnmode = user_mode | group_mode | other_mode | (nmode & ~0777); in populate_new_aces() 1028 nsize += fill_ace_for_sid(pnntace, &sid_everyone, other_mode, in populate_new_aces()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v6_0.c | 992 struct drm_display_mode *other_mode) in dce_v6_0_line_buffer_adjust() 1010 if (other_mode) { in dce_v6_0_line_buffer_adjust() 989 dce_v6_0_line_buffer_adjust(struct amdgpu_device *adev, struct amdgpu_crtc *amdgpu_crtc, struct drm_display_mode *mode, struct drm_display_mode *other_mode) dce_v6_0_line_buffer_adjust() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v6_0.c | 995 struct drm_display_mode *other_mode) in dce_v6_0_line_buffer_adjust() 1013 if (other_mode) { in dce_v6_0_line_buffer_adjust() 992 dce_v6_0_line_buffer_adjust(struct amdgpu_device *adev, struct amdgpu_crtc *amdgpu_crtc, struct drm_display_mode *mode, struct drm_display_mode *other_mode) dce_v6_0_line_buffer_adjust() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | evergreen.c | 1826 struct drm_display_mode *other_mode) in evergreen_line_buffer_adjust() 1852 if (other_mode) { in evergreen_line_buffer_adjust() 1823 evergreen_line_buffer_adjust(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc, struct drm_display_mode *mode, struct drm_display_mode *other_mode) evergreen_line_buffer_adjust() argument
|
H A D | si.c | 1974 struct drm_display_mode *other_mode) in dce6_line_buffer_adjust() 1992 if (other_mode) { in dce6_line_buffer_adjust() 1971 dce6_line_buffer_adjust(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc, struct drm_display_mode *mode, struct drm_display_mode *other_mode) dce6_line_buffer_adjust() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 9208 enum bpf_xdp_mode other_mode = mode == XDP_MODE_SKB in dev_xdp_attach() local 9215 if (!offload && dev_xdp_prog(dev, other_mode)) { in dev_xdp_attach()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | si.c | 1969 struct drm_display_mode *other_mode) in dce6_line_buffer_adjust() 1987 if (other_mode) { in dce6_line_buffer_adjust() 1966 dce6_line_buffer_adjust(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc, struct drm_display_mode *mode, struct drm_display_mode *other_mode) dce6_line_buffer_adjust() argument
|
H A D | evergreen.c | 1828 struct drm_display_mode *other_mode) in evergreen_line_buffer_adjust() 1854 if (other_mode) { in evergreen_line_buffer_adjust() 1825 evergreen_line_buffer_adjust(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc, struct drm_display_mode *mode, struct drm_display_mode *other_mode) evergreen_line_buffer_adjust() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 9320 enum bpf_xdp_mode other_mode = mode == XDP_MODE_SKB in dev_xdp_attach() local 9327 if (!offload && dev_xdp_prog(dev, other_mode)) { in dev_xdp_attach()
|