Home
last modified time | relevance | path

Searched refs:len_low (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscalls.c115 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 Dsyscalls.c105 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 Dmac-cfg.h111 * @len_low: length low half
120 u8 len_low; member
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsys_ia32.c88 __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 Dsys_ia32.c88 __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 Dsyscalls.h143 u32 len_high, u32 len_low);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dasm-prototypes.h107 u32 len_high, u32 len_low);
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h87 * @len_low: length low half
96 u8 len_low; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1535 * 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 Dmac-ctxt.c1737 * 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