/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | debug.h | 54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument 55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument 56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument 57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument 58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument 60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument 61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument 62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument 63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument 64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument [all …]
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_targdb.c | 46 void esas2r_targ_db_initialize(struct esas2r_adapter *a) in esas2r_targ_db_initialize() 59 void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify) in esas2r_targ_db_remove_all() 82 void esas2r_targ_db_report_changes(struct esas2r_adapter *a) in esas2r_targ_db_report_changes() 119 struct esas2r_target *esas2r_targ_db_add_raid(struct esas2r_adapter *a, in esas2r_targ_db_add_raid() 172 struct esas2r_target *esas2r_targ_db_add_pthru(struct esas2r_adapter *a, in esas2r_targ_db_add_pthru() 221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove() 232 struct esas2r_target *esas2r_targ_db_find_by_sas_addr(struct esas2r_adapter *a, in esas2r_targ_db_find_by_sas_addr() 244 struct esas2r_target *esas2r_targ_db_find_by_ident(struct esas2r_adapter *a, in esas2r_targ_db_find_by_ident() 260 u16 esas2r_targ_db_find_next_present(struct esas2r_adapter *a, u16 target_id) in esas2r_targ_db_find_next_present() 276 struct esas2r_target *esas2r_targ_db_find_by_virt_id(struct esas2r_adapter *a, in esas2r_targ_db_find_by_virt_id() [all …]
|
H A D | esas2r_flash.c | 133 static void esas2r_fmapi_callback(struct esas2r_adapter *a, in esas2r_fmapi_callback() 176 static void build_flash_msg(struct esas2r_adapter *a, in build_flash_msg() 227 static bool load_image(struct esas2r_adapter *a, struct esas2r_request *rq) in load_image() 243 static void fix_bios(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in fix_bios() 275 static void fix_efi(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in fix_efi() 302 static bool complete_fmapi_req(struct esas2r_adapter *a, in complete_fmapi_req() 323 static void fw_download_proc(struct esas2r_adapter *a, in fw_download_proc() 561 static u8 get_fi_adap_type(struct esas2r_adapter *a) in get_fi_adap_type() 692 static bool verify_fi(struct esas2r_adapter *a, in verify_fi() 827 static void esas2r_complete_fs_ioctl(struct esas2r_adapter *a, in esas2r_complete_fs_ioctl() [all …]
|
/openbmc/qemu/target/loongarch/ |
H A D | vec.h | 33 #define DO_ADD(a, b) (a + b) argument 34 #define DO_SUB(a, b) (a - b) argument 35 #define DO_VAVG(a, b) ((a >> 1) + (b >> 1) + (a & b & 1)) argument 36 #define DO_VAVGR(a, b) ((a >> 1) + (b >> 1) + ((a | b) & 1)) argument 37 #define DO_VABSD(a, b) ((a > b) ? (a -b) : (b-a)) argument 38 #define DO_VABS(a) ((a < 0) ? (-a) : (a)) argument 39 #define DO_MIN(a, b) (a < b ? a : b) argument 40 #define DO_MAX(a, b) (a > b ? a : b) argument 41 #define DO_MUL(a, b) (a * b) argument 42 #define DO_MADD(a, b, c) (a + b * c) argument [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | opcodes.h | 18 #define CRC32C(a,b,c) \ argument 30 #define AES_EROUND01(a,b,c,d) \ argument 32 #define AES_EROUND23(a,b,c,d) \ argument 34 #define AES_DROUND01(a,b,c,d) \ argument 36 #define AES_DROUND23(a,b,c,d) \ argument 38 #define AES_EROUND01_L(a,b,c,d) \ argument 40 #define AES_EROUND23_L(a,b,c,d) \ argument 42 #define AES_DROUND01_L(a,b,c,d) \ argument 44 #define AES_DROUND23_L(a,b,c,d) \ argument 46 #define AES_KEXPAND1(a,b,c,d) \ argument [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_pci.c | 55 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug() 72 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug() 91 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug() 108 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug() 127 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument 128 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument 129 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument 130 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument 131 #define HFA384X_OUTW_DATA(v,a) hfa384x_outw_debug(dev, (a), le16_to_cpu((v))) argument 132 #define HFA384X_INW_DATA(a) cpu_to_le16(hfa384x_inw_debug(dev, (a))) argument [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_translate.c | 244 static bool trans_BZ_V(DisasContext *ctx, arg_msa_bz *a) in trans_BZ_V() 249 static bool trans_BNZ_V(DisasContext *ctx, arg_msa_bz *a) in trans_BNZ_V() 274 static bool trans_BZ(DisasContext *ctx, arg_msa_bz *a) in trans_BZ() 279 static bool trans_BNZ(DisasContext *ctx, arg_msa_bz *a) in trans_BNZ() 284 static bool trans_msa_i8(DisasContext *ctx, arg_msa_i *a, in trans_msa_i8() 307 static bool trans_SHF(DisasContext *ctx, arg_msa_i *a) in trans_SHF() 326 static bool trans_msa_i5(DisasContext *ctx, arg_msa_i *a, in trans_msa_i5() 354 static bool trans_LDI(DisasContext *ctx, arg_msa_ldi *a) in trans_LDI() 368 static bool trans_msa_bit(DisasContext *ctx, arg_msa_bit *a, in trans_msa_bit() 401 static bool trans_msa_3rf(DisasContext *ctx, arg_msa_r *a, in trans_msa_3rf() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml_inline_defs.h | 32 static inline double dml_min(double a, double b) in dml_min() 37 static inline double dml_min3(double a, double b, double c) in dml_min3() 42 static inline double dml_min4(double a, double b, double c, double d) in dml_min4() 47 static inline double dml_max(double a, double b) in dml_max() 52 static inline double dml_max3(double a, double b, double c) in dml_max3() 57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4() 62 static inline double dml_max5(double a, double b, double c, double d, double e) in dml_max5() 67 static inline double dml_ceil(double a, double granularity) in dml_ceil() 74 static inline double dml_floor(double a, double granularity) in dml_floor() 81 static inline double dml_round(double a) in dml_round() [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 113 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac() 125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 294 INLINE bits64 extractFloat64Frac( float64 a ) in extractFloat64Frac() 306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp() 470 INLINE bits64 extractFloatx80Frac( floatx80 a ) in extractFloatx80Frac() 483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp() 496 INLINE flag extractFloatx80Sign( floatx80 a ) in extractFloatx80Sign() 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() 780 float64 int32_to_float64( int32 a ) in int32_to_float64() 806 floatx80 int32_to_floatx80( int32 a ) in int32_to_floatx80() [all …]
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | libgcc2.h | 61 #define __NW(a,b) __gnu_ ## a ## di ## b argument 62 #define __NDW(a,b) __gnu_ ## a ## ti ## b argument 64 #define __NW(a,b) __ ## a ## di ## b argument 65 #define __NDW(a,b) __ ## a ## ti ## b argument 76 #define __NW(a,b) __gnu_ ## a ## si ## b argument 77 #define __NDW(a,b) __gnu_ ## a ## di ## b argument 79 #define __NW(a,b) __ ## a ## si ## b argument 80 #define __NDW(a,b) __ ## a ## di ## b argument 91 #define __NW(a,b) __gnu_ ## a ## hi ## b argument 92 #define __NDW(a,b) __gnu_ ## a ## si ## b argument [all …]
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 42 #define __arch_getb(a) (*(volatile unsigned char *)(a)) argument 43 #define __arch_getw(a) (*(volatile unsigned short *)(a)) argument 44 #define __arch_getl(a) (*(volatile unsigned int *)(a)) argument 45 #define __arch_getq(a) (*(volatile unsigned long long *)(a)) argument 47 #define __arch_putb(v,a) (*(volatile unsigned char *)(a) = (v)) argument 48 #define __arch_putw(v,a) (*(volatile unsigned short *)(a) = (v)) argument 49 #define __arch_putl(v,a) (*(volatile unsigned int *)(a) = (v)) argument 50 #define __arch_putq(v,a) (*(volatile unsigned long long *)(a) = (v)) argument 97 #define __raw_writeb(v,a) __arch_putb(v,a) argument 98 #define __raw_writew(v,a) __arch_putw(v,a) argument [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | mangle-port.h | 15 static inline bool __should_swizzle_bits(volatile void *a) in __should_swizzle_bits() 30 #define __should_swizzle_bits(a) false argument 49 # define ioswabb(a, x) (x) argument 50 # define __mem_ioswabb(a, x) (x) argument 51 # define ioswabw(a, x) (__should_swizzle_bits(a) ? \ argument 54 # define __mem_ioswabw(a, x) (x) argument 55 # define ioswabl(a, x) (__should_swizzle_bits(a) ? \ argument 58 # define __mem_ioswabl(a, x) (x) argument 59 # define ioswabq(a, x) (__should_swizzle_bits(a) ? \ argument 62 # define __mem_ioswabq(a, x) (x) argument
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 481 static inline void tcg_gen_ld_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t o) in tcg_gen_ld_ptr() 486 static inline void tcg_gen_st_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t o) in tcg_gen_st_ptr() 491 static inline void tcg_gen_discard_ptr(TCGv_ptr a) in tcg_gen_discard_ptr() 496 static inline void tcg_gen_add_ptr(TCGv_ptr r, TCGv_ptr a, TCGv_ptr b) in tcg_gen_add_ptr() 501 static inline void tcg_gen_addi_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t b) in tcg_gen_addi_ptr() 516 static inline void tcg_gen_brcondi_ptr(TCGCond cond, TCGv_ptr a, in tcg_gen_brcondi_ptr() 522 static inline void tcg_gen_ext_i32_ptr(TCGv_ptr r, TCGv_i32 a) in tcg_gen_ext_i32_ptr() 531 static inline void tcg_gen_trunc_i64_ptr(TCGv_ptr r, TCGv_i64 a) in tcg_gen_trunc_i64_ptr() 540 static inline void tcg_gen_extu_ptr_i64(TCGv_i64 r, TCGv_ptr a) in tcg_gen_extu_ptr_i64() 549 static inline void tcg_gen_trunc_ptr_i32(TCGv_i32 r, TCGv_ptr a) in tcg_gen_trunc_ptr_i32()
|
/openbmc/linux/include/net/tc_act/ |
H A D | tc_ct.h | 39 #define to_ct(a) ((struct tcf_ct *)a) argument 40 #define to_ct_params(a) \ argument 45 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() 50 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() 55 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() 60 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() 66 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() 67 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() 68 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() 72 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 215 static bool trans_VCMLA(DisasContext *s, arg_VCMLA *a) in trans_VCMLA() 231 static bool trans_VCADD(DisasContext *s, arg_VCADD *a) in trans_VCADD() 268 static bool trans_VSDOT(DisasContext *s, arg_VSDOT *a) in trans_VSDOT() 277 static bool trans_VUDOT(DisasContext *s, arg_VUDOT *a) in trans_VUDOT() 286 static bool trans_VUSDOT(DisasContext *s, arg_VUSDOT *a) in trans_VUSDOT() 295 static bool trans_VDOT_b16(DisasContext *s, arg_VDOT_b16 *a) in trans_VDOT_b16() 304 static bool trans_VFML(DisasContext *s, arg_VFML *a) in trans_VFML() 335 static bool trans_VCMLA_scalar(DisasContext *s, arg_VCMLA_scalar *a) in trans_VCMLA_scalar() 353 static bool trans_VSDOT_scalar(DisasContext *s, arg_VSDOT_scalar *a) in trans_VSDOT_scalar() 362 static bool trans_VUDOT_scalar(DisasContext *s, arg_VUDOT_scalar *a) in trans_VUDOT_scalar() [all …]
|
H A D | translate-mve.c | 144 static bool do_ldst(DisasContext *s, arg_VLDR_VSTR *a, MVEGenLdStFn *fn, in do_ldst() 192 static bool trans_VLDR_VSTR(DisasContext *s, arg_VLDR_VSTR *a) in trans_VLDR_VSTR() 251 static bool trans_VLDR_S_sg(DisasContext *s, arg_vldst_sg *a) in trans_VLDR_S_sg() 271 static bool trans_VLDR_U_sg(DisasContext *s, arg_vldst_sg *a) in trans_VLDR_U_sg() 291 static bool trans_VSTR_sg(DisasContext *s, arg_vldst_sg *a) in trans_VSTR_sg() 310 static bool do_ldst_sg_imm(DisasContext *s, arg_vldst_sg_imm *a, in do_ldst_sg_imm() 338 static bool trans_VLDRW_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VLDRW_sg_imm() 350 static bool trans_VLDRD_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VLDRD_sg_imm() 362 static bool trans_VSTRW_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VSTRW_sg_imm() 371 static bool trans_VSTRD_sg_imm(DisasContext *s, arg_vldst_sg_imm *a) in trans_VSTRD_sg_imm() [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-tx49xx/ |
H A D | mangle-port.h | 10 #define ioswabb(a, x) (x) argument 11 #define __mem_ioswabb(a, x) (x) argument 12 #define ioswabw(a, x) le16_to_cpu((__force __le16)(x)) argument 13 #define __mem_ioswabw(a, x) (x) argument 14 #define ioswabl(a, x) le32_to_cpu((__force __le32)(x)) argument 15 #define __mem_ioswabl(a, x) (x) argument 16 #define ioswabq(a, x) le64_to_cpu((__force __le64)(x)) argument 17 #define __mem_ioswabq(a, x) (x) argument
|
/openbmc/linux/arch/mips/include/asm/mach-ip27/ |
H A D | mangle-port.h | 16 # define ioswabb(a, x) (x) argument 17 # define __mem_ioswabb(a, x) (x) argument 18 # define ioswabw(a, x) (x) argument 19 # define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x)) argument 20 # define ioswabl(a, x) (x) argument 21 # define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x)) argument 22 # define ioswabq(a, x) (x) argument 23 # define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x)) argument
|
/openbmc/linux/arch/mips/include/asm/mach-ip32/ |
H A D | mangle-port.h | 17 # define ioswabb(a, x) (x) argument 18 # define __mem_ioswabb(a, x) (x) argument 19 # define ioswabw(a, x) (x) argument 20 # define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x)) argument 21 # define ioswabl(a, x) (x) argument 22 # define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x)) argument 23 # define ioswabq(a, x) (x) argument 24 # define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x)) argument
|
/openbmc/linux/arch/mips/include/asm/mach-ip30/ |
H A D | mangle-port.h | 13 #define ioswabb(a, x) (x) argument 14 #define __mem_ioswabb(a, x) (x) argument 15 #define ioswabw(a, x) (x) argument 16 #define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x)) argument 17 #define ioswabl(a, x) (x) argument 18 #define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x)) argument 19 #define ioswabq(a, x) (x) argument 20 #define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x)) argument
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpi-bit.c | 30 void mpi_normalize(MPI a) in mpi_normalize() 40 unsigned mpi_get_nbits(MPI a) in mpi_get_nbits() 62 int mpi_test_bit(MPI a, unsigned int n) in mpi_test_bit() 80 void mpi_set_bit(MPI a, unsigned int n) in mpi_set_bit() 99 void mpi_set_highbit(MPI a, unsigned int n) in mpi_set_highbit() 122 void mpi_clear_highbit(MPI a, unsigned int n) in mpi_clear_highbit() 140 void mpi_clear_bit(MPI a, unsigned int n) in mpi_clear_bit() 158 void mpi_rshift_limbs(MPI a, unsigned int count) in mpi_rshift_limbs() 178 void mpi_rshift(MPI x, MPI a, unsigned int n) in mpi_rshift() 251 void mpi_lshift_limbs(MPI a, unsigned int count) in mpi_lshift_limbs() [all …]
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_nodeattrib.c | 31 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_set_default_node_attribues() local 48 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_dataout_timeout() local 73 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_dataout_timeout_retries() local 99 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_nopin_timeout() local 154 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_nopin_response_timeout() local 180 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_random_datain_pdu_offsets() local 200 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_random_datain_seq_offsets() local 220 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_random_r2t_offsets() local 240 struct iscsi_node_attrib *a = &acl->node_attrib; in iscsit_na_default_erl() local
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_core_read.h | 264 #define ___concat(a, b) a ## b argument 281 #define ___last2(a, x) x argument 282 #define ___last3(a, b, x) x argument 283 #define ___last4(a, b, c, x) x argument 284 #define ___last5(a, b, c, d, x) x argument 285 #define ___last6(a, b, c, d, e, x) x argument 286 #define ___last7(a, b, c, d, e, f, x) x argument 287 #define ___last8(a, b, c, d, e, f, g, x) x argument 288 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 289 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument [all …]
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_extent.c | 21 #define DPD(a) (printk("(a): %d\n",(a))) argument 22 #define DPC(a) (printk("(a): %c\n",(a))) argument 23 #define DPL1(a) \ argument 30 #define DPL(a) \ argument 38 #define DPD1(a) (printk("(a): %d ",(a))) argument 39 #define DPX(a) (printk("(a): %08x\n",(a))) argument 40 #define DPX1(a) (printk("(a): %08x ",(a))) argument 41 #define DPS(a) (printk("%s\n",(a))) argument 42 #define DPE(a) (printk("\nENTERING: %s\n",(a))) argument 43 #define DPE1(a) (printk("\nENTERING: %s",(a))) argument [all …]
|
/openbmc/linux/net/ceph/crush/ |
H A D | hash.c | 13 #define crush_hashmix(a, b, c) do { \ argument 27 static __u32 crush_hash32_rjenkins1(__u32 a) in crush_hash32_rjenkins1() 38 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2() 49 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3() 62 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4() 76 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5() 94 __u32 crush_hash32(int type, __u32 a) in crush_hash32() 104 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2() 114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() 124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4() [all …]
|