/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 288 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 408 remove_node(&mut self, key: &K) -> Option<RBTreeNode<K, V>> remove_node() argument 424 cursor_lower_bound(&mut self, key: &K) -> Option<Cursor<'_, K, V>> where K: Ord, cursor_lower_bound() 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 1230 remove_node(self) -> RBTreeNode<K, V> remove_node() argument 1254 replace(self, node: RBTreeNode<K, V>) -> RBTreeNode<K, V> replace() argument [all...] |
/linux/arch/sparc/crypto/ |
H A D | des_glue.c | 76 const u64 *K = ctx->encrypt_expkey; in sparc_des_encrypt() local 84 const u64 *K = ctx->decrypt_expkey; in sparc_des_decrypt() local 225 const u64 *K = ctx->encrypt_expkey; in sparc_des3_ede_encrypt() local 233 const u64 *K = ctx->decrypt_expkey; in sparc_des3_ede_decrypt() local 248 const u64 *K; in __ecb3_crypt() local 294 const u64 *K; __cbc3_crypt() local [all...] |
/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 68 #define SETHI(K, REG) \ argument 70 #define OR_LO(K, REG) \ argument 126 #define emit_set_const(K, REG) \ argument 157 emit_alu_K(OPCODE,K) global() argument 171 emit_loadimm(K,DEST) global() argument 391 unsigned int K = filter[i].k; bpf_jit_compile() local 593 CHOOSE_LOAD_FUNC(K,func) bpf_jit_compile() argument [all...] |
H A D | bpf_jit_comp_64.c | 136 #define SETHI(K, REG) \ argument 138 #define OR_LO(K, REG) \ argument 267 static void emit_set_const(s32 K, u32 reg, struct jit_ctx *ctx) in emit_set_const() argument 274 static void emit_set_const_sext(s32 K, u32 reg, struct jit_ctx *ctx) in emit_set_const_sext() argument 336 emit_loadimm32(s32 K,unsigned int dest,struct jit_ctx * ctx) emit_loadimm32() argument 346 emit_loadimm(s32 K,unsigned int dest,struct jit_ctx * ctx) emit_loadimm() argument 356 emit_loadimm_sext(s32 K,unsigned int dest,struct jit_ctx * ctx) emit_loadimm_sext() argument 465 emit_loadimm64(u64 K,unsigned int dest,struct jit_ctx * ctx) emit_loadimm64() argument [all...] |
/linux/lib/crypto/riscv/ |
H A D | sha512-riscv64-zvknhb-zvkb.S | 56 #define K a4 macro
|
/linux/include/crypto/internal/ |
H A D | des.h | 59 u32 K[6]; in des3_ede_verify_key() local [all...] |
/linux/crypto/krb5/ |
H A D | rfc6803_camellia.c | 31 struct krb5_buffer K, data; in rfc6803_calc_KDF_FEEDBACK_CMAC() local [all...] |
H A D | krb5_kdf.c | 33 const struct krb5_buffer *K, in crypto_krb5_calc_PRFplus() argument
|
/linux/tools/writeback/ |
H A D | wb_monitor.py | 54 def K(x): function
|
/linux/crypto/ |
H A D | wp512.c | 782 u64 K[8]; /* the round key */ in wp512_process_buffer() local [all...] |
/linux/arch/arm64/include/asm/ |
H A D | atomic_ll_sc.h | 16 #define K macro [all...] |
/linux/lib/crypto/ |
H A D | sm3.c | 18 static const u32 ____cacheline_aligned K[64] = { variable [all...] |
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | mc5.c | 403 #define K * 1024 in t3_mc5_prep() macro
|
/linux/sound/soc/codecs/ |
H A D | wm8510.c | 280 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
H A D | wm8991.c | 881 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
H A D | wm8940.c | 536 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
H A D | wm8974.c | 276 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
H A D | wm8990.c | 810 unsigned int K, Ndiv, Nmod; in pll_factors() local
|
H A D | wm8804.c | 347 unsigned long int K, Ndiv, Nmod, tmp; in pll_factors() local
|
H A D | wm8983.c | 754 unsigned long int K, Ndiv, Nmod; in pll_factors() local
|
H A D | wm8955.c | 147 unsigned int K, Ndiv, Nmod, target; in wm8955_pll_factors() local
|
/linux/net/mac80211/ |
H A D | parse.c | 265 int K = u8_get_bits(env->variable[N], in ieee80211_parse_tpe() local
|
/linux/tools/perf/bench/ |
H A D | mem-functions.c | 29 #define K 1024 macro [all...] |
/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/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, TYP argument [all...] |