/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 282 key: K, in try_create_and_insert() 285 ) -> Result<Option<RBTreeNode<K, V>>> { in try_create_and_insert() 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/lib/crypto/ |
H A D | des.c | 582 #define ROUND(L, R, A, B, K, d) \ argument 783 const u32 *K = ctx->expkey; in des_encrypt() local 804 const u32 *K = ctx->expkey + DES_EXPKEY_WORDS - 2; in des_decrypt() local 846 const u32 *K = dctx->expkey; in des3_ede_encrypt() local 875 const u32 *K = dctx->expkey + DES3_EDE_EXPKEY_WORDS - 2; in des3_ede_decrypt() local
|
/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 #define emit_alu_K(OPCODE, K) \ argument 171 #define emit_loadimm(K, DEST) \ argument 391 unsigned int K = filter[i].k; in bpf_jit_compile() local 593 #define CHOOSE_LOAD_FUNC(K, func) \ in bpf_jit_compile() argument
|
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() 274 static void emit_set_const_sext(s32 K, u32 reg, struct jit_ctx *ctx) in emit_set_const_sext() 336 static void emit_loadimm32(s32 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm32() 346 static void emit_loadimm(s32 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm() 356 static void emit_loadimm_sext(s32 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm_sext() 465 static void emit_loadimm64(u64 K, unsigned int dest, struct jit_ctx *ctx) in emit_loadimm64()
|
/linux/include/crypto/internal/ |
H A D | des.h | 59 u32 K[6]; in des3_ede_verify_key() local
|
/linux/crypto/ |
H A D | wp512.c | 782 u64 K[8]; /* the round key */ in wp512_process_buffer() local
|
/linux/arch/arm64/include/asm/ |
H A D | atomic_ll_sc.h | 16 #define K macro
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | mc5.c | 403 #define K * 1024 in t3_mc5_prep() macro
|
/linux/net/mac80211/ |
H A D | parse.c | 265 int K = u8_get_bits(env->variable[N], in ieee80211_parse_tpe() local
|
/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, TYPE, C_SIZE) \ argument
|
/linux/tools/perf/bench/ |
H A D | mem-functions.c | 29 #define K 1024 macro
|
/linux/tools/testing/selftests/net/ |
H A D | toeplitz.c | 60 #define TOEPLITZ_STR_LEN(K) (((K) * 3) - 1) /* hex encoded: AA:BB:CC:...:ZZ */ argument
|
/linux/arch/x86/crypto/ |
H A D | serpent-sse2-i586-asm_32.S | 42 #define K(x0, x1, x2, x3, x4, i) \ macro
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_syntax.c | 234 K = 100, enumerator
|
/linux/drivers/base/ |
H A D | node.c | 380 #define K(x) ((x) << (PAGE_SHIFT - 10)) macro
|
/linux/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 899 u32 decim, K, wn, k_direct, k_indirect; in stb0899_dvbs2_set_btr_loopbw() local
|
/linux/drivers/net/hamradio/ |
H A D | scc.c | 2055 #define K(x) kiss->x in scc_net_seq_show() macro
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_reg.c | 1561 int K = 1; in rk3588_calc_cru_cfg() local
|
/linux/tools/bpf/ |
H A D | bpf_dbg.c | 636 uint32_t K = f->k; in bpf_single_step() local
|
/linux/fs/jfs/ |
H A D | jfs_xtree.c | 34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument
|
/linux/scripts/ |
H A D | sorttable.c | 618 static int cmp_func_addr(const void *K, const void *A) in cmp_func_addr()
|
/linux/include/uapi/linux/ |
H A D | keyboard.h | 45 #define K(t,v) (((t)<<8)|(v)) macro
|
/linux/mm/ |
H A D | internal.h | 529 #define K(x) ((x) << (PAGE_SHIFT-10)) macro
|
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | sislands_smc.h | 360 uint32_t K; member
|
/linux/drivers/gpu/drm/radeon/ |
H A D | sislands_smc.h | 364 uint32_t K; member
|