arch/mips/include/asm/stackframe.h
121
lui k1, %hi(kernelsp)
arch/mips/include/asm/stackframe.h
123
lui k1, %highest(kernelsp)
arch/mips/include/asm/stackframe.h
124
daddiu k1, %higher(kernelsp)
arch/mips/include/asm/stackframe.h
125
dsll k1, 16
arch/mips/include/asm/stackframe.h
126
daddiu k1, %hi(kernelsp)
arch/mips/include/asm/stackframe.h
127
dsll k1, 16
arch/mips/include/asm/stackframe.h
130
LONG_ADDU k1, k0
arch/mips/include/asm/stackframe.h
136
LONG_L sp, %lo(kernelsp)(k1)
arch/mips/include/asm/stackframe.h
138
LONG_L k1, %lo(kernelsp)(k1)
arch/mips/include/asm/stackframe.h
170
lui k1, %hi(kernelsp)
arch/mips/include/asm/stackframe.h
172
lui k1, %highest(kernelsp)
arch/mips/include/asm/stackframe.h
173
daddiu k1, %higher(kernelsp)
arch/mips/include/asm/stackframe.h
174
dsll k1, k1, 16
arch/mips/include/asm/stackframe.h
175
daddiu k1, %hi(kernelsp)
arch/mips/include/asm/stackframe.h
176
dsll k1, k1, 16
arch/mips/include/asm/stackframe.h
183
LONG_L sp, %lo(kernelsp)(k1)
arch/mips/include/asm/stackframe.h
185
LONG_L k1, %lo(kernelsp)(k1)
arch/mips/include/asm/stackframe.h
236
.set at=k1
arch/sparc/crypto/des_glue.c
184
u64 k1[DES_EXPKEY_WORDS / 2];
arch/sparc/crypto/des_glue.c
193
des_sparc64_key_expand((const u32 *)key, k1);
arch/sparc/crypto/des_glue.c
199
memcpy(&dctx->encrypt_expkey[0], &k1[0], sizeof(k1));
arch/sparc/crypto/des_glue.c
208
&k1[0]);
crypto/tea.c
102
y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
crypto/tea.c
59
u32 k0, k1, k2, k3;
crypto/tea.c
66
k1 = ctx->KEY[1];
crypto/tea.c
74
y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
crypto/tea.c
85
u32 k0, k1, k2, k3;
crypto/tea.c
92
k1 = ctx->KEY[1];
drivers/clk/sprd/pll.c
105
u16 k1, k2;
drivers/clk/sprd/pll.c
133
k1 = pll->k1;
drivers/clk/sprd/pll.c
135
rate = DIV_ROUND_CLOSEST_ULL(refin * kint * k1,
drivers/clk/sprd/pll.h
56
u16 k1;
drivers/clk/sprd/pll.h
73
.k1 = _k1, \
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
306
gk = (__be64 *)ctx->u.aes.k1;
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
313
if (ctx->u.aes.k1[0] & 0x80) {
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
322
ctx->u.aes.kn_len = sizeof(ctx->u.aes.k1);
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
323
sg_init_one(&ctx->u.aes.k1_sg, ctx->u.aes.k1, sizeof(ctx->u.aes.k1));
drivers/crypto/ccp/ccp-crypto.h
109
u8 k1[AES_BLOCK_SIZE];
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
104
enum pixel_rate_div k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
113
if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
119
if (k1 == cur_k1 && k2 == cur_k2)
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
125
OTG0_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
130
OTG1_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
135
OTG2_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
140
OTG3_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
62
uint32_t *k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
68
*k1 = PIXEL_RATE_DIV_NA;
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.c
97
*k1 = val_k1;
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
104
enum pixel_rate_div k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
113
if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
119
if (k1 == cur_k1 && k2 == cur_k2)
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
125
OTG0_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
130
OTG1_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
135
OTG2_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
140
OTG3_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
62
uint32_t *k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
68
*k1 = PIXEL_RATE_DIV_NA;
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.c
97
*k1 = val_k1;
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1228
uint32_t *k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1234
*k1 = PIXEL_RATE_DIV_NA;
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1263
*k1 = val_k1;
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1270
enum pixel_rate_div k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1280
if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1286
if (k1 == cur_k1 && k2 == cur_k2)
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1292
OTG0_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1297
OTG1_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1302
OTG2_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c
1307
OTG3_PIXEL_RATE_DIVK1, k1,
drivers/gpu/drm/amd/display/dc/inc/hw/dccg.h
298
enum pixel_rate_div k1,
drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c
256
int64_t k1;
drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c
337
int64_t c = (p->k1 + p->ki*i + p->ki2*i*i +
drivers/gpu/drm/nouveau/dispnv50/atom.h
261
u8 k1;
drivers/gpu/drm/nouveau/dispnv50/wndw.c
343
asyw->blend.k1 = asyw->state.alpha >> 8;
drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c
109
NVVAL(NVC37E, SET_COMPOSITION_CONSTANT_ALPHA, K1, asyw->blend.k1) |
drivers/gpu/drm/radeon/r100.c
3223
fixed20_12 mc_latency_sclk, mc_latency_mclk, k1;
drivers/gpu/drm/radeon/r100.c
3431
k1.full = dfixed_const(40);
drivers/gpu/drm/radeon/r100.c
3434
k1.full = dfixed_const(20);
drivers/gpu/drm/radeon/r100.c
3438
k1.full = dfixed_const(40);
drivers/gpu/drm/radeon/r100.c
3449
mc_latency_mclk.full += k1.full;
drivers/md/dm-vdo/murmurhash3.c
108
k1 ^= ((u64)tail[7]) << 56;
drivers/md/dm-vdo/murmurhash3.c
111
k1 ^= ((u64)tail[6]) << 48;
drivers/md/dm-vdo/murmurhash3.c
114
k1 ^= ((u64)tail[5]) << 40;
drivers/md/dm-vdo/murmurhash3.c
117
k1 ^= ((u64)tail[4]) << 32;
drivers/md/dm-vdo/murmurhash3.c
120
k1 ^= ((u64)tail[3]) << 24;
drivers/md/dm-vdo/murmurhash3.c
123
k1 ^= ((u64)tail[2]) << 16;
drivers/md/dm-vdo/murmurhash3.c
126
k1 ^= ((u64)tail[1]) << 8;
drivers/md/dm-vdo/murmurhash3.c
129
k1 ^= ((u64)tail[0]) << 0;
drivers/md/dm-vdo/murmurhash3.c
130
k1 *= c1;
drivers/md/dm-vdo/murmurhash3.c
131
k1 = ROTL64(k1, 31);
drivers/md/dm-vdo/murmurhash3.c
132
k1 *= c2;
drivers/md/dm-vdo/murmurhash3.c
133
h1 ^= k1;
drivers/md/dm-vdo/murmurhash3.c
50
u64 k1 = get_unaligned_le64(&data[i * 16]);
drivers/md/dm-vdo/murmurhash3.c
53
k1 *= c1;
drivers/md/dm-vdo/murmurhash3.c
54
k1 = ROTL64(k1, 31);
drivers/md/dm-vdo/murmurhash3.c
55
k1 *= c2;
drivers/md/dm-vdo/murmurhash3.c
56
h1 ^= k1;
drivers/md/dm-vdo/murmurhash3.c
77
u64 k1 = 0;
drivers/net/ethernet/netronome/nfp/flower/conntrack.h
18
char *k1, *m1, *k2, *m2; \
drivers/net/ethernet/netronome/nfp/flower/conntrack.h
20
k1 = (char *)_match1.key; \
drivers/net/ethernet/netronome/nfp/flower/conntrack.h
25
if ((k1[i] & m1[i] & m2[i]) ^ \
drivers/net/wireless/intel/iwlwifi/fw/api/sta.h
444
u8 k1[16];
drivers/pci/controller/dwc/pcie-spacemit-k1.c
105
static void k1_pcie_disable_resources(struct k1_pcie *k1)
drivers/pci/controller/dwc/pcie-spacemit-k1.c
107
struct dw_pcie *pci = &k1->pci;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
114
static void k1_pcie_disable_aspm_l1(struct k1_pcie *k1)
drivers/pci/controller/dwc/pcie-spacemit-k1.c
116
struct dw_pcie *pci = &k1->pci;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
133
struct k1_pcie *k1 = to_k1_pcie(pci);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
138
k1_pcie_toggle_soft_reset(k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
140
ret = k1_pcie_enable_resources(k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
157
reset_ctrl = k1->pmu_off + PCIE_CLK_RESET_CONTROL;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
158
regmap_set_bits(k1->pmu, reset_ctrl, PCIE_RC_PERST);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
159
regmap_read(k1->pmu, reset_ctrl, &val);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
166
regmap_set_bits(k1->pmu, reset_ctrl, DEVICE_TYPE_RC | PCIE_AUX_PWR_DET);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
168
ret = phy_init(k1->phy);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
170
k1_pcie_disable_resources(k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
176
regmap_clear_bits(k1->pmu, reset_ctrl, PCIE_RC_PERST);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
179
k1_pcie_disable_aspm_l1(k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
187
struct k1_pcie *k1 = to_k1_pcie(pci);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
190
regmap_set_bits(k1->pmu, k1->pmu_off + PCIE_CLK_RESET_CONTROL,
drivers/pci/controller/dwc/pcie-spacemit-k1.c
193
phy_exit(k1->phy);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
195
k1_pcie_disable_resources(k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
205
struct k1_pcie *k1 = to_k1_pcie(pci);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
208
val = readl_relaxed(k1->link + K1_PHY_AHB_LINK_STS);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
215
struct k1_pcie *k1 = to_k1_pcie(pci);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
219
regmap_update_bits(k1->pmu, k1->pmu_off + PCIE_CLK_RESET_CONTROL,
drivers/pci/controller/dwc/pcie-spacemit-k1.c
223
writel_relaxed(MSI_CTRL_INT, k1->link + INTR_ENABLE);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
226
val = readl_relaxed(k1->link + K1_PHY_AHB_IRQ_EN);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
228
writel_relaxed(val, k1->link + K1_PHY_AHB_IRQ_EN);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
235
struct k1_pcie *k1 = to_k1_pcie(pci);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
239
val = readl_relaxed(k1->link + K1_PHY_AHB_IRQ_EN);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
241
writel_relaxed(val, k1->link + K1_PHY_AHB_IRQ_EN);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
243
writel_relaxed(0, k1->link + INTR_ENABLE);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
246
regmap_update_bits(k1->pmu, k1->pmu_off + PCIE_CLK_RESET_CONTROL,
drivers/pci/controller/dwc/pcie-spacemit-k1.c
256
static int k1_pcie_parse_port(struct k1_pcie *k1)
drivers/pci/controller/dwc/pcie-spacemit-k1.c
258
struct device *dev = k1->pci.dev;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
274
k1->phy = phy;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
282
struct k1_pcie *k1;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
285
k1 = devm_kzalloc(dev, sizeof(*k1), GFP_KERNEL);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
286
if (!k1)
drivers/pci/controller/dwc/pcie-spacemit-k1.c
289
k1->pmu = syscon_regmap_lookup_by_phandle_args(dev_of_node(dev),
drivers/pci/controller/dwc/pcie-spacemit-k1.c
291
&k1->pmu_off);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
292
if (IS_ERR(k1->pmu))
drivers/pci/controller/dwc/pcie-spacemit-k1.c
293
return dev_err_probe(dev, PTR_ERR(k1->pmu),
drivers/pci/controller/dwc/pcie-spacemit-k1.c
296
k1->link = devm_platform_ioremap_resource_byname(pdev, "link");
drivers/pci/controller/dwc/pcie-spacemit-k1.c
297
if (IS_ERR(k1->link))
drivers/pci/controller/dwc/pcie-spacemit-k1.c
298
return dev_err_probe(dev, PTR_ERR(k1->link),
drivers/pci/controller/dwc/pcie-spacemit-k1.c
301
k1->pci.dev = dev;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
302
k1->pci.ops = &k1_pcie_ops;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
303
k1->pci.pp.num_vectors = MAX_MSI_IRQS;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
304
dw_pcie_cap_set(&k1->pci, REQ_RES);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
306
k1->pci.pp.ops = &k1_pcie_host_ops;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
309
regmap_set_bits(k1->pmu, k1->pmu_off + PCIE_CLK_RESET_CONTROL,
drivers/pci/controller/dwc/pcie-spacemit-k1.c
321
platform_set_drvdata(pdev, k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
323
ret = k1_pcie_parse_port(k1);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
327
ret = dw_pcie_host_init(&k1->pci.pp);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
336
struct k1_pcie *k1 = platform_get_drvdata(pdev);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
338
dw_pcie_host_deinit(&k1->pci.pp);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
63
static void k1_pcie_toggle_soft_reset(struct k1_pcie *k1)
drivers/pci/controller/dwc/pcie-spacemit-k1.c
72
offset = k1->pmu_off + PCIE_CONTROL_LOGIC;
drivers/pci/controller/dwc/pcie-spacemit-k1.c
73
regmap_set_bits(k1->pmu, offset, PCIE_SOFT_RESET);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
74
regmap_read(k1->pmu, offset, &val);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
78
regmap_clear_bits(k1->pmu, offset, PCIE_SOFT_RESET);
drivers/pci/controller/dwc/pcie-spacemit-k1.c
82
static int k1_pcie_enable_resources(struct k1_pcie *k1)
drivers/pci/controller/dwc/pcie-spacemit-k1.c
84
struct dw_pcie *pci = &k1->pci;
fs/btrfs/ctree.c
702
int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2)
fs/btrfs/ctree.c
704
if (k1->objectid > k2->objectid)
fs/btrfs/ctree.c
706
if (k1->objectid < k2->objectid)
fs/btrfs/ctree.c
708
if (k1->type > k2->type)
fs/btrfs/ctree.c
710
if (k1->type < k2->type)
fs/btrfs/ctree.c
712
if (k1->offset > k2->offset)
fs/btrfs/ctree.c
714
if (k1->offset < k2->offset)
fs/btrfs/ctree.h
514
int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
fs/btrfs/ctree.h
525
const struct btrfs_key *k1 = (const struct btrfs_key *)disk_key;
fs/btrfs/ctree.h
527
return btrfs_comp_cpu_keys(k1, k2);
fs/btrfs/ctree.h
536
struct btrfs_key k1;
fs/btrfs/ctree.h
538
btrfs_disk_key_to_cpu(&k1, disk);
fs/btrfs/ctree.h
540
return btrfs_comp_cpu_keys(&k1, k2);
fs/hfsplus/attributes.c
35
int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/attributes.c
40
k1_cnid = k1->attr.cnid;
fs/hfsplus/attributes.c
46
(const struct hfsplus_unistr *)&k1->attr.key_name,
fs/hfsplus/catalog.c
16
int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/catalog.c
21
k1p = k1->cat.parent;
fs/hfsplus/catalog.c
26
return hfsplus_strcasecmp(&k1->cat.name, &k2->cat.name);
fs/hfsplus/catalog.c
29
int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/catalog.c
34
k1p = k1->cat.parent;
fs/hfsplus/catalog.c
39
return hfsplus_strcmp(&k1->cat.name, &k2->cat.name);
fs/hfsplus/extents.c
20
int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/extents.c
26
k1id = k1->ext.cnid;
fs/hfsplus/extents.c
31
if (k1->ext.fork_type != k2->ext.fork_type)
fs/hfsplus/extents.c
32
return k1->ext.fork_type < k2->ext.fork_type ? -1 : 1;
fs/hfsplus/extents.c
34
k1s = k1->ext.start_block;
fs/hfsplus/hfsplus_fs.h
334
int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
408
int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
410
int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
430
int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1,
fs/ntfs3/index.c
109
t1 = le32_to_cpu(k1->sec_id);
fs/ntfs3/index.c
126
const __le32 *k1 = key1;
fs/ntfs3/index.c
137
k1 += 1; // Skip REPARSE_KEY.ReparseTag
fs/ntfs3/index.c
150
for (count = min(l1, l2) >> 2; count > 0; --count, ++k1, ++k2) {
fs/ntfs3/index.c
151
u32 t1 = le32_to_cpu(*k1);
fs/ntfs3/index.c
72
const u32 *k1 = key1;
fs/ntfs3/index.c
78
if (*k1 < *k2)
fs/ntfs3/index.c
80
if (*k1 > *k2)
fs/ntfs3/index.c
91
const struct SECURITY_KEY *k1 = key1;
fs/ntfs3/index.c
98
t1 = le32_to_cpu(k1->hash);
fs/xfs/libxfs/xfs_alloc_btree.c
216
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_alloc_btree.c
222
return cmp_int(be32_to_cpu(k1->alloc.ar_startblock),
fs/xfs/libxfs/xfs_alloc_btree.c
229
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_alloc_btree.c
236
return cmp_int(be32_to_cpu(k1->alloc.ar_blockcount),
fs/xfs/libxfs/xfs_alloc_btree.c
238
cmp_int(be32_to_cpu(k1->alloc.ar_startblock),
fs/xfs/libxfs/xfs_alloc_btree.c
354
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_alloc_btree.c
357
return be32_to_cpu(k1->alloc.ar_startblock) <
fs/xfs/libxfs/xfs_alloc_btree.c
375
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_alloc_btree.c
378
return be32_to_cpu(k1->alloc.ar_blockcount) <
fs/xfs/libxfs/xfs_alloc_btree.c
380
(k1->alloc.ar_blockcount == k2->alloc.ar_blockcount &&
fs/xfs/libxfs/xfs_alloc_btree.c
381
be32_to_cpu(k1->alloc.ar_startblock) <
fs/xfs/libxfs/xfs_bmap_btree.c
384
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_bmap_btree.c
390
return cmp_int(be64_to_cpu(k1->bmbt.br_startoff),
fs/xfs/libxfs/xfs_bmap_btree.c
476
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_bmap_btree.c
479
return be64_to_cpu(k1->bmbt.br_startoff) <
fs/xfs/libxfs/xfs_btree.h
196
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_ialloc_btree.c
280
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_ialloc_btree.c
286
return cmp_int(be32_to_cpu(k1->inobt.ir_startino),
fs/xfs/libxfs/xfs_ialloc_btree.c
381
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_ialloc_btree.c
384
return be32_to_cpu(k1->inobt.ir_startino) <
fs/xfs/libxfs/xfs_refcount_btree.c
194
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_refcount_btree.c
200
return cmp_int(be32_to_cpu(k1->refc.rc_startblock),
fs/xfs/libxfs/xfs_refcount_btree.c
289
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_refcount_btree.c
292
return be32_to_cpu(k1->refc.rc_startblock) <
fs/xfs/libxfs/xfs_rmap_btree.c
263
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_rmap_btree.c
267
const struct xfs_rmap_key *kp1 = &k1->rmap;
fs/xfs/libxfs/xfs_rmap_btree.c
396
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_rmap_btree.c
404
x = be32_to_cpu(k1->rmap.rm_startblock);
fs/xfs/libxfs/xfs_rmap_btree.c
410
a = be64_to_cpu(k1->rmap.rm_owner);
fs/xfs/libxfs/xfs_rmap_btree.c
416
a = offset_keymask(be64_to_cpu(k1->rmap.rm_offset));
fs/xfs/libxfs/xfs_rtrefcount_btree.c
176
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_rtrefcount_btree.c
182
return cmp_int(be32_to_cpu(k1->refc.rc_startblock),
fs/xfs/libxfs/xfs_rtrefcount_btree.c
255
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_rtrefcount_btree.c
258
return be32_to_cpu(k1->refc.rc_startblock) <
fs/xfs/libxfs/xfs_rtrmap_btree.c
205
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_rtrmap_btree.c
209
const struct xfs_rmap_key *kp1 = &k1->rmap;
fs/xfs/libxfs/xfs_rtrmap_btree.c
310
const union xfs_btree_key *k1,
fs/xfs/libxfs/xfs_rtrmap_btree.c
318
x = be32_to_cpu(k1->rmap.rm_startblock);
fs/xfs/libxfs/xfs_rtrmap_btree.c
324
a = be64_to_cpu(k1->rmap.rm_owner);
fs/xfs/libxfs/xfs_rtrmap_btree.c
330
a = offset_keymask(be64_to_cpu(k1->rmap.rm_offset));
fs/xfs/scrub/rcbag_btree.c
65
const union xfs_btree_key *k1,
fs/xfs/scrub/rcbag_btree.c
69
const struct rcbag_key *kp1 = (const struct rcbag_key *)k1;
fs/xfs/scrub/rcbag_btree.c
81
const union xfs_btree_key *k1,
fs/xfs/scrub/rcbag_btree.c
84
const struct rcbag_key *kp1 = (const struct rcbag_key *)k1;
include/linux/btree-128.h
106
#define btree_for_each_safe128(head, k1, k2, val) \
include/linux/btree-128.h
107
for (val = btree_last128(head, &k1, &k2); \
include/linux/btree-128.h
109
val = btree_get_prev128(head, &k1, &k2))
include/linux/btree-128.h
22
static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2)
include/linux/btree-128.h
24
u64 key[2] = {k1, k2};
include/linux/btree-128.h
29
u64 *k1, u64 *k2)
include/linux/btree-128.h
31
u64 key[2] = {*k1, *k2};
include/linux/btree-128.h
36
*k1 = key[0];
include/linux/btree-128.h
41
static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2,
include/linux/btree-128.h
44
u64 key[2] = {k1, k2};
include/linux/btree-128.h
49
static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2,
include/linux/btree-128.h
52
u64 key[2] = {k1, k2};
include/linux/btree-128.h
57
static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2)
include/linux/btree-128.h
59
u64 key[2] = {k1, k2};
include/linux/btree-128.h
63
static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2)
include/linux/btree-128.h
70
*k1 = key[0];
include/uapi/linux/pkt_sched.h
566
__u32 k1;
kernel/locking/lockdep.c
449
u32 k0 = key, k1 = key >> 32;
kernel/locking/lockdep.c
451
__jhash_mix(idx, k0, k1); /* Macro that modifies arguments! */
kernel/locking/lockdep.c
453
return k0 | (u64)k1 << 32;
lib/crypto/powerpc/aes.h
113
u32 k1 = swab32(in[1]);
lib/crypto/powerpc/aes.h
119
k1 = inv_mix_columns(k1);
lib/crypto/powerpc/aes.h
124
out[1] = be ? k1 : k2;
lib/crypto/powerpc/aes.h
125
out[2] = be ? k2 : k1;
lib/xxhash.c
195
const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p));
lib/xxhash.c
197
h64 ^= k1;
lib/xxhash.c
334
const uint64_t k1 = xxh64_round(0, get_unaligned_le64(p));
lib/xxhash.c
336
h64 ^= k1;
net/netfilter/nft_set_hash.c
651
u32 hash, k1, k2;
net/netfilter/nft_set_hash.c
653
k1 = *key;
net/netfilter/nft_set_hash.c
654
hash = jhash_1word(k1, priv->seed);
net/netfilter/nft_set_hash.c
658
if (k1 == k2 &&
net/netfilter/nft_set_hash.c
669
u32 hash, k1;
net/netfilter/nft_set_hash.c
672
k1 = *(u32 *)key;
net/netfilter/nft_set_hash.c
673
hash = jhash_1word(k1, priv->seed);
net/sched/sch_netem.c
1192
.k1 = q->clg.a4,
net/sched/sch_netem.c
932
q->clg.a4 = ge->k1;
scripts/kconfig/expr.c
895
enum string_value_kind k1 = k_string, k2 = k_string;
scripts/kconfig/expr.c
932
k1 = expr_parse_string(str1, e->left.sym->type, &lval);
scripts/kconfig/expr.c
936
if (k1 == k_string || k2 == k_string)
scripts/kconfig/expr.c
938
else if (k1 == k_unsigned || k2 == k_unsigned)
security/selinux/ss/policydb.c
426
static int filenametr_cmp(const void *k1, const void *k2)
security/selinux/ss/policydb.c
428
const struct filename_trans_key *ft1 = k1;
security/selinux/ss/policydb.c
462
static int rangetr_cmp(const void *k1, const void *k2)
security/selinux/ss/policydb.c
464
const struct range_trans *key1 = k1, *key2 = k2;
security/selinux/ss/policydb.c
499
static int role_trans_cmp(const void *k1, const void *k2)
security/selinux/ss/policydb.c
501
const struct role_trans_key *key1 = k1, *key2 = k2;
sound/soc/intel/boards/sof_board_helpers.h
66
#define SOF_LINK_ORDER(k1, k2, k3, k4, k5, k6, k7) \
sound/soc/intel/boards/sof_board_helpers.h
67
((((k1) & SOF_LINK_ORDER_MASK) << (SOF_LINK_ORDER_SHIFT * 0)) | \
sound/soc/intel/boards/sof_board_helpers.h
78
#define SOF_LINK_IDS(k1, k2, k3, k4, k5, k6, k7) \
sound/soc/intel/boards/sof_board_helpers.h
79
((((k1) & SOF_LINK_IDS_MASK) << (SOF_LINK_IDS_SHIFT * 0)) | \
tools/bpf/bpftool/common.c
1159
bool equal_fn_for_key_as_id(long k1, long k2, void *ctx)
tools/bpf/bpftool/common.c
1161
return k1 == k2;
tools/bpf/bpftool/gen.c
2032
static bool btfgen_equal_fn(long k1, long k2, void *ctx)
tools/bpf/bpftool/gen.c
2034
return k1 == k2;
tools/bpf/bpftool/main.h
260
bool equal_fn_for_key_as_id(long k1, long k2, void *ctx);
tools/include/uapi/linux/pkt_sched.h
545
__u32 k1;
tools/lib/bpf/btf.c
2001
static bool btf_dedup_equal_fn(long k1, long k2, void *ctx);
tools/lib/bpf/btf.c
3790
static bool btf_dedup_equal_fn(long k1, long k2, void *ctx)
tools/lib/bpf/btf.c
3792
return k1 == k2;
tools/lib/bpf/btf.c
4497
int k1, k2;
tools/lib/bpf/btf.c
4508
k1 = btf_kind(t1);
tools/lib/bpf/btf.c
4510
if (k1 != k2)
tools/lib/bpf/btf.c
4513
switch (k1) {
tools/lib/bpf/btf.c
4571
k1 == BTF_KIND_STRUCT ? "STRUCT" : "UNION",
tools/lib/bpf/libbpf.c
5944
static bool bpf_core_equal_fn(const long k1, const long k2, void *ctx)
tools/lib/bpf/libbpf.c
5946
return k1 == k2;
tools/testing/selftests/bpf/prog_tests/hashmap.c
341
long k1 = 0, k2 = 1;
tools/testing/selftests/bpf/prog_tests/hashmap.c
356
err = hashmap__append(map, k1, 1);
tools/testing/selftests/bpf/prog_tests/hashmap.c
359
err = hashmap__append(map, k1, 2);
tools/testing/selftests/bpf/prog_tests/hashmap.c
362
err = hashmap__append(map, k1, 4);
tools/testing/selftests/bpf/prog_tests/hashmap.c
391
hashmap__for_each_key_entry(map, entry, k1) {
tools/testing/selftests/bpf/progs/rbtree.c
136
long k1 = -1, k2 = -1, k3 = -1;
tools/testing/selftests/bpf/progs/rbtree.c
161
k1 = n->key;
tools/testing/selftests/bpf/progs/rbtree.c
174
if (k1 != 0 || k2 != 2 || k3 != 4)