Searched refs:len_lo (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/metag/kernel/ |
D | sys_metag.c | 121 unsigned long len_lo, in sys_fadvise64_64_metag() argument 125 merge_64(len_hi, len_lo), advice); in sys_fadvise64_64_metag() 150 unsigned long len_lo, in sys_sync_file_range_metag() argument 155 merge_64(len_hi, len_lo), flags); in sys_sync_file_range_metag()
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | syscalls.h | 38 u32 len_lo, u32 len_hi, int advice); 41 u32 len_lo, u32 len_hi);
|
/linux-4.4.14/arch/tile/kernel/ |
D | sys.c | 68 u32 len_lo, u32 len_hi, int advice) in sys32_fadvise64_64() argument 71 ((loff_t)len_hi << 32) | len_lo, advice); in sys32_fadvise64_64()
|
D | compat.c | 70 u32, len_lo, u32, len_hi) in COMPAT_SYSCALL_DEFINE6() argument 73 ((loff_t)len_hi << 32) | len_lo); in COMPAT_SYSCALL_DEFINE6()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | syscalls.h | 39 u32 len_lo, u32 len_hi, int advice);
|
D | compat.h | 288 u32 len_lo, u32 len_hi);
|
/linux-4.4.14/arch/x86/ia32/ |
D | sys_ia32.c | 226 unsigned offset_hi, unsigned len_lo, in sys32_fallocate() argument 230 ((u64)len_hi << 32) | len_lo); in sys32_fallocate()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 59 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
|
D | t4fw_ri_api.h | 158 __be32 len_lo; member 647 __be32 len_lo; member
|
D | mem.c | 300 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
|
D | device.c | 390 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in dump_stag()
|
D | qp.c | 630 wqe->fr.len_lo = cpu_to_be32(mhp->ibmr.length); in build_memreg()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 452 u16 len_lo; member
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 149 i32 offs_hi, i32 len_lo,
|