| /kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
| H A D | board.c | 233 const struct bcm47xx_board_type_list1 *e1; in bcm47xx_board_get_nvram() local [all...] |
| /kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
| H A D | board.c | 241 const struct bcm47xx_board_type_list1 *e1; in bcm47xx_board_get_nvram() local [all...] |
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | ff-core.c | 40 static inline int check_effects_compatible(struct ff_effect *e1, in check_effects_compatible() argument
|
| /kernel/linux/linux-6.6/drivers/input/ |
| H A D | ff-core.c | 37 static inline int check_effects_compatible(struct ff_effect *e1, in check_effects_compatible() argument
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| H A D | sha256.c | 50 #define e1(x) (ror32(x, 6) ^ ror32(x, 11) ^ ror32(x, 25)) macro
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | sha512_generic.c | 84 #define e1(x) (ror64(x,14) ^ ror64(x,18) ^ ror64(x,41)) macro
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| H A D | sha256.c | 32 #define e1(x) (ror32(x, 6) ^ ror32(x, 11) ^ ror32(x, 25)) macro [all...] |
| /kernel/linux/linux-5.10/net/netfilter/ipset/ |
| H A D | ip_set_hash_mac.c | 41 hash_mac4_data_equal(const struct hash_mac4_elem *e1, in hash_mac4_data_equal() argument
|
| H A D | ip_set_hash_ip.c | 48 hash_ip4_data_equal(const struct hash_ip4_elem *e1, in hash_ip4_data_equal() argument
|
| H A D | ip_set_hash_ipmac.c | 51 hash_ipmac4_data_equal(const struct hash_ipmac4_elem *e1, in hash_ipmac4_data_equal() argument 158 hash_ipmac6_data_equal(const struct hash_ipmac6_elem *e1, in hash_ipmac6_data_equal() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | sha512_generic.c | 84 #define e1(x) (ror64(x,14) ^ ror64(x,18) ^ ror64(x,41)) macro
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| H A D | intel_wm_types.h | 67 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| H A D | cpuid_test.c | 75 const struct kvm_cpuid_entry2 *e1, *e2; in compare_cpuids() local [all...] |
| /kernel/linux/linux-6.6/net/netfilter/ipset/ |
| H A D | ip_set_hash_mac.c | 41 hash_mac4_data_equal(const struct hash_mac4_elem *e1, in hash_mac4_data_equal() argument
|
| H A D | ip_set_hash_ip.c | 51 hash_ip4_data_equal(const struct hash_ip4_elem *e1, in hash_ip4_data_equal() argument
|
| H A D | ip_set_hash_ipmac.c | 51 hash_ipmac4_data_equal(const struct hash_ipmac4_elem *e1, in hash_ipmac4_data_equal() argument 158 hash_ipmac6_data_equal(const struct hash_ipmac6_elem *e1, in hash_ipmac6_data_equal() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
| H A D | kaslr_booke.c | 96 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
| H A D | kaslr_booke.c | 94 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_syntax.c | 9 enum e1 { enum
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | ebitmap.c | 31 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp() argument 81 int ebitmap_and(struct ebitmap *dst, struct ebitmap *e1, struct ebitmap *e2) in ebitmap_and() argument 220 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | i915_buddy.c | 320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() argument 325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains() argument
|
| /kernel/linux/linux-6.6/drivers/mtd/ubi/ |
| H A D | wl.c | 145 struct ubi_wl_entry *e1; in wl_tree_add() local 242 struct ubi_wl_entry *e1; in in_wl_tree() local 330 struct ubi_wl_entry *e1; find_wl_entry() local 652 struct ubi_wl_entry *e1, *e2; global() local [all...] |
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | ebitmap.c | 31 int ebitmap_cmp(const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_cmp() argument 82 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_and() argument 221 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains() argument
|
| /kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
| H A D | kaslr.c | 87 static bool regions_intersect(u32 s1, u32 e1, u32 s2, u32 e2) in regions_intersect() argument
|
| /kernel/linux/linux-5.10/drivers/usb/core/ |
| H A D | config.c | 206 static bool endpoint_is_duplicate(struct usb_endpoint_descriptor *e1, in endpoint_is_duplicate() argument
|