/linux-3.3/include/linux/ |
D | btree-128.h | 21 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() 28 u64 *k1, u64 *k2) in btree_get_prev128() 40 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128() 48 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128() 56 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128() 62 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128() 105 #define btree_for_each_safe128(head, k1, k2, val) \ argument
|
/linux-3.3/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 18 #define k2 r2 macro
|
D | entry.S | 72 #define k2 r2 macro
|
/linux-3.3/fs/hfsplus/ |
D | catalog.c | 16 const hfsplus_btree_key *k2) in hfsplus_cat_case_cmp_key() 29 const hfsplus_btree_key *k2) in hfsplus_cat_bin_cmp_key()
|
D | extents.c | 20 const hfsplus_btree_key *k2) in hfsplus_ext_cmp_key()
|
/linux-3.3/crypto/ |
D | tea.c | 65 u32 k0, k1, k2, k3; in tea_encrypt() local 93 u32 k0, k1, k2, k3; in tea_decrypt() local
|
D | vmac.c | 246 #define k2 (*(((u32 *)kh)+INDEX_LOW)) in poly_step_func() macro 328 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) in l3hash()
|
/linux-3.3/fs/xfs/ |
D | xfs_ialloc_btree.c | 190 union xfs_btree_key *k2) in xfs_inobt_keys_inorder()
|
D | xfs_alloc_btree.c | 279 union xfs_btree_key *k2) in xfs_allocbt_keys_inorder()
|
D | xfs_bmap_btree.c | 716 union xfs_btree_key *k2) in xfs_bmbt_keys_inorder()
|
/linux-3.3/net/core/ |
D | flow.c | 192 const flow_compare_t *k1, *k1_lim, *k2; in flow_key_compare() local
|
/linux-3.3/drivers/media/video/gspca/ |
D | sonixj.c | 1970 u8 k2; in setbrightness() local 2016 u8 k2; in setcontrast() local
|
/linux-3.3/drivers/video/msm/ |
D | mdp_ppp.c | 218 int64_t k1, k2, k3, k4, tmp; in scale_params() local
|
/linux-3.3/fs/reiserfs/ |
D | stree.c | 168 const struct reiserfs_key *k2) in comp_le_keys()
|
/linux-3.3/security/selinux/ss/ |
D | policydb.c | 202 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp() 231 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
|
/linux-3.3/drivers/macintosh/ |
D | therm_pm72.c | 154 static struct i2c_adapter * k2; variable
|
/linux-3.3/fs/btrfs/ |
D | ctree.c | 602 static int comp_keys(struct btrfs_disk_key *disk, struct btrfs_key *k2) in comp_keys() 614 int btrfs_comp_cpu_keys(struct btrfs_key *k1, struct btrfs_key *k2) in btrfs_comp_cpu_keys()
|