Searched refs:ux (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | minmax.h | 49 #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ argument 50 (2 + __is_nonneg(ux)) : (1 + 2 * (sizeof(ux) < 4))) 68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0) argument 71 (typeof(__builtin_choose_expr(sizeof(ux) > 4, 1LL, 1L)))(ux) >= 0) 74 #define __types_ok(ux, uy) \ argument 75 (__sign_use(ux) & __sign_use(uy)) 77 #define __types_ok3(ux, uy, uz) \ argument 86 ({ type ux = (x); type uy = (y); __cmp(op, ux, uy); }) 93 BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ 95 __cmp(op, ux, uy); }) [all …]
|
| /include/trace/events/ |
| A D | ext4.h | 1568 struct ext4_extent *ux), 1570 TP_ARGS(inode, map, ux), 1587 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1588 __entry->u_len = ext4_ext_get_actual_len(ux); 1589 __entry->u_pblk = ext4_ext_pblock(ux); 1606 struct ext4_extent *ux, struct ext4_extent *ix), 1608 TP_ARGS(inode, map, ux, ix), 1628 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1629 __entry->u_len = ext4_ext_get_actual_len(ux); 1630 __entry->u_pblk = ext4_ext_pblock(ux);
|
Completed in 5 milliseconds