/linux/rust/kernel/ |
H A D | rbtree.rs | 201 iter(&self) -> Iter<'_, K, V> iter() argument 216 iter_mut(&mut self) -> IterMut<'_, K, V> iter_mut() argument 246 cursor_front(&mut self) -> Option<Cursor<'_, K, V>> cursor_front() argument 261 cursor_back(&mut self) -> Option<Cursor<'_, K, V>> cursor_back() argument 289 try_create_and_insert( &mut self, key: K, value: V, flags: Flags, ) -> Result<Option<RBTreeNode<K, V>>> try_create_and_insert() argument 291 try_create_and_insert( &mut self, key: K, value: V, flags: Flags, ) -> Result<Option<RBTreeNode<K, V>>> try_create_and_insert() argument 301 insert(&mut self, node: RBTreeNode<K, V>) -> Option<RBTreeNode<K, V>> insert() argument 311 raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> raw_entry() argument 365 entry(&mut self, key: K) -> Entry<'_, K, V> entry() argument 373 find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> find_mut() argument 381 get(&self, key: &K) -> Option<&V> get() argument 401 get_mut(&mut self, key: &K) -> Option<&mut V> get_mut() argument 408 remove_node(&mut self, key: &K) -> Option<RBTreeNode<K, V>> remove_node() argument 415 remove(&mut self, key: &K) -> Option<V> remove() argument 745 current(&self) -> (&K, &V) current() argument 753 current_mut(&mut self) -> (&K, &mut V) current_mut() argument 765 remove_current(self) -> (Option<Self>, RBTreeNode<K, V>) remove_current() argument 789 remove_prev(&mut self) -> Option<RBTreeNode<K, V>> remove_prev() argument 794 remove_next(&mut self) -> Option<RBTreeNode<K, V>> remove_next() argument 798 remove_neighbor(&mut self, direction: Direction) -> Option<RBTreeNode<K, V>> remove_neighbor() argument 834 peek_prev(&self) -> Option<(&K, &V)> peek_prev() argument 839 peek_next(&self) -> Option<(&K, &V)> peek_next() argument 843 peek(&self, direction: Direction) -> Option<(&K, &V)> peek() argument 853 peek_prev_mut(&mut self) -> Option<(&K, &mut V)> peek_prev_mut() argument 858 peek_next_mut(&mut self) -> Option<(&K, &mut V)> peek_next_mut() argument 862 peek_mut(&mut self, direction: Direction) -> Option<(&K, &mut V)> peek_mut() argument 887 to_key_value<'b>(node: NonNull<bindings::rb_node>) -> (&'b K, &'b V) to_key_value() argument 898 to_key_value_mut<'b>(node: NonNull<bindings::rb_node>) -> (&'b K, &'b mut V) to_key_value_mut() argument 909 to_key_value_raw<'b>(node: NonNull<bindings::rb_node>) -> (&'b K, *mut V) to_key_value_raw() argument 1043 new(flags: Flags) -> Result<RBTreeNodeReservation<K, V>> new() argument 1061 into_node(self, key: K, value: V) -> RBTreeNode<K, V> into_node() argument 1085 new(key: K, value: V, flags: Flags) -> Result<RBTreeNode<K, V>> new() argument 1090 to_key_value(self) -> (K, V) to_key_value() argument 1113 into_reservation(self) -> RBTreeNodeReservation<K, V> into_reservation() argument 1165 insert(self, node: RBTreeNode<K, V>) -> &'a mut V insert() argument 1187 insert(self, value: V, reservation: RBTreeNodeReservation<K, V>) -> &'a mut V insert() argument 1204 get(&self) -> &V get() argument 1212 get_mut(&mut self) -> &mut V get_mut() argument 1222 into_mut(self) -> &'a mut V into_mut() argument 1230 remove_node(self) -> RBTreeNode<K, V> remove_node() argument 1244 remove(self) -> V remove() argument 1254 replace(self, node: RBTreeNode<K, V>) -> RBTreeNode<K, V> replace() argument [all...] |
/linux/arch/powerpc/lib/ |
H A D | xor_vmx.c | 24 #define DEFINE(V) \ argument 28 #define LOAD(V) \ argument 36 STORE(V) global() argument [all...] |
/linux/kernel/sched/ |
H A D | cpuacct.c | 226 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show() argument 231 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show() argument 236 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show() argument 241 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show() argument
|
/linux/security/apparmor/include/ |
H A D | label.h | 25 #define DEFINE_VEC(T, V) \ argument 29 #define vec_setup(T, V, N, GFP) \ argument 41 #define vec_cleanup(T, V, argument 55 cleanup_domain_vec(V,L) global() argument 62 aa_sort_and_merge_vec(N,V) global() argument [all...] |
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H 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 >> 2 argument 27 QLC_DCB_MAX_NUM_ETS_TC(V) global() argument 28 QLC_DCB_MAX_NUM_PFC_TC(V) global() argument [all...] |
/linux/arch/m68k/fpsp040/ |
H A D | stanh.S | 67 .set V,FP_SCR6 define
|
/linux/sound/soc/codecs/ |
H A D | rl6347a.h | 14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
H A D | rt286.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
H A D | rt274.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
H A D | rt298.h | 12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/linux/crypto/ |
H A D | ansi_cprng.c | 45 unsigned char V[DEFAULT_BLK_SZ]; member 278 reset_prng_context(struct prng_context * ctx,const unsigned char * key,size_t klen,const unsigned char * V,const unsigned char * DT) reset_prng_context() argument [all...] |
/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_namespacing.c | 25 V = 0, enumerator
|
/linux/drivers/comedi/drivers/ni_routing/ |
H A D | ni_route_values.h | 39 #define V(x) (((x) & 0x7f) | 0x80) macro
|
/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-kirkwood.c | 19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro [all...] |
H A D | pinctrl-orion.c | 64 #define V(f5181, f5182, f5281) \ macro
|
/linux/arch/s390/boot/ |
H A D | kaslr.c | 22 u8 V[112]; member
|
/linux/drivers/char/ |
H 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/tools/power/cpupower/ |
H A D | Makefile | 30 V ?= false macro
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 442 #define for_each_ggtt_vma(V, OBJ) \ argument
|
/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_router_hw.h | 34 #define PRESTERA_IP_ADDR_PLEN(V) ((V) == PRESTERA_IPV4 ? 32 : \ argument
|
/linux/lib/crypto/mips/ |
H A D | chacha-core.S | 182 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|
/linux/include/crypto/ |
H A D | drbg.h | 116 unsigned char *V; /* internal state 10.1.1.1 1a) */ member
|
/linux/drivers/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 29 #define V(x) ((x) | 0x80) macro [all...] |
/linux/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 758 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vmin, in swp_freq_calcuation() argument 1007 int V[60]; mb86a16_set_fe() local [all...] |
/linux/fs/smb/server/ |
H A D | smb_common.c | 25 #define mangle(V) ((char)(basechars[(V) % MANGLE_BASE])) argument
|