| /linux/rust/kernel/sync/ |
| H A D | condvar.rs | 117 guard: &mut Guard<'_, T, B>, in wait_internal() argument 145 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() argument 170 guard: &mut Guard<'_, T, B>, in wait_interruptible_freezable() argument 188 guard: &mut Guard<'_, T, B>, in wait_interruptible_timeout() argument
|
| H A D | lock.rs | 172 lock(&self) -> Guard<'_, T, B> lock() argument 185 try_lock(&self) -> Option<Guard<'_, T, B>> try_lock() argument 234 lock_ref(&self) -> &'a Lock<T, B> lock_ref() argument 307 new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self new() argument [all...] |
| H A D | locked_by.rs | 102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument
|
| /linux/lib/crypto/ |
| H A D | des.c | 581 #define ROUND(L, R, A, B, K, d) \ argument 783 u32 L, R, A, B; in des_encrypt() local 804 u32 L, R, A, B; in des_decrypt() local 846 u32 L, R, A, B; in des3_ede_encrypt() local 875 u32 L, R, A, B; in des3_ede_decrypt() local
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_namespacing.c | 32 union B {}; union 36 B = 2, enumerator
|
| H A D | test_core_reloc_primitives.c | 18 B = 1, enumerator
|
| H A D | btf_dump_test_case_bitfields.c | 34 B, /* B = 1, same */ enumerator
|
| /linux/lib/ |
| H A D | dynamic_queue_limits.c | 15 #define POSDIFF(A, B) ((int)((A) - (B)) > 0 ? (A) - (B) : 0) argument 16 #define AFTER_EQ(A, B) ((int)((A) - (B)) >= 0) argument
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_gt_pm.c | 15 static int cmp_u64(const void *A, const void *B) in cmp_u64() 27 static int cmp_u32(const void *A, const void *B) in cmp_u32()
|
| /linux/lib/crc/powerpc/ |
| H A D | crc-vpmsum-template.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|
| /linux/rust/kernel/sync/lock/ |
| H A D | global.rs | 80 lock(&'static self) -> GlobalGuard<B> lock() argument 87 try_lock(&'static self) -> Option<GlobalGuard<B>> try_lock() argument [all...] |
| /linux/tools/virtio/linux/ |
| H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.select-break | 26 config B config
|
| /linux/include/drm/ |
| H A D | drm_fixed.h | 41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 64 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div()
|
| /linux/scripts/kconfig/tests/choice_randomize/ |
| H A D | Kconfig | 7 config B config in choice20c1c1c20104
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
| /linux/scripts/kconfig/tests/choice_randomize2/ |
| H A D | Kconfig | 16 config B config in choice6bdeda340204
|
| /linux/security/apparmor/include/ |
| H A D | af_unix.h | 23 #define is_unix_addr_abstract_name(B) ((B)[0] == 0) argument
|
| /linux/scripts/kconfig/tests/auto_submenu/ |
| H A D | Kconfig | 42 config B config
|
| /linux/kernel/trace/ |
| H A D | tracing_map.c | 845 static int cmp_entries_dup(const void *A, const void *B) in cmp_entries_dup() 855 static int cmp_entries_sum(const void *A, const void *B) in cmp_entries_sum() 886 static int cmp_entries_key(const void *A, const void *B) in cmp_entries_key()
|
| /linux/drivers/comedi/drivers/ni_routing/ |
| H A D | ni_route_values.h | 36 #define B(x) ((x) - NI_NAMES_BASE) macro
|
| /linux/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | Kconfig | 11 config B config
|
| /linux/fs/ntfs3/ |
| H A D | debug.h | 19 #define PtrOffset(B, O) ((size_t)((size_t)(O) - (size_t)(B))) argument
|
| /linux/lib/zstd/common/ |
| H A D | cpu.h | 162 #define B(name, bit) X(name, f7b, bit) macro
|
| /linux/fs/jffs2/ |
| H A D | compr_rubin.c | 102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode() 200 static int decode(struct rubin_state *rs, long A, long B) in decode()
|