Searched refs:len_low (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | syscalls.c | 115 u32 len_high, u32 len_low) in ppc_fadvise64_64() 118 (u64)len_high << 32 | len_low, advice); in ppc_fadvise64_64() 114 ppc_fadvise64_64(int fd, int advice, u32 offset_high, u32 offset_low, u32 len_high, u32 len_low) ppc_fadvise64_64() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | syscalls.c | 105 u32, len_high, u32, len_low) in SYSCALL_DEFINE6() 108 merge_64(len_high, len_low), advice); in SYSCALL_DEFINE6()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 111 * @len_low: length low half 120 u8 len_low; member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | sys_ia32.c | 88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6() 93 (((u64)len_high)<<32) | len_low, in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | sys_ia32.c | 88 __u32, offset_high, __u32, len_low, __u32, len_high, in SYSCALL_DEFINE6() 93 (((u64)len_high)<<32) | len_low, in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | syscalls.h | 143 u32 len_high, u32 len_low);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | asm-prototypes.h | 107 u32 len_high, u32 len_low);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 87 * @len_low: length low half 96 u8 len_low; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 1535 * adjust the length according to len_low. in iwl_mvm_probe_resp_data_notif() 1537 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 1737 * adjust the length according to len_low. in iwl_mvm_probe_resp_data_notif() 1739 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
|
Completed in 9 milliseconds