/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/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/kernel/ |
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 F: FnOnce(NonNull<c_void>) -> U, in load() argument
|
/linux/rust/pin-init/src/ |
H A D | lib.rs | 1278 pub const unsafe fn cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> { in cast_pin_init() argument 1294 pub const unsafe fn cast_init<T, U, E>(init: impl Init<T, E>) -> impl Init<U, E> { in cast_init() argument [all...] |
/linux/rust/kernel/drm/gem/ |
H A D | mod.rs | 83 extern "C" fn open_callback<T: BaseDriverObject<U>, U: BaseObject>( in open_callback() argument 103 extern "C" fn close_callback<T: BaseDriverObject<U>, U: BaseObject>( in close_callback() argument
|
/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/rust/kernel/time/ |
H A D | hrtimer.rs | 263 fn start_scoped<U, F>( in start_scoped() argument 269 F: FnOnce() -> U, in start_scoped() argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | disp.c | 32 struct bit_entry U; in nvbios_disp_table() local
|
/linux/rust/kernel/sync/ |
H A D | lock.rs | 233 pub(crate) fn do_unlocked<U>(&mut self, cb: impl FnOnce() -> U) -> U { in do_unlocked() argument
|
/linux/net/netfilter/ |
H A D | x_tables.c | 307 #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/gpu/drm/i915/ |
H A D | i915_utils.h | 165 #define check_user_mbz(U) ({ \ argument
|
/linux/arch/s390/include/asm/ |
H A D | cpu_mf.h | 106 unsigned int U:4; /* 20-23 Number of unique instruct. */ member
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push.h | 262 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 353 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL 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/lib/ |
H A D | locking-selftest.c | 230 #define U(x) spin_unlock(&lock_##x) macro [all...] |
/linux/fs/unicode/ |
H A D | mkutf8data.c | 340 #define HANGUL_SYLLABLE(U) ((U) >= 0xAC00 && (U) <= 0xD7A3) argument
|
/linux/drivers/media/i2c/ |
H A D | adv7842.c | 1307 int U = -38 * R - 74 * G + 112 * B; in adv7842_s_ctrl() local
|
/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 357 #define U global() macro
|