| /kernel/linux/linux-5.10/kernel/printk/ |
| H A D | printk_ringbuffer.c | 325 #define BLK_DATALESS(blk) (LPOS_DATALESS((blk)->begin) && \ 601 if (blk_lpos->begin != lpos_begin) in data_make_reusable() 610 if (blk_lpos->begin != lpos_begin) in data_make_reusable() 1032 blk_lpos->begin = NO_LPOS; in data_alloc() 1046 blk_lpos->begin = FAILED_LPOS; in data_alloc() 1085 blk_lpos->begin = begin_lpos; in data_alloc() 1118 wrapped = (DATA_WRAPS(data_ring, blk_lpos->begin) != DATA_WRAPS(data_ring, blk_lpos->next)); in data_realloc() 1122 next_lpos = get_next_lpos(data_ring, blk_lpos->begin, size); in data_realloc() 1129 blk = to_block(data_ring, blk_lpos->begin); in data_realloc() 1142 blk = to_block(data_ring, blk_lpos->begin); in data_realloc() [all...] |
| /kernel/linux/linux-6.6/kernel/printk/ |
| H A D | printk_ringbuffer.c | 325 #define BLK_DATALESS(blk) (LPOS_DATALESS((blk)->begin) && \ 605 if (blk_lpos->begin != lpos_begin) in data_make_reusable() 614 if (blk_lpos->begin != lpos_begin) in data_make_reusable() 1034 blk_lpos->begin = NO_LPOS; in data_alloc() 1048 blk_lpos->begin = FAILED_LPOS; in data_alloc() 1087 blk_lpos->begin = begin_lpos; in data_alloc() 1120 wrapped = (DATA_WRAPS(data_ring, blk_lpos->begin) != DATA_WRAPS(data_ring, blk_lpos->next)); in data_realloc() 1124 next_lpos = get_next_lpos(data_ring, blk_lpos->begin, size); in data_realloc() 1131 blk = to_block(data_ring, blk_lpos->begin); in data_realloc() 1144 blk = to_block(data_ring, blk_lpos->begin); in data_realloc() [all...] |
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| H A D | stacktrace.h | 28 unsigned long *begin, *end, *next_sp; member 45 void *begin = info->begin; in on_stack() local 49 addr >= begin && addr < end && in on_stack() 50 addr + len > begin && addr + len <= end); in on_stack()
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| H A D | stacktrace.h | 28 unsigned long *begin, *end, *next_sp; member 55 void *begin = info->begin; in on_stack() local 59 addr >= begin && addr < end && in on_stack() 60 addr + len > begin && addr + len <= end); in on_stack()
|
| /kernel/linux/linux-5.10/arch/mips/ath25/ |
| H A D | board.c | 61 const void __iomem *begin = limit - 0x1000; in find_board_config() local 64 for (addr = begin; addr >= end; addr -= 0x1000) in find_board_config() 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local 81 begin = bcfg + 0x1000; in find_radio_config() 83 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 88 begin = bcfg + 0xf8; in find_radio_config() 90 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config()
|
| /kernel/linux/linux-6.6/arch/mips/ath25/ |
| H A D | board.c | 61 const void __iomem *begin = limit - 0x1000; in find_board_config() local 64 for (addr = begin; addr >= end; addr -= 0x1000) in find_board_config() 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local 81 begin = bcfg + 0x1000; in find_radio_config() 83 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 88 begin = bcfg + 0xf8; in find_radio_config() 90 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config()
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| H A D | alternative.c | 27 void (*patch_func)(struct alt_entry *begin, struct alt_entry *end, 152 static void __init_or_module _apply_alternatives(struct alt_entry *begin, in _apply_alternatives() argument 160 riscv_cpufeature_patch_func(begin, end, stage); in _apply_alternatives() 165 cpu_mfr_info.patch_func(begin, end, in _apply_alternatives() 177 struct alt_entry *begin, *end; in apply_vdso_alternatives() local 185 begin = (void *)hdr + alt->sh_offset, in apply_vdso_alternatives() 188 _apply_alternatives((struct alt_entry *)begin, in apply_vdso_alternatives()
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | ratelimit.c | 50 if (!rs->begin) in ___ratelimit() 51 rs->begin = jiffies; in ___ratelimit() 53 if (time_is_before_jiffies(rs->begin + interval)) { in ___ratelimit() 62 rs->begin = jiffies; in ___ratelimit()
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | ratelimit.c | 50 if (!rs->begin) in ___ratelimit() 51 rs->begin = jiffies; in ___ratelimit() 53 if (time_is_before_jiffies(rs->begin + interval)) { in ___ratelimit() 62 rs->begin = jiffies; in ___ratelimit()
|
| /kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
| H A D | ssh_msgb.h | 19 * @begin: Pointer to the beginning of the allocated buffer space. 25 u8 *begin; member 41 msgb->begin = ptr; in msgb_init() 52 return msgb->ptr - msgb->begin; in msgb_bytes_used() 120 u8 *const begin = msgb->ptr; in msgb_push_frame() local 129 msgb_push_crc(msgb, begin, msgb->ptr - begin); in msgb_push_frame()
|
| /kernel/linux/linux-6.6/arch/loongarch/kernel/ |
| H A D | process.c | 235 unsigned long begin = (unsigned long)this_cpu_read(irq_stack); in in_irq_stack() local 236 unsigned long end = begin + IRQ_STACK_START; in in_irq_stack() 238 if (stack < begin || stack >= end) in in_irq_stack() 245 info->begin = begin; in in_irq_stack() 256 unsigned long begin = (unsigned long)task_stack_page(task); in in_task_stack() local 257 unsigned long end = begin + THREAD_SIZE; in in_task_stack() 259 if (stack < begin || stack >= end) in in_task_stack() 262 info->begin = begin; in in_task_stack() [all...] |
| /kernel/linux/linux-6.6/arch/riscv/include/asm/ |
| H A D | alternative.h | 48 void andes_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, 51 void sifive_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, 54 void thead_errata_patch_func(struct alt_entry *begin, struct alt_entry *end, 58 void riscv_cpufeature_patch_func(struct alt_entry *begin, struct alt_entry *end,
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| H A D | sections.h | 99 * @begin: virtual address of the beginning of the memory region 105 * contained within the memory region defined by @begin and @end, false 108 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() argument 111 return virt >= begin && virt + size <= end; in memory_contains() 117 * @begin: virtual address of the beginning of the memory region 123 * intersects with the region specified by @begin and @end, false otherwise. 125 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects() argument 130 if (virt < end && vend > begin) in memory_intersects()
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| H A D | init.c | 880 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument 885 begin_aligned = PAGE_ALIGN(begin); in free_init_pages() 888 if (WARN_ON(begin_aligned != begin || end_aligned != end)) { in free_init_pages() 889 begin = begin_aligned; in free_init_pages() 893 if (begin >= end) in free_init_pages() 903 begin, end - 1); in free_init_pages() 908 kmemleak_free_part((void *)begin, end - begin); in free_init_pages() 909 set_memory_np(begin, (end - begin) >> PAGE_SHIF in free_init_pages() 929 free_kernel_image_pages(const char *what, void *begin, void *end) free_kernel_image_pages() argument [all...] |
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | init.c | 891 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument 896 begin_aligned = PAGE_ALIGN(begin); in free_init_pages() 899 if (WARN_ON(begin_aligned != begin || end_aligned != end)) { in free_init_pages() 900 begin = begin_aligned; in free_init_pages() 904 if (begin >= end) in free_init_pages() 914 begin, end - 1); in free_init_pages() 919 kmemleak_free_part((void *)begin, end - begin); in free_init_pages() 920 set_memory_np(begin, (end - begin) >> PAGE_SHIF in free_init_pages() 940 free_kernel_image_pages(const char *what, void *begin, void *end) free_kernel_image_pages() argument [all...] |
| /kernel/linux/linux-5.10/drivers/md/persistent-data/ |
| H A D | dm-space-map-common.c | 168 static int sm_find_free(void *addr, unsigned begin, unsigned end, in sm_find_free() argument 171 while (begin < end) { in sm_find_free() 172 if (!(begin & (ENTRIES_PER_WORD - 1)) && in sm_find_free() 173 dm_bitmap_word_used(addr, begin)) { in sm_find_free() 174 begin += ENTRIES_PER_WORD; in sm_find_free() 178 if (!sm_lookup_bitmap(addr, begin)) { in sm_find_free() 179 *result = begin; in sm_find_free() 183 begin++; in sm_find_free() 334 int sm_ll_find_free_block(struct ll_disk *ll, dm_block_t begin, in sm_ll_find_free_block() argument 339 dm_block_t i, index_begin = begin; in sm_ll_find_free_block() 390 sm_ll_find_common_free_block(struct ll_disk *old_ll, struct ll_disk *new_ll, dm_block_t begin, dm_block_t end, dm_block_t *b) sm_ll_find_common_free_block() argument [all...] |
| /kernel/linux/linux-6.6/include/asm-generic/ |
| H A D | sections.h | 82 * @begin: virtual address of the beginning of the memory region 88 * contained within the memory region defined by @begin and @end, false 91 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() argument 94 return virt >= begin && virt + size <= end; in memory_contains() 100 * @begin: virtual address of the beginning of the memory region 106 * intersects with the region specified by @begin and @end, false otherwise. 108 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects() argument 113 if (virt < end && vend > begin) in memory_intersects()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | dumpstack.c | 35 unsigned long *begin = task_stack_page(task); in in_task_stack() local 38 if (stack < begin || stack >= end) in in_task_stack() 42 info->begin = begin; in in_task_stack() 54 void *begin = ss; in in_entry_stack() local 57 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack() 61 info->begin = begin; in in_entry_stack()
|
| /kernel/linux/linux-5.10/fs/epfs/ |
| H A D | file.c | 57 if (range->range[0].begin >= range->range[0].end) { in check_range() 58 epfs_err("Invalid range: [%llu, %llu)", range->range[0].begin, in check_range() 64 if ((range->range[index].begin >= range->range[index].end) || in check_range() 65 (range->range[index].begin < range->range[index - 1].end)) { in check_range() 67 range->range[index - 1].begin, in check_range() 69 range->range[index].begin, in check_range() 78 range->range[index].begin, in check_range() 247 current_begin = range->range[current_range_index].begin; in epfs_read()
|
| /kernel/linux/linux-6.6/fs/epfs/ |
| H A D | file.c | 57 if (range->range[0].begin >= range->range[0].end) { in epfs_check_range() 58 epfs_err("Invalid range: [%llu, %llu)", range->range[0].begin, in epfs_check_range() 64 if ((range->range[index].begin >= range->range[index].end) || in epfs_check_range() 65 (range->range[index].begin < range->range[index - 1].end)) { in epfs_check_range() 67 range->range[index - 1].begin, in epfs_check_range() 69 range->range[index].begin, in epfs_check_range() 78 range->range[index].begin, in epfs_check_range() 247 current_begin = range->range[current_range_index].begin; in epfs_read()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | dumpstack.c | 35 unsigned long *begin = task_stack_page(task); in in_task_stack() local 38 if (stack < begin || stack >= end) in in_task_stack() 42 info->begin = begin; in in_task_stack() 54 void *begin = ss; in in_entry_stack() local 57 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack() 61 info->begin = begin; in in_entry_stack()
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| H A D | dmesg.py | 73 begin_off = off + (prb_data_blk_lpos_type.get_type()['begin'].bitpos // 8) 109 begin = utils.read_ulong(desc, begin_off) % text_data_sz 115 if begin & 1 == 1: 119 if begin > end: 120 begin = 0 123 text_start = begin + utils.get_long_type().sizeof
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gzip_vas.c | 291 char *begin = buf; in nxu_touch_pages() local 304 t = *begin; in nxu_touch_pages() 306 *begin = t; in nxu_touch_pages() 307 begin = begin + page_len; in nxu_touch_pages() 308 } while (begin < end); in nxu_touch_pages()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gzip_vas.c | 291 char *begin = buf; in nxu_touch_pages() local 304 t = *begin; in nxu_touch_pages() 306 *begin = t; in nxu_touch_pages() 307 begin = begin + page_len; in nxu_touch_pages() 308 } while (begin < end); in nxu_touch_pages()
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | acpi_lpit.c | 130 static void lpit_process(u64 begin, u64 end) in lpit_process() argument 132 while (begin + sizeof(struct acpi_lpit_native) <= end) { in lpit_process() 133 struct acpi_lpit_native *lpit_native = (struct acpi_lpit_native *)begin; in lpit_process() 144 begin += lpit_native->header.length; in lpit_process()
|