| /kernel/linux/linux-6.6/include/linux/ |
| H A D | dma-direct.h | 102 dma_addr_t end = addr + size - 1; in dma_capable() local
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| H A D | dir.c | 13 const struct erofs_dirent *end = dentry_blk + nameoff; in erofs_fill_dentries() local
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| H A D | fsync.c | 82 static int ext4_fsync_nojournal(struct file *file, loff_t start, loff_t end, in ext4_fsync_nojournal() argument 129 int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync) in ext4_sync_file() argument
|
| /kernel/linux/linux-6.6/drivers/platform/chrome/ |
| H A D | cros_ec_lpc_mec.c | 143 void cros_ec_lpc_mec_init(unsigned int base, unsigned int end) in cros_ec_lpc_mec_init() argument
|
| /kernel/linux/linux-6.6/drivers/block/drbd/ |
| H A D | drbd_interval.c | 122 sector_t end = sector + (size >> 9); in drbd_find_overlap() local 150 sector_t end = sector + (size >> 9); in drbd_next_overlap() local [all...] |
| /kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
| H A D | unaccepted_memory.c | 97 void process_unaccepted_memory(u64 start, u64 end) in process_unaccepted_memory() argument 138 arch_accept_memory(round_down(end, unit_size), end); in process_unaccepted_memory() local 180 accept_memory(phys_addr_t start, phys_addr_t end) accept_memory() argument [all...] |
| /kernel/linux/linux-6.6/drivers/firmware/efi/ |
| H A D | unaccepted_memory.c | 14 unsigned long end; member 31 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() argument 154 range_contains_unaccepted_memory(phys_addr_t start, phys_addr_t end) range_contains_unaccepted_memory() argument [all...] |
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | sync.c | 73 loff_t end = sync->off + sync->len; in io_fsync() local
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | cfi.c | 34 static bool is_trap(unsigned long addr, s32 *start, s32 *end) in is_trap() argument
|
| /kernel/linux/linux-6.6/arch/xtensa/mm/ |
| H A D | init.c | 93 unsigned long end = PFN_DOWN(range_end); in free_highpages() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | reset.c | 50 unsigned long end; in mlx4_reset() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | descs_com.h | 22 static inline void ehn_desc_rx_set_on_ring(struct dma_desc *p, int end, in ehn_desc_rx_set_on_ring() argument 34 static inline void enh_desc_end_tx_desc_on_ring(struct dma_desc *p, int end) in enh_desc_end_tx_desc_on_ring() argument 54 static inline void ndesc_rx_set_on_ring(struct dma_desc *p, int end, int bfsize) in ndesc_rx_set_on_ring() argument 68 static inline void ndesc_end_tx_desc_on_ring(struct dma_desc *p, int end) in ndesc_end_tx_desc_on_ring() argument 107 static inline void ndesc_rx_set_on_chain(struct dma_desc *p, int end) in ndesc_rx_set_on_chain() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | dh_helper.c | 15 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() argument 43 u8 * const end = ptr + len; in crypto_dh_encode_key() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | amdtopology.c | 58 u64 end = PFN_PHYS(max_pfn); in amd_numa_init() local
|
| /kernel/linux/linux-6.6/arch/x86/mm/pat/ |
| H A D | memtype.h | 12 u64 end; member 41 static inline struct memtype *memtype_erase(u64 start, u64 end) in memtype_erase() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_random.c | 92 igt_random_offset(struct rnd_state *state, u64 start, u64 end, u64 len, u64 align) igt_random_offset() argument
|
| /kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
| H A D | mmap.h | 32 u64 end; member
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | kallsyms-parse.c | 37 struct timeval start, end, diff; in do_kallsyms_parse() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | block-range.h | 28 u64 end; member 48 struct block_range *end; member
|
| H A D | demangle-rust.c | 102 const char *end; in is_prefixed_hash() local 131 const char *end = str + len; in looks_like_rust() local 186 const char *end; in rust_demangle_sym() local
|
| /kernel/linux/linux-6.6/tools/perf/arch/loongarch/annotate/ |
| H A D | instructions.c | 62 u64 start, end; in loongarch_jump__parse() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | memstress.c | 64 uint64_t start, end; in memstress_setup_ept() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
| H A D | system_counter_offset_test.c | 72 static void handle_sync(struct ucall *uc, uint64_t start, uint64_t end) in handle_sync() argument 91 uint64_t start, end; in enter_guest() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
| H A D | futex.c | 23 struct timespec timeout, end; in run_test() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/timers/ |
| H A D | mqueue-lat.c | 63 struct timespec start, end, now, target; in mqueue_lat_test() local
|