| /linux/rust/zerocopy/src/pointer/ |
| H A D | ptr.rs | 436 pub fn transmute<U, V, R>(self) -> Ptr<'a, U, (I::Aliasing, Unaligned, V)> in transmute() 448 pub fn transmute_with<U, V, C, R>(self) -> Ptr<'a, U, (I::Aliasing, Unaligned, V)> in transmute_with() 452 C: CastExact<T, U>, in transmute_with() argument 509 pub unsafe fn project_transmute_unchecked<U: ?Sized, V, P>( in project_transmute_unchecked() argument 514 P: crate::pointer::cast::Project<T, U>, in project_transmute_unchecked() argument 834 pub unsafe fn cast_unchecked<U, C: Cast<T, U>>( in cast_unchecked() 860 pub fn cast<U, C, R>(self) -> Ptr<'a, U, (I::Aliasing, Unaligned, I::Validity)> in cast() 862 T: MutationCompatible<U, I::Aliasing, I::Validity, I::Validity, R>, in cast() 864 C: Cast<T, U>, in cast() argument 932 pub(crate) unsafe fn try_with_unchecked<U, J, E, F>( in try_with_unchecked() [all …]
|
| H A D | inner.rs | 187 pub fn project<U: ?Sized, C: cast::Project<T, U>>(self) -> PtrInner<'a, U> { in project() argument 563 pub fn try_cast_into<U>( in try_cast_into() argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_namespacing.c | 12 int U; member 17 union U { union 19 int U; member 22 typedef union U U; typedef
|
| H A D | btf_data.c | 9 union U { union 29 typedef int U; typedef
|
| /linux/security/apparmor/include/ |
| H A D | af_unix.h | 28 #define is_unix_anonymous(U) (!unix_sk(U)->addr) argument 29 #define is_unix_fs(U) (!is_unix_anonymous(U) && \ argument
|
| /linux/rust/kernel/ |
| H A D | io.rs | 192 fn io_view_assert<'a, IO: Io<'a>, U>( in io_view_assert() argument 215 ) -> Result<<IO::Backend as IoBackend>::View<'a, U>> { in io_view() argument 260 ptr: *mut U, in project_view() 261 ) -> Self::View<'a, U>; in project_view() argument 1180 ptr: *mut U, in project_view() 1181 ) -> Self::View<'a, U> { in project_view() argument 1272 ptr: *mut U, in project_view() 1273 ) -> Self::View<'a, U> { in project_view() argument 1339 ptr: *mut U, in project_view() 1340 ) -> Self::View<'a, U> { in project_view() argument [all …]
|
| H A D | device_id.rs | 173 info(&self, index: usize) -> &U info() argument 187 info(&self, index: usize) -> &U info() argument [all...] |
| H A D | xarray.rs | 183 load<F, U>(&self, index: usize, f: F) -> Option<U> where F: FnOnce(NonNull<c_void>) -> U, load() argument
|
| /linux/drivers/comedi/drivers/ni_routing/ |
| H A D | ni_route_values.h | 45 #define U(x) 0x0 macro 52 #define U(x) (((x) & 0x7f) | 0x200) macro
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1146 cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> cast_pin_init() argument 1162 cast_init<T, U, E>(init: impl Init<T, E>) -> impl Init<U, E> cast_init() argument [all...] |
| /linux/rust/kernel/sync/ |
| H A D | locked_by.rs | 102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument [all...] |
| H A D | lock.rs | 238 do_unlocked<U>(&mut self, cb: impl FnOnce() -> U) -> U do_unlocked() argument
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 469 pub fn cast<U>(self) -> Bounded<U, N> in cast() 600 impl<T, U, const N: u32> TryIntoBounded<T, N> for U implementation 618 fn eq(&self, other: &Bounded<U, M>) -> bool { in eq() 631 fn partial_cmp(&self, other: &Bounded<U, M>) -> Option<cmp::Ordering> { in partial_cmp()
|
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 621 pub(super) fn from<U>(s: Spanned<U>) -> Spanned<T> in from() 632 u: Spanned<U>, in try_from() 633 ) -> Result<Spanned<T>, FromRawReprError<Spanned<E>>> in try_from()
|
| /linux/include/linux/ |
| H A D | kbd_kern.h | 122 #define U(x) ((x) ^ 0xf000) macro
|
| /linux/tools/perf/util/ |
| H A D | s390-cpumsf-kernel.h | 18 unsigned int U:4; /* 20-23 Number of unique instruct. */ member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | disp.c | 32 struct bit_entry U; in nvbios_disp_table() local
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 310 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ argument 329 #define XT_DATA_TO_USER(U, K, TYPE) \ argument 824 #define COMPAT_XT_DATA_TO_USER(U, K, TYPE, C_SIZE) \ argument
|
| /linux/rust/zerocopy/src/util/ |
| H A D | mod.rs | 127 pub(crate) fn validate_aligned_to<T: AsAddress, U>(t: T) -> Result<(), AlignmentError<(), U>> { in validate_aligned_to() argument
|
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 1049 impl<T, U> Distribution<T> for U {} implementation
|
| H A D | lib.rs | 3338 fn swap<T, U>((t, u): (T, U)) -> (U, T) { in swap() argument
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hdr.h | 342 #define NETXEN_DMA_BASE(U) (NETXEN_CRB_PCIX_MD + 0x20000 + ((U)<<16)) argument 343 #define NETXEN_DMA_COMMAND(U) (NETXEN_DMA_BASE(U) + 0x00008) argument
|
| /linux/fs/unicode/ |
| H A D | mkutf8data.c | 340 #define HANGUL_SYLLABLE(U) ((U) >= 0xAC00 && (U) <= 0xD7A3) argument
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 357 #define U FL1 macro
|