Home
last modified time | relevance | path

Searched defs:U (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c12 int U; member
17 union U { union
19 int U; member
22 typedef union U U; typedef
H A Dbtf_data.c9 union U { union
29 typedef int U; typedef
/linux/security/apparmor/include/
H A Daf_unix.h28 #define is_unix_anonymous(U) (!unix_sk(U)->addr) argument
29 #define is_unix_fs(U) (!is_unix_anonymous(U) && \ argument
/linux/drivers/comedi/drivers/ni_routing/
H A Dni_route_values.h45 #define U(x) 0x0 macro
52 #define U(x) (((x) & 0x7f) | 0x200) macro
/linux/rust/kernel/
H A Ddevice_id.rs173 info(&self, index: usize) -> &U info() argument
187 info(&self, index: usize) -> &U info() argument
[all...]
H A Dxarray.rs183 F: FnOnce(NonNull<c_void>) -> U, in load()
/linux/rust/pin-init/src/
H A Dlib.rs1278 /// pointer must result in a valid `U`. in cast_pin_init() argument
1294 /// pointer must result in a valid `U`. in cast_init() argument
[all...]
/linux/rust/kernel/drm/gem/
H A Dmod.rs83 open_callback<T: BaseDriverObject<U>, U: BaseObject>( raw_obj: *mut bindings::drm_gem_object, raw_file: *mut bindings::drm_file, ) -> core::ffi::c_int open_callback() argument
103 close_callback<T: BaseDriverObject<U>, U: BaseObject>( raw_obj: *mut bindings::drm_gem_object, raw_file: *mut bindings::drm_file, ) close_callback() argument
/linux/rust/kernel/sync/
H A Dlocked_by.rs102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
H A Dlock.rs233 pub(crate) fn do_unlocked<U>(&mut self, cb: impl FnOnce() -> U) -> U { in do_unlocked()
/linux/include/linux/
H A Dkbd_kern.h122 #define U(x) ((x) ^ 0xf000) macro
/linux/rust/kernel/time/
H A Dhrtimer.rs263 start_scoped<U, F>( self, expires: <<T as UnsafeHrTimerPointer>::TimerMode as HrTimerMode>::Expires, f: F, ) -> U where F: FnOnce() -> U, start_scoped() argument
269 start_scoped<U, F>( self, expires: <<T as UnsafeHrTimerPointer>::TimerMode as HrTimerMode>::Expires, f: F, ) -> U where F: FnOnce() -> U, start_scoped() argument
/linux/tools/perf/util/
H A Ds390-cpumsf-kernel.h18 unsigned int U:4; /* 20-23 Number of unique instruct. */ member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c32 struct bit_entry U; in nvbios_disp_table() local
/linux/net/netfilter/
H A Dx_tables.c307 #define XT_OBJ_TO_USER(U, K, TYPE, C_SIZE) \ argument
326 #define XT_DATA_TO_USER(U, K, TYPE) \ argument
778 #define COMPAT_XT_DATA_TO_USER(U, K, TYPE, C_SIZE) \ argument
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hdr.h342 #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/lib/
H A Dlocking-selftest.c230 #define U(x) spin_unlock(&lock_##x) macro
/linux/fs/unicode/
H A Dmkutf8data.c340 #define HANGUL_SYLLABLE(U) ((U) >= 0xAC00 && (U) <= 0xD7A3) argument
/linux/arch/powerpc/xmon/
H A Dppc-opc.c357 #define U FL1 macro