/linux/rust/kernel/ |
H A D | rbtree.rs | 195 pub fn iter(&self) -> Iter<'_, K, V> { in iter() argument 210 pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { in iter_mut() argument 240 pub fn cursor_front(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_front() argument 255 pub fn cursor_back(&mut self) -> Option<Cursor<'_, K, V>> { in cursor_back() argument 283 value: V, in try_create_and_insert() 285 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() argument 295 pub fn insert(&mut self, node: RBTreeNode<K, V>) -> Option<RBTreeNode<K, V>> { in insert() argument 305 fn raw_entry(&mut self, key: &K) -> RawEntry<'_, K, V> { in raw_entry() argument 359 pub fn entry(&mut self, key: K) -> Entry<'_, K, V> { in entry() argument 367 pub fn find_mut(&mut self, key: &K) -> Option<OccupiedEntry<'_, K, V>> { in find_mut() argument [all …]
|
/linux/arch/powerpc/lib/ |
H A D | xor_vmx.c | 24 #define DEFINE(V) \ argument 28 #define LOAD(V) \ argument 36 #define STORE(V) \ argument
|
/linux/kernel/sched/ |
H 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/ |
H A D | entry.S | 687 #define V(n) stt $f##n, FR(n) macro 708 #define V(n) ldt $f##n, FR(n) macro
|
/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 >> 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/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/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
|
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 | 455 #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/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
|
/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 vm… in swp_freq_calcuation() 1007 int V[60]; in mb86a16_set_fe() local
|
/linux/fs/smb/server/ |
H A D | smb_common.c | 25 #define mangle(V) ((char)(basechars[(V) % MANGLE_BASE])) argument
|
/linux/net/mac80211/ |
H A D | main.c | 1749 #define V(x) #x, macro
|
/linux/drivers/virt/vboxguest/ |
H A D | vmmdev.h | 40 } V; member
|