/linux-3.4.99/drivers/staging/ramster/ |
D | r2net.c | 61 struct tmem_xhandle xh; in ramster_remote_async_get_request_handler() local 68 xh = *(struct tmem_xhandle *)msg->buf; in ramster_remote_async_get_request_handler() 69 if (xh.xh_data_size > RMSTR_R2NET_MAX_LEN) in ramster_remote_async_get_request_handler() 72 *(struct tmem_xhandle *)pdata = xh; in ramster_remote_async_get_request_handler() 75 found = zcache_get(xh.client_id, xh.pool_id, &xh.oid, xh.index, in ramster_remote_async_get_request_handler() 96 struct tmem_xhandle *xh = (struct tmem_xhandle *)in; in ramster_remote_async_get_reply_handler() local 101 ret = zcache_localify(xh->pool_id, &xh->oid, xh->index, in ramster_remote_async_get_reply_handler() 102 in, datalen, xh->extra); in ramster_remote_async_get_reply_handler() 113 struct tmem_xhandle *xh; in ramster_remote_put_handler() local 122 xh = (struct tmem_xhandle *)p; in ramster_remote_put_handler() [all …]
|
D | tmem.h | 106 struct tmem_xhandle xh; in tmem_xhandle_fill() local 107 xh.client_id = client_id; in tmem_xhandle_fill() 108 xh.xh_data_cksum = (uint8_t)-1; in tmem_xhandle_fill() 109 xh.xh_data_size = (uint16_t)-1; in tmem_xhandle_fill() 110 xh.pool_id = pool->pool_id; in tmem_xhandle_fill() 111 xh.oid = *oidp; in tmem_xhandle_fill() 112 xh.index = index; in tmem_xhandle_fill() 113 return xh; in tmem_xhandle_fill()
|
D | zcache-main.c | 96 struct tmem_xhandle xh; member 628 static int zbud_remotify_zbud(struct tmem_xhandle *xh, char *data, in zbud_remotify_zbud() argument 638 ret = ramster_remote_put(xh, data, size, true, &remotenode); in zbud_remotify_zbud() 642 pool = zcache_get_pool_by_id(LOCAL_CLIENT, xh->pool_id); in zbud_remotify_zbud() 646 (void)tmem_replace(pool, &xh->oid, xh->index, in zbud_remotify_zbud() 806 struct tmem_xhandle *xh; in zcache_remote_flush_page() local 810 xh = &flnode->xh; in zcache_remote_flush_page() 811 remotenode = flnode->xh.client_id; in zcache_remote_flush_page() 812 ret = ramster_remote_flush(xh, remotenode); in zcache_remote_flush_page() 823 struct tmem_xhandle *xh; in zcache_remote_flush_object() local [all …]
|
/linux-3.4.99/arch/arm/lib/ |
D | div64.S | 19 #define xh r0 macro 25 #define xh r1 macro 57 cmp xh, r4 68 clz ip, xh 79 cmpcc yl, xh 88 2: cmp xh, yl 90 subcss xh, xh, yl 96 3: cmp xh, #0 99 movlo xh, xl 107 adcs xh, xh, xh [all …]
|
D | muldi3.S | 16 #define xh r0 macro 22 #define xh r1 macro 30 mul xh, yl, xh 31 mla xh, xl, yh, xh 36 mla xh, yh, ip, xh 41 adc xh, xh, yh, lsr #16 43 adc xh, xh, ip, lsr #16
|
D | ucmpdi2.S | 16 #define xh r0 macro 22 #define xh r1 macro 29 cmp xh, yh 42 cmp xh, yh
|
/linux-3.4.99/fs/ocfs2/ |
D | xattr.c | 252 struct ocfs2_xattr_header *xh, 942 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local 945 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside() 949 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside() 950 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside() 1564 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local 1565 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start() 1569 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start() 1610 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local 1611 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue() [all …]
|
/linux-3.4.99/include/math-emu/ |
D | op-2.h | 134 #define __FP_CLZ_2(R, xh, xl) \ argument 136 if (xh) \ 137 __FP_CLZ(R,xh); \ 148 #define __FP_FRAC_ADDI_2(xh, xl, i) \ 149 (xh += ((xl += i) < i)) 152 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 153 (rh = xh + yh + ((rl = xl + yl) < xl)) 156 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 157 (rh = xh - yh - ((rl = xl - yl) > xl)) 160 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ [all …]
|
/linux-3.4.99/lib/mpi/ |
D | longlong.h | 130 #define umul_ppmm(xh, xl, m0, m1) \ argument 138 : "=r" ((USItype)(xh)) \ 202 #define umul_ppmm(xh, xl, a, b) \ argument 216 : "=&r" ((USItype)(xh)), \ 222 #define umul_ppmm(xh, xl, a, b) \ argument 225 : "=&r" ((USItype)(xh)), \ 384 #define umul_ppmm(xh, xl, m0, m1) \ argument 395 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ 396 (xh) += ((((SItype) __m0 >> 31) & __m1) \ 399 #define smul_ppmm(xh, xl, m0, m1) \ argument [all …]
|
/linux-3.4.99/sound/oss/ |
D | aedsp16.c | 347 #define CDROM(xh) (xh & 0x20) argument 348 #define CDROMADDR(xh) (((xh & 0x1F) << 4) + 0x200) argument 387 #define BLDCDROM(xh, val) { \ argument 388 xh &= ~0x20; \ 390 xh |= 0x20; \ 392 #define BLDCDROMADDR(xh, val) { \ argument 397 xh |= tmp; \ 398 xh &= 0x7F; \ 399 xh |= 0x40; \
|
/linux-3.4.99/net/sched/ |
D | act_csum.c | 393 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local 399 switch (xh[off]) { in tcf_csum_ipv6_hopopts() 404 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts() 408 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts() 411 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
|