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
750
struct fuse_ext_header *xh;
fs/fuse/dir.c
762
xh = extend_arg(ext, sg_len);
fs/fuse/dir.c
763
if (!xh)
fs/fuse/dir.c
766
xh->size = sg_len;
fs/fuse/dir.c
767
xh->type = FUSE_EXT_GROUPS;
fs/fuse/dir.c
769
sg = (struct fuse_supp_groups *) &xh[1];
fs/ocfs2/xattr.c
1000
if (!ocfs2_xattr_is_local(&xh->xh_entries[i]))
fs/ocfs2/xattr.c
1629
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1630
int i, count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
1634
offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
fs/ocfs2/xattr.c
1675
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1676
int count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
1683
memmove((char *)xh + first_namevalue_offset + namevalue_size,
fs/ocfs2/xattr.c
1684
(char *)xh + first_namevalue_offset,
fs/ocfs2/xattr.c
1686
memset((char *)xh + first_namevalue_offset, 0, namevalue_size);
fs/ocfs2/xattr.c
1690
offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset);
fs/ocfs2/xattr.c
1692
le16_add_cpu(&xh->xh_entries[i].xe_name_offset,
fs/ocfs2/xattr.c
1857
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1858
int count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
1868
tmp_xe = &xh->xh_entries[tmp];
fs/ocfs2/xattr.c
1881
memmove(&xh->xh_entries[low + 1],
fs/ocfs2/xattr.c
1882
&xh->xh_entries[low],
fs/ocfs2/xattr.c
1885
le16_add_cpu(&xh->xh_count, 1);
fs/ocfs2/xattr.c
1886
loc->xl_entry = &xh->xh_entries[low];
fs/ocfs2/xattr.c
1893
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1900
xh->xh_free_start = cpu_to_le16(nameval_offset);
fs/ocfs2/xattr.c
1901
le16_add_cpu(&xh->xh_name_value_len, size);
fs/ocfs2/xattr.c
1979
struct ocfs2_xattr_header *xh = loc->xl_header;
fs/ocfs2/xattr.c
1985
count = le16_to_cpu(xh->xh_count) - 1;
fs/ocfs2/xattr.c
1993
index = ((char *)entry - (char *)&xh->xh_entries) /
fs/ocfs2/xattr.c
1995
memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1],
fs/ocfs2/xattr.c
1997
memset(&xh->xh_entries[count], 0,
fs/ocfs2/xattr.c
2001
xh->xh_count = cpu_to_le16(count);
fs/ocfs2/xattr.c
242
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
3803
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
3812
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
3813
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
3827
xh,
fs/ocfs2/xattr.c
3868
struct ocfs2_xattr_header *xh = NULL;
fs/ocfs2/xattr.c
3889
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3890
high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1;
fs/ocfs2/xattr.c
3902
xh = bucket_xh(search);
fs/ocfs2/xattr.c
3903
xe = &xh->xh_entries[0];
fs/ocfs2/xattr.c
3914
if (xh->xh_count)
fs/ocfs2/xattr.c
3915
xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
fs/ocfs2/xattr.c
4073
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
4080
if (index < 0 || index >= le16_to_cpu(xh->xh_count))
fs/ocfs2/xattr.c
4083
name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset);
fs/ocfs2/xattr.c
4232
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
4258
xh->xh_count = xb_xh->xh_count;
fs/ocfs2/xattr.c
4259
xh->xh_num_buckets = cpu_to_le16(1);
fs/ocfs2/xattr.c
4260
xh->xh_name_value_len = cpu_to_le16(size);
fs/ocfs2/xattr.c
4261
xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size);
fs/ocfs2/xattr.c
4273
le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change);
fs/ocfs2/xattr.c
4428
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
4458
xh = (struct ocfs2_xattr_header *)bucket_buf;
fs/ocfs2/xattr.c
4459
entries = (char *)xh->xh_entries;
fs/ocfs2/xattr.c
4460
xh_free_start = le16_to_cpu(xh->xh_free_start);
fs/ocfs2/xattr.c
4463
(unsigned long long)blkno, le16_to_cpu(xh->xh_count),
fs/ocfs2/xattr.c
4464
xh_free_start, le16_to_cpu(xh->xh_name_value_len));
fs/ocfs2/xattr.c
4471
sort(entries, le16_to_cpu(xh->xh_count),
fs/ocfs2/xattr.c
4476
xe = xh->xh_entries;
fs/ocfs2/xattr.c
4478
for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) {
fs/ocfs2/xattr.c
4510
xh->xh_free_start = cpu_to_le16(end);
fs/ocfs2/xattr.c
4513
sort(entries, le16_to_cpu(xh->xh_count),
fs/ocfs2/xattr.c
4620
static int ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh)
fs/ocfs2/xattr.c
4622
struct ocfs2_xattr_entry *entries = xh->xh_entries;
fs/ocfs2/xattr.c
4623
int count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
4672
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
4724
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4725
count = le16_to_cpu(xh->xh_count);
fs/ocfs2/xattr.c
4726
start = ocfs2_xattr_find_divide_pos(xh);
fs/ocfs2/xattr.c
4729
xe = &xh->xh_entries[start-1];
fs/ocfs2/xattr.c
4739
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4740
xh->xh_free_start = cpu_to_le16(blocksize);
fs/ocfs2/xattr.c
4741
xh->xh_entries[0].xe_name_hash = xe->xe_name_hash;
fs/ocfs2/xattr.c
4742
le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1);
fs/ocfs2/xattr.c
4751
xh = bucket_xh(t_bucket);
fs/ocfs2/xattr.c
4760
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
4774
xe = &xh->xh_entries[start];
fs/ocfs2/xattr.c
4777
(int)((char *)xe - (char *)xh),
fs/ocfs2/xattr.c
4778
(int)((char *)xh->xh_entries - (char *)xh));
fs/ocfs2/xattr.c
4779
memmove((char *)xh->xh_entries, (char *)xe, len);
fs/ocfs2/xattr.c
4780
xe = &xh->xh_entries[count - start];
fs/ocfs2/xattr.c
4784
le16_add_cpu(&xh->xh_count, -start);
fs/ocfs2/xattr.c
4785
le16_add_cpu(&xh->xh_name_value_len, -name_value_len);
fs/ocfs2/xattr.c
4788
xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE);
fs/ocfs2/xattr.c
4789
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
4790
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
4792
le16_to_cpu(xh->xh_free_start))
fs/ocfs2/xattr.c
4793
xh->xh_free_start = xe->xe_name_offset;
fs/ocfs2/xattr.c
4799
xh->xh_num_buckets = cpu_to_le16(1);
fs/ocfs2/xattr.c
4801
xh->xh_num_buckets = 0;
fs/ocfs2/xattr.c
4807
*first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash);
fs/ocfs2/xattr.c
4817
xh = bucket_xh(s_bucket);
fs/ocfs2/xattr.c
4818
memset(&xh->xh_entries[start], 0,
fs/ocfs2/xattr.c
4820
xh->xh_count = cpu_to_le16(start);
fs/ocfs2/xattr.c
4821
xh->xh_free_start = cpu_to_le16(name_offset);
fs/ocfs2/xattr.c
4822
xh->xh_name_value_len = cpu_to_le16(name_value_len);
fs/ocfs2/xattr.c
5400
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5406
xe = &xh->xh_entries[xe_off];
fs/ocfs2/xattr.c
5559
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5562
if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash))
fs/ocfs2/xattr.c
5565
if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash ==
fs/ocfs2/xattr.c
5566
xh->xh_entries[0].xe_name_hash) {
fs/ocfs2/xattr.c
5570
le32_to_cpu(xh->xh_entries[0].xe_name_hash));
fs/ocfs2/xattr.c
5695
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
5708
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
5709
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6047
struct ocfs2_xattr_header *xh = bucket_xh(bucket);
fs/ocfs2/xattr.c
6048
struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
fs/ocfs2/xattr.c
6084
struct ocfs2_xattr_header *xh =
fs/ocfs2/xattr.c
6103
le16_to_cpu(xh->xh_count));
fs/ocfs2/xattr.c
6104
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
6105
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6243
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6256
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6266
for (i = 0; i < le16_to_cpu(xh->xh_count); i++) {
fs/ocfs2/xattr.c
6267
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6271
ret = func(sb, bh, xh, i, &xv, NULL, para);
fs/ocfs2/xattr.c
6300
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6306
struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset];
fs/ocfs2/xattr.c
6308
*xv = (struct ocfs2_xattr_value_root *)((void *)xh +
fs/ocfs2/xattr.c
6323
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6334
ret = ocfs2_value_metas_in_xattr_header(osb->sb, NULL, xh,
fs/ocfs2/xattr.c
6381
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6399
le16_to_cpu(xh->xh_count));
fs/ocfs2/xattr.c
6402
for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) {
fs/ocfs2/xattr.c
6403
xe = &xh->xh_entries[i];
fs/ocfs2/xattr.c
6431
ret = func(sb, old_bh, xh, i, &xv, NULL, para);
fs/ocfs2/xattr.c
6516
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
6526
ret = ocfs2_xattr_ibody_lookup_header(args->old_inode, di, &xh);
fs/ocfs2/xattr.c
6535
ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh,
fs/ocfs2/xattr.c
6562
ret = ocfs2_reflink_xattr_header(handle, args, args->old_bh, xh,
fs/ocfs2/xattr.c
6636
struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header;
fs/ocfs2/xattr.c
6646
ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh,
fs/ocfs2/xattr.c
6682
ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh,
fs/ocfs2/xattr.c
6726
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6753
struct ocfs2_xattr_header *xh,
fs/ocfs2/xattr.c
6772
struct ocfs2_xattr_header *xh =
fs/ocfs2/xattr.c
6778
xh, &metas->num_metas,
fs/ocfs2/xattr.c
991
struct ocfs2_xattr_header *xh;
fs/ocfs2/xattr.c
995
ret = ocfs2_xattr_ibody_lookup_header(inode, di, &xh);
fs/ocfs2/xattr.c
999
for (i = 0; i < le16_to_cpu(xh->xh_count); 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
456
unsigned char *xh = (void *)ip6xh;
net/sched/act_csum.c
462
switch (xh[off]) {
net/sched/act_csum.c
467
optlen = xh[off + 1] + 2;
net/sched/act_csum.c
471
*pl = ntohl(*(__be32 *)(xh + off + 2));
net/sched/act_csum.c
474
optlen = xh[off + 1] + 2;