/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 277 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() argument 280 if (time_after(jiffies, start + (*seconds_waited+5)*HZ)) { in wait_loop() 311 unsigned long start = jiffies; in wait_for_devices() local 319 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices() 324 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | read.c | 169 unsigned long start = req->wb_pgbase; in nfs_read_completion() local 179 zero_user_segment(page, start, end); in nfs_read_completion() 184 start += hdr->good_bytes - bytes; in nfs_read_completion() 185 WARN_ON(start < req->wb_pgbase); in nfs_read_completion() 186 zero_user_segment(page, start, end); in nfs_read_completion()
|
/kernel/linux/linux-5.10/fs/befs/ |
H A D | datastream.c | 42 * @pos: start of data 246 * run as stored on disk, we offset the start and length members 247 * of the block run, so that blockno is the start and len is 266 run->start = array[i].start + offset; in befs_find_brun_direct() 346 run->start = in befs_find_brun_indirect() 347 fs16_to_cpu(sb, array[j].start) + offset; in befs_find_brun_indirect() 517 run->start += offset; in befs_find_brun_dblindirect()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | iTCO_wdt.c | 73 #define TCOBASE(p) ((p)->tco_res->start) 75 #define SMI_EN(p) ((p)->smi_res->start) 457 .start = iTCO_wdt_start, 495 if (!devm_request_region(dev, p->smi_res->start, in iTCO_wdt_probe() 541 if (!devm_request_region(dev, p->tco_res->start, in iTCO_wdt_probe()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | lzo.c | 115 u64 start, struct page **pages, unsigned long *out_pages, in lzo_compress_pages() 142 in_page = find_get_page(mapping, start >> PAGE_SHIFT); in lzo_compress_pages() 249 start += PAGE_SIZE; in lzo_compress_pages() 250 in_page = find_get_page(mapping, start >> PAGE_SHIFT); in lzo_compress_pages() 305 u64 disk_start = cb->start; in lzo_decompress_bio() 114 lzo_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) lzo_compress_pages() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | fgraph.c | 374 int start = 0, end = FTRACE_RETSTACK_ALLOC_SIZE; in alloc_retstack_tasklist() local 383 start = 0; in alloc_retstack_tasklist() 392 if (start == end) { in alloc_retstack_tasklist() 403 t->ret_stack = ret_stack_list[start++]; in alloc_retstack_tasklist() 410 for (i = start; i < end; i++) in alloc_retstack_tasklist()
|
/kernel/linux/linux-5.10/drivers/media/spi/ |
H A D | cxd2880-spi.c | 270 ktime_t start; in cxd2880_ts_read() local 286 start = ktime_get(); in cxd2880_ts_read() 304 start = ktime_get(); in cxd2880_ts_read() 306 (ktime_to_ms(ktime_sub(ktime_get(), start)) >= 500)) { in cxd2880_ts_read() 313 start = ktime_get(); in cxd2880_ts_read() 416 pr_debug("start feed (count %d)\n", dvb_spi->feed_count); in cxd2880_start_feed()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 79 u64 start, end; in rockchip_drm_init_iommu() local 89 start = geometry->aperture_start; in rockchip_drm_init_iommu() 93 start, end); in rockchip_drm_init_iommu() 94 drm_mm_init(&private->mm, start, end - start + 1); in rockchip_drm_init_iommu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
H A D | st7586.c | 119 int start, end, idx, ret = 0; in st7586_fb_dirty() local 135 start = rect->x1 / 3; in st7586_fb_dirty() 139 (start >> 8) & 0xFF, start & 0xFF, in st7586_fb_dirty() 147 (end - start) * (rect->y2 - rect->y1)); in st7586_fb_dirty()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memblock.h | 100 phys_addr_t memblock_find_in_range(phys_addr_t start, phys_addr_t end, 152 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 169 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 189 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 205 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 216 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 226 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 260 * @p_start: ptr to ulong for start pfn of the range, can be %NULL 279 * @p_start: ptr to phys_addr_t for start address of the range, can be %NULL 284 * assumption is that the zone start, en 602 early_memtest(phys_addr_t start, phys_addr_t end) early_memtest() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | comedi_8254.c | 366 unsigned int start; in comedi_8254_cascade_ns_to_timer() local 383 start = div / d2; in comedi_8254_cascade_ns_to_timer() 384 if (start < 2) in comedi_8254_cascade_ns_to_timer() 385 start = 2; in comedi_8254_cascade_ns_to_timer() 386 for (d1 = start; d1 <= div / d1 + 1 && d1 <= I8254_MAX_COUNT; d1++) { in comedi_8254_cascade_ns_to_timer()
|
/kernel/linux/linux-6.6/drivers/media/spi/ |
H A D | cxd2880-spi.c | 270 ktime_t start; in cxd2880_ts_read() local 286 start = ktime_get(); in cxd2880_ts_read() 304 start = ktime_get(); in cxd2880_ts_read() 306 (ktime_to_ms(ktime_sub(ktime_get(), start)) >= 500)) { in cxd2880_ts_read() 313 start = ktime_get(); in cxd2880_ts_read() 416 pr_debug("start feed (count %d)\n", dvb_spi->feed_count); in cxd2880_start_feed()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.c | 223 time64_t start, s16 start_utc, u16 total_segs, in bnxt_fill_coredump_record() 230 time64_to_tm(start, 0, &tm); in bnxt_fill_coredump_record() 316 unsigned long start, end; in __bnxt_get_coredump() local 324 start = jiffies; in __bnxt_get_coredump() 347 duration = jiffies_to_msecs(end - start); in __bnxt_get_coredump() 222 bnxt_fill_coredump_record(struct bnxt *bp, struct bnxt_coredump_record *record, time64_t start, s16 start_utc, u16 total_segs, int status) bnxt_fill_coredump_record() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/ |
H A D | mcf8390.c | 187 * the start of a page, so we optimize accordingly. 420 if (!request_mem_region(mem->start, msize, pdev->name)) in mcf8390_probe() 425 release_mem_region(mem->start, msize); in mcf8390_probe() 433 dev->base_addr = mem->start; in mcf8390_probe() 437 release_mem_region(mem->start, msize); in mcf8390_probe() 451 release_mem_region(mem->start, resource_size(mem)); in mcf8390_remove()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | synth.c | 329 int synth_request_region(unsigned long start, unsigned long n) in synth_request_region() argument 335 synth_res.start = start; in synth_request_region() 336 synth_res.end = start + n - 1; in synth_request_region() 342 int synth_release_region(unsigned long start, unsigned long n) in synth_release_region() argument
|
/kernel/linux/linux-6.6/drivers/amba/ |
H A D | bus.c | 122 (unsigned long long)dev->res.start, (unsigned long long)dev->res.end, 166 tmp = ioremap(dev->res.start, size); in amba_read_periphid() 182 /* set the base to the start of the last 4k block */ in amba_read_periphid() 607 dev->res.start = base; in amba_device_alloc() 676 if (!request_mem_region(dev->res.start, size, name)) in amba_request_regions() 694 release_mem_region(dev->res.start, size); in amba_release_regions()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | read.c | 150 unsigned long start = req->wb_pgbase; in nfs_read_completion() local 160 folio_zero_segment(folio, start, end); in nfs_read_completion() 165 start += hdr->good_bytes - bytes; in nfs_read_completion() 166 WARN_ON(start < req->wb_pgbase); in nfs_read_completion() 167 folio_zero_segment(folio, start, end); in nfs_read_completion()
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | datastream.c | 42 * @pos: start of data 246 * run as stored on disk, we offset the start and length members 247 * of the block run, so that blockno is the start and len is 266 run->start = array[i].start + offset; in befs_find_brun_direct() 346 run->start = in befs_find_brun_indirect() 347 fs16_to_cpu(sb, array[j].start) + offset; in befs_find_brun_indirect() 517 run->start += offset; in befs_find_brun_dblindirect()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zlib.c | 95 u64 start, struct page **pages, unsigned long *out_pages, in zlib_compress_pages() 156 start >> PAGE_SHIFT); in zlib_compress_pages() 160 start += PAGE_SIZE; in zlib_compress_pages() 169 start >> PAGE_SHIFT); in zlib_compress_pages() 171 start += PAGE_SIZE; in zlib_compress_pages() 94 zlib_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) zlib_compress_pages() argument
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | iTCO_wdt.c | 71 #define TCOBASE(p) ((p)->tco_res->start) 73 #define SMI_EN(p) ((p)->smi_res->start) 453 .start = iTCO_wdt_start, 491 if (!devm_request_region(dev, p->smi_res->start, in iTCO_wdt_probe() 534 if (!devm_request_region(dev, p->tco_res->start, in iTCO_wdt_probe()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 269 static bool wait_loop(unsigned long start, unsigned int max_delay, in wait_loop() argument 272 if (time_after(jiffies, start + (*seconds_waited+5)*HZ)) { in wait_loop() 303 unsigned long start = jiffies; in wait_for_devices() local 311 if (wait_loop(start, 30, &seconds_waited)) in wait_for_devices() 316 if (wait_loop(start, 270, &seconds_waited)) in wait_for_devices()
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | map.h | 343 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned char *buf, int start, int len) in map_word_load_partial() argument 350 memcpy(dest+start, buf, len); in map_word_load_partial() 352 for (i = start; i < start+len; i++) { in map_word_load_partial() 361 orig.x[0] |= (unsigned long)buf[i-start] << bitpos; in map_word_load_partial()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | hisi_lpc.c | 50 #define LPC_REG_OP_LEN 0x10 /* LPC cycles count per start */ 350 sys_port = logic_pio_trans_hwaddr(acpi_fwnode_handle(host), res->start, len); in hisi_lpc_acpi_xlat_io_res() 354 res->start = sys_port; in hisi_lpc_acpi_xlat_io_res() 371 if (r->start == 0xe4) in hisi_lpc_acpi_fixup_child_resource() 373 else if (r->start == 0x2f8) in hisi_lpc_acpi_fixup_child_resource() 530 .iobase = res->start, in hisi_lpc_acpi_add_child()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-ich.c | 54 #define ICHX_WRITE(val, reg, base_res) outl(val, (reg) + (base_res)->start) 55 #define ICHX_READ(reg, base_res) inl((reg) + (base_res)->start) 371 if (!res_base || !res_base->start || !res_base->end) in ichx_gpio_request_regions() 378 res_base->start + ichx_priv.desc->regs[0][i], in ichx_gpio_request_regions() 450 if (!devm_request_region(dev, res_pm->start, resource_size(res_pm), in ichx_gpio_probe()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_skcipher.c | 85 unsigned int start = skreq->cryptlen - ivsize; in nitrox_cbc_cipher_callback() local 93 scatterwalk_map_and_copy(skreq->iv, skreq->dst, start, ivsize, in nitrox_cbc_cipher_callback() 97 scatterwalk_map_and_copy(skreq->iv, skreq->src, start, in nitrox_cbc_cipher_callback() 297 unsigned int start = skreq->cryptlen - ivsize; in nitrox_cbc_decrypt() local 306 scatterwalk_map_and_copy(nkreq->iv_out, skreq->src, start, ivsize, 0); in nitrox_cbc_decrypt()
|