| /linux/rust/kernel/ |
| A D | rbtree.rs | 196 pub fn iter(&self) -> Iter<'_, K, V> { in iter() argument 284 value: V, in try_create_and_insert() 286 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() argument 740 pub fn current(&self) -> (&K, &V) { in current() 1085 pub fn new(key: K, value: V, flags: Flags) -> Result<RBTreeNode<K, V>> { in new() argument 1090 pub fn to_key_value(self) -> (K, V) { in to_key_value() argument 1185 pub fn insert(self, value: V, reservation: RBTreeNodeReservation<K, V>) -> &'a mut V { in insert() argument 1202 pub fn get(&self) -> &V { in get() 1210 pub fn get_mut(&mut self) -> &mut V { in get_mut() 1220 pub fn into_mut(self) -> &'a mut V { in into_mut() [all …]
|
| /linux/arch/powerpc/lib/ |
| A D | xor_vmx.c | 24 #define DEFINE(V) \ argument 28 #define LOAD(V) \ argument 36 #define STORE(V) \ argument
|
| /linux/kernel/sched/ |
| A D | cpuacct.c | 224 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show() 229 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show() 234 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show() 239 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show()
|
| /linux/arch/alpha/kernel/ |
| A D | entry.S | 691 #define V(n) stt $f##n, FR(n) macro 712 #define V(n) ldt $f##n, FR(n) macro
|
| /linux/security/apparmor/include/ |
| A D | label.h | 24 #define DEFINE_VEC(T, V) \ argument 28 #define vec_setup(T, V, N, GFP) \ argument 40 #define vec_cleanup(T, V, N) \ argument 54 #define cleanup_domain_vec(V, L) cleanup_label_vec((V), (L)->size) argument 61 #define aa_sort_and_merge_vec(N, V) \ argument
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_dcb.c | 15 #define QLC_DCB_GET_MAP(V) (1 << V) argument 23 #define QLC_DCB_TSA_SUPPORT(V) (V & 0x1) argument 24 #define QLC_DCB_ETS_SUPPORT(V) ((V >> 1) & 0x1) argument 25 #define QLC_DCB_VERSION_SUPPORT(V) ((V >> 2) & 0xf) argument 26 #define QLC_DCB_MAX_NUM_TC(V) ((V >> 20) & 0xf) argument 27 #define QLC_DCB_MAX_NUM_ETS_TC(V) ((V >> 24) & 0xf) argument 28 #define QLC_DCB_MAX_NUM_PFC_TC(V) ((V >> 28) & 0xf) argument
|
| /linux/Documentation/virt/hyperv/ |
| A D | overview.rst | 55 …unctional Spec (TLFS): https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/tlfs/tlfs
|
| /linux/arch/m68k/fpsp040/ |
| A D | stanh.S | 67 .set V,FP_SCR6 define
|
| /linux/sound/soc/codecs/ |
| A D | rl6347a.h | 14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
| A D | rt286.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
| A D | rt274.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
| A D | rt298.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
| /linux/crypto/ |
| A D | ansi_cprng.c | 45 unsigned char V[DEFAULT_BLK_SZ]; member 278 const unsigned char *V, const unsigned char *DT) in reset_prng_context()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | btf_dump_test_case_namespacing.c | 25 V = 0, enumerator
|
| /linux/drivers/comedi/drivers/ni_routing/ |
| A D | ni_route_values.h | 39 #define V(x) (((x) & 0x7f) | 0x80) macro
|
| /linux/drivers/pinctrl/mvebu/ |
| A D | pinctrl-kirkwood.c | 19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro
|
| A D | pinctrl-orion.c | 64 #define V(f5181, f5182, f5281) \ macro
|
| /linux/arch/s390/boot/ |
| A D | kaslr.c | 22 u8 V[112]; member
|
| /linux/tools/power/cpupower/ |
| A D | Makefile | 29 V ?= false macro
|
| /linux/drivers/char/ |
| A D | hpet.c | 57 #define write_counter(V, MC) writeq(V, MC) argument 60 #define write_counter(V, MC) writel(V, MC) argument
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_vma.h | 455 #define for_each_ggtt_vma(V, OBJ) \ argument
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_router_hw.h | 34 #define PRESTERA_IP_ADDR_PLEN(V) ((V) == PRESTERA_IPV4 ? 32 : \ argument
|
| /linux/arch/mips/crypto/ |
| A D | chacha-core.S | 186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|
| /linux/include/crypto/ |
| A D | drbg.h | 116 unsigned char *V; /* internal state 10.1.1.1 1a) */ member
|
| /linux/drivers/comedi/drivers/tests/ |
| A D | ni_routes_test.c | 29 #define V(x) ((x) | 0x80) macro
|