Symbol: xh
drivers/accel/habanalabs/gaudi2/gaudi2.c
158
#define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \
drivers/accel/habanalabs/gaudi2/gaudi2.c
159
(RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))
drivers/input/touchscreen/raspberrypi-ts.c
50
u8 xh;
drivers/input/touchscreen/raspberrypi-ts.c
85
x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl;
drivers/input/touchscreen/raspberrypi-ts.c
88
event_type = (regs.point[i].xh >> 6) & 0x03;
fs/fuse/dir.c
747
struct fuse_ext_header *xh;
fs/fuse/dir.c
759
xh = extend_arg(ext, sg_len);
fs/fuse/dir.c
760
if (!xh)
fs/fuse/dir.c
763
xh->size = sg_len;
fs/fuse/dir.c
764
xh->type = FUSE_EXT_GROUPS;
fs/fuse/dir.c
766
sg = (struct fuse_supp_groups *) &xh[1];
fs/ocfs2/xattr.c
1618
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1619
int i, count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
1623
offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
fs/ocfs2/xattr.c
1664
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1665
int count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
1672
memmove((char *)xh + first_namevalue_offset + namevalue_size,
fs/ocfs2/xattr.c
1673
(char *)xh + first_namevalue_offset,
fs/ocfs2/xattr.c
1675
memset((char *)xh + first_namevalue_offset, 0, namevalue_size);
fs/ocfs2/xattr.c
1679
offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
fs/ocfs2/xattr.c
1681
le16_add_cpu(&xh->xh_entries[i].xe_name_offset,
fs/ocfs2/xattr.c
1846
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1847
int count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
1857
tmp_xe = &xh->xh_entries[tmp];
fs/ocfs2/xattr.c
1870
memmove(&xh->xh_entries[low + 1],
fs/ocfs2/xattr.c
1871
&xh->xh_entries[low],
fs/ocfs2/xattr.c
1874
le16_add_cpu(&xh->xh_count, 1);
fs/ocfs2/xattr.c
1875
loc->xl_entry = &xh->xh_entries[low];
fs/ocfs2/xattr.c
1882
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1889
xh->xh_free_start = cpu_to_le16(nameval_offset);
fs/ocfs2/xattr.c
1890
le16_add_cpu(&xh->xh_name_value_len, size);
fs/ocfs2/xattr.c
1968
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1974
count = le16_to_cpu(xh->xh_count) - 1;
fs/ocfs2/xattr.c
1982
index = ((char *)entry - (char *)&xh->xh_entries) /
fs/ocfs2/xattr.c
1984
memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1],
fs/ocfs2/xattr.c
1986
memset(&xh->xh_entries[count], 0,
fs/ocfs2/xattr.c
1990
xh->xh_count = cpu_to_le16(count);
fs/ocfs2/xattr.c
242
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
3790
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
3799
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
3800
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
3814
xh,
fs/ocfs2/xattr.c
3855
struct ocfs2_xattr_header *xh = NULL;
fs/ocfs2/xattr.c
3876
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3877
high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1;
fs/ocfs2/xattr.c
3889
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3890
xe = &xh->xh_entries[0];
fs/ocfs2/xattr.c
3901
if (xh->xh_count)
fs/ocfs2/xattr.c
3902
xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
fs/ocfs2/xattr.c
4060
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
4067
if (index < 0 || index >= le16_to_cpu(xh->xh_count))
fs/ocfs2/xattr.c
4070
name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset);
fs/ocfs2/xattr.c
4219
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
4245
xh->xh_count = xb_xh->xh_count;
fs/ocfs2/xattr.c
4246
xh->xh_num_buckets = cpu_to_le16(1);
fs/ocfs2/xattr.c
4247
xh->xh_name_value_len = cpu_to_le16(size);
fs/ocfs2/xattr.c
4248
xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
fs/ocfs2/xattr.c
4260
le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change);
fs/ocfs2/xattr.c
4415
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
4445
xh = (struct ocfs2_xattr_header *)bucket_buf;
fs/ocfs2/xattr.c
4446
entries = (char *)xh->xh_entries;
fs/ocfs2/xattr.c
4447
xh_free_start = le16_to_cpu(xh->xh_free_start);
fs/ocfs2/xattr.c
4450
(unsigned long long)blkno, le16_to_cpu(xh->xh_count),
fs/ocfs2/xattr.c
4451
xh_free_start, le16_to_cpu(xh->xh_name_value_len));
fs/ocfs2/xattr.c
4458
sort(entries, le16_to_cpu(xh->xh_count),
fs/ocfs2/xattr.c
4463
xe = xh->xh_entries;
fs/ocfs2/xattr.c
4465
for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) {
fs/ocfs2/xattr.c
4497
xh->xh_free_start = cpu_to_le16(end);
fs/ocfs2/xattr.c
4500
sort(entries, le16_to_cpu(xh->xh_count),
fs/ocfs2/xattr.c
4607
static int ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh)
fs/ocfs2/xattr.c
4609
struct ocfs2_xattr_entry *entries = xh->xh_entries;
fs/ocfs2/xattr.c
4610
int count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
4659
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
4711
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4712
count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
4713
start = ocfs2_xattr_find_divide_pos(xh);
fs/ocfs2/xattr.c
4716
xe = &xh->xh_entries[start-1];
fs/ocfs2/xattr.c
4726
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4727
xh->xh_free_start = cpu_to_le16(blocksize);
fs/ocfs2/xattr.c
4728
xh->xh_entries[0].xe_name_hash = xe->xe_name_hash;
fs/ocfs2/xattr.c
4729
le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1);
fs/ocfs2/xattr.c
4738
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4747
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
4761
xe = &xh->xh_entries[start];
fs/ocfs2/xattr.c
4764
(int)((char *)xe - (char *)xh),
fs/ocfs2/xattr.c
4765
(int)((char *)xh->xh_entries - (char *)xh));
fs/ocfs2/xattr.c
4766
memmove((char *)xh->xh_entries, (char *)xe, len);
fs/ocfs2/xattr.c
4767
xe = &xh->xh_entries[count - start];
fs/ocfs2/xattr.c
4771
le16_add_cpu(&xh->xh_count, -start);
fs/ocfs2/xattr.c
4772
le16_add_cpu(&xh->xh_name_value_len, -name_value_len);
fs/ocfs2/xattr.c
4775
xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
fs/ocfs2/xattr.c
4776
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
4777
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
4779
le16_to_cpu(xh->xh_free_start))
fs/ocfs2/xattr.c
4780
xh->xh_free_start = xe->xe_name_offset;
fs/ocfs2/xattr.c
4786
xh->xh_num_buckets = cpu_to_le16(1);
fs/ocfs2/xattr.c
4788
xh->xh_num_buckets = 0;
fs/ocfs2/xattr.c
4794
*first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
fs/ocfs2/xattr.c
4804
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4805
memset(&xh->xh_entries[start], 0,
fs/ocfs2/xattr.c
4807
xh->xh_count = cpu_to_le16(start);
fs/ocfs2/xattr.c
4808
xh->xh_free_start = cpu_to_le16(name_offset);
fs/ocfs2/xattr.c
4809
xh->xh_name_value_len = cpu_to_le16(name_value_len);
fs/ocfs2/xattr.c
5387
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5393
xe = &xh->xh_entries[xe_off];
fs/ocfs2/xattr.c
5546
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5549
if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash))
fs/ocfs2/xattr.c
5552
if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
fs/ocfs2/xattr.c
5553
xh->xh_entries[0].xe_name_hash) {
fs/ocfs2/xattr.c
5557
le32_to_cpu(xh->xh_entries[0].xe_name_hash));
fs/ocfs2/xattr.c
5682
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5695
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
5696
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6031
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
6032
struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
fs/ocfs2/xattr.c
6068
struct ocfs2_xattr_header *xh =
fs/ocfs2/xattr.c
6087
le16_to_cpu(xh->xh_count));
fs/ocfs2/xattr.c
6088
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
6089
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6227
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6240
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6250
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
6251
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6255
ret = func(sb, bh, xh, i, &xv, NULL, para);
fs/ocfs2/xattr.c
6284
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6290
struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
fs/ocfs2/xattr.c
6292
*xv = (struct ocfs2_xattr_value_root *)((void *)xh +
fs/ocfs2/xattr.c
6307
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6318
ret = ocfs2_value_metas_in_xattr_header(osb->sb, NULL, xh,
fs/ocfs2/xattr.c
6365
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6383
le16_to_cpu(xh->xh_count));
fs/ocfs2/xattr.c
6386
for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) {
fs/ocfs2/xattr.c
6387
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6415
ret = func(sb, old_bh, xh, i, &xv, NULL, para);
fs/ocfs2/xattr.c
6500
struct ocfs2_xattr_header *xh = (struct ocfs2_xattr_header *)
fs/ocfs2/xattr.c
6512
ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh,
fs/ocfs2/xattr.c
6539
ret = ocfs2_reflink_xattr_header(handle, args, args->old_bh, xh,
fs/ocfs2/xattr.c
6613
struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
6623
ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh,
fs/ocfs2/xattr.c
6659
ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh,
fs/ocfs2/xattr.c
6703
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6730
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6749
struct ocfs2_xattr_header *xh =
fs/ocfs2/xattr.c
6755
xh, &metas->num_metas,
fs/ocfs2/xattr.c
956
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
959
xh = (struct ocfs2_xattr_header *)
fs/ocfs2/xattr.c
963
for (i = 0; i < le16_to_cpu(xh->xh_count); i++)
fs/ocfs2/xattr.c
964
if (!ocfs2_xattr_is_local(&xh->xh_entries[i]))
include/math-emu/op-2.h
129
#define __FP_CLZ_2(R, xh, xl) \
include/math-emu/op-2.h
131
if (xh) \
include/math-emu/op-2.h
132
__FP_CLZ(R,xh); \
include/math-emu/op-2.h
143
#define __FP_FRAC_ADDI_2(xh, xl, i) \
include/math-emu/op-2.h
144
(xh += ((xl += i) < i))
include/math-emu/op-2.h
147
#define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
include/math-emu/op-2.h
148
(rh = xh + yh + ((rl = xl + yl) < xl))
include/math-emu/op-2.h
151
#define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
include/math-emu/op-2.h
152
(rh = xh - yh - ((rl = xl - yl) > xl))
include/math-emu/op-2.h
155
#define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
include/math-emu/op-2.h
158
xh -= yh + ((xl -= yl) > _t); \
include/math-emu/op-2.h
165
#define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i)
include/math-emu/op-2.h
171
#define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
lib/crypto/mpi/longlong.h
1163
#define umul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
1173
(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
lib/crypto/mpi/longlong.h
1174
(xh) += ((((SItype) __m0 >> 31) & __m1) \
lib/crypto/mpi/longlong.h
1209
#define umul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
1220
(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
lib/crypto/mpi/longlong.h
1221
(xh) += ((((signed int) __m0 >> 15) & __m1) \
lib/crypto/mpi/longlong.h
132
#define umul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
140
: "=r" ((USItype)(xh)) \
lib/crypto/mpi/longlong.h
195
#define umul_ppmm(xh, xl, a, b) \
lib/crypto/mpi/longlong.h
209
: "=&r" (xh), \
lib/crypto/mpi/longlong.h
215
#define umul_ppmm(xh, xl, a, b) \
lib/crypto/mpi/longlong.h
218
: "=&r" (xh), \
lib/crypto/mpi/longlong.h
352
#define umul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
363
(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
lib/crypto/mpi/longlong.h
364
(xh) += ((((SItype) __m0 >> 31) & __m1) \
lib/crypto/mpi/longlong.h
367
#define smul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
377
(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
lib/crypto/mpi/longlong.h
557
#define umul_ppmm(xh, xl, a, b) \
lib/crypto/mpi/longlong.h
581
: "=&d" ((USItype)(xh)), "=&d" ((USItype)(xl)), \
lib/crypto/mpi/longlong.h
808
#define umul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
812
: "=r" ((USItype)(xh)), \
lib/crypto/mpi/longlong.h
816
(xh) += ((((SItype) __m0 >> 31) & __m1) \
lib/crypto/mpi/longlong.h
820
#define smul_ppmm(xh, xl, m0, m1) \
lib/crypto/mpi/longlong.h
822
: "=r" ((SItype)(xh)), \
net/sched/act_csum.c
452
unsigned char *xh = (void *)ip6xh;
net/sched/act_csum.c
458
switch (xh[off]) {
net/sched/act_csum.c
463
optlen = xh[off + 1] + 2;
net/sched/act_csum.c
467
*pl = ntohl(*(__be32 *)(xh + off + 2));
net/sched/act_csum.c
470
optlen = xh[off + 1] + 2;