Searched refs:end (Results 201 - 225 of 3740) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/turbostat/
H A Ddefcolumns.py35 print(f'Running turbostat with {turbostat_argv=}... ', end = '', flush = True)
51 print(f'Running turbostat with {turbostat_argv=}... ', end = '', flush = True)
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c47 * 2. Core and CPU are moved to the end, we can't have strings that contain them
2554 * the timestamp from end of measurement interval are in "new"
2555 * over-write old w/ new so we can print end of interval values
4356 unsigned int start, end; local
4388 end = strtoul(next, &next, 10);
4389 if (end <= start)
4392 while (++start <= end) {
4874 * 'stdin' is a pipe closed on the other end. There
5434 goto end;
5457 goto end;
[all...]
/linux-master/kernel/power/
H A Dsuspend.c312 if (state == PM_SUSPEND_TO_IDLE && s2idle_ops && s2idle_ops->end)
313 s2idle_ops->end();
314 else if (suspend_ops && suspend_ops->end)
315 suspend_ops->end();
/linux-master/kernel/
H A Dkprobes.c2476 int kprobe_add_area_blacklist(unsigned long start, unsigned long end) argument
2481 for (entry = start; entry < end; entry += ret) {
2492 static void kprobe_remove_area_blacklist(unsigned long start, unsigned long end) argument
2497 if (ent->start_addr < start || ent->start_addr >= end)
2545 unsigned long *end)
2551 for (iter = start; iter < end; iter++) {
2575 unsigned long start, end; local
2585 end = start + mod->kprobes_text_size;
2586 kprobe_add_area_blacklist(start, end);
2591 end
2544 populate_kprobe_blacklist(unsigned long *start, unsigned long *end) argument
2598 unsigned long start, end; local
2678 void *end = (void *)(&__init_end); local
[all...]
/linux-master/fs/proc/
H A Dbootconfig.c23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0)
29 char *key, *end = dst + size; local
42 ret = snprintf(dst, rest(dst, end), "%s = ", key);
53 ret = snprintf(dst, rest(dst, end), "%c%s%c%s",
60 ret = snprintf(dst, rest(dst, end), "\"\"\n");
67 ret = snprintf(dst, rest(dst, end), "# Parameters from bootloader:\n# %s\n",
75 return ret < 0 ? ret : dst - (end - size);
/linux-master/fs/bcachefs/
H A Dtests.c388 u64 start, u64 end)
394 k.k_i.k.p.offset = end;
396 k.k_i.k.size = end - start;
387 insert_test_extent(struct bch_fs *c, u64 start, u64 end) argument
H A Dbtree_update_interior.h35 * The end result is that we have one or more new nodes being written -
234 static inline ssize_t __bch2_btree_u64s_remaining(struct btree *b, void *end) argument
236 ssize_t used = bset_byte_offset(b, end) / sizeof(u64) +
H A Dbtree_journal_iter.c243 /* And now the gap is at the end: */
610 struct bpos start, struct bpos end)
622 bpos_le(i->k->k.p, end)))
608 bch2_shoot_down_journal_keys(struct bch_fs *c, enum btree_id btree, unsigned level_min, unsigned level_max, struct bpos start, struct bpos end) argument
H A Dacl.c22 const void *p, *end = value + size; local
30 while (p < end) {
55 if (p != end)
94 const void *p, *end = value + size; local
109 while (p < end) {
112 if (p + sizeof(bch_acl_entry_short) > end)
133 if (p > end)
151 while (p < end) {
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1542 goto end;
1565 goto end;
1626 end:
5065 dev_warn(dev, "end of suspending controller\n");
5114 dev_warn(dev, "end of resuming controller\n");
/linux-master/drivers/net/
H A Dvirtio_net.c440 struct page *end; local
442 /* Find end of list, sew whole thing into vi->rq.pages. */
443 for (end = page; end->private; end = (struct page *)end->private);
444 end->private = (unsigned long)rq->pages;
2788 /* multicast list and count fill the end */
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c283 * an existing transaction might end after SW_SYNC operation. To
2005 int link, int *start, int *end)
2012 *end = *start + hw->cap.nix_txsch_per_lbk_lmac;
2015 *end = *start + hw->cap.nix_txsch_per_cgx_lmac;
2019 *end = *start + hw->cap.nix_txsch_per_sdp_lmac;
2030 int link, start, end; local
2049 nix_get_txschq_range(rvu, pcifunc, link, &start, &end);
2051 if (end <= txsch->schq.max && schq < end &&
2074 int lvl, int start, int end)
2004 nix_get_txschq_range(struct rvu *rvu, u16 pcifunc, int link, int *start, int *end) argument
2072 nix_txsch_alloc(struct rvu *rvu, struct nix_txsch *txsch, struct nix_txsch_alloc_rsp *rsp, int lvl, int start, int end) argument
2163 int lvl, idx, start, end; local
[all...]
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c865 prefetch(&skb->end);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c890 int end; local
909 end = vdec_vp9_slice_tile_offset(i + 1, mi_rows, rows_log2);
910 offset = end - start;
918 end = vdec_vp9_slice_tile_offset(i + 1, mi_cols, cols_log2);
919 offset = end - start;
1007 /* used to store trans end */
1081 unsigned char *end; local
1110 end = va + bs->size;
1118 size = (unsigned int)(end - pos);
1120 if (end
[all...]
/linux-master/drivers/hv/
H A Dvmbus_drv.c1964 resource_size_t end = 0; local
1979 end = res->data.address32.address.maximum;
1984 end = res->data.address64.address.maximum;
2013 if (end < 0x100000)
2021 if (end > VTPM_BASE_ADDRESS && start < VTPM_BASE_ADDRESS)
2022 end = VTPM_BASE_ADDRESS;
2027 new_res->end = end;
2038 if (((*old_res)->end + 1) == new_res->start) {
2039 (*old_res)->end
2158 resource_size_t range_min, range_max, start, end; local
[all...]
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c73 * Calculate the desired start/end and look for the highest bit which
596 u64 *start, u64 *end)
598 /* Executable buffers can't start or end on a 4GB boundary */
605 if ((*end & PFN_4G_MASK) == 0)
606 (*end)--;
612 *end = min(*end, ALIGN(*start, PFN_4G) - 1);
594 panfrost_drm_mm_color_adjust(const struct drm_mm_node *node, unsigned long color, u64 *start, u64 *end) argument
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_display.c287 goto end;
294 goto end;
300 goto end;
304 end:
377 goto end;
404 goto end;
409 end:
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c424 * PARENT_SCRATCH_SIZE - 1 work queue end
918 * We expect the front end (execbuf IOCTL) to set this flag on the last
3495 * end of suspend.. OR.. this worker can be picked up later on the next
4125 * parent / children breadcrumbs ensures the i915 holds up its end of the deal
4380 * This is called at the end of reset so presumably another reset
4601 u32 *end = policy->h2g.data + policy->num_words; local
4602 size_t delta = end - start;
5670 * requests need to be skipped. The front end (execuf IOCTL) should've called
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1343 uint64_t start, end; local
1361 end = wifi_bands[i].end;
1364 if (!start && !end) {
1366 if (wifi_bands[j].start && wifi_bands[j].end)
1374 end = wifi_bands[i].end = wifi_bands[j].end;
1376 wifi_bands[j].end = 0;
1382 if ((wifi_bands[j].start == start) && (wifi_bands[j].end
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5419 goto end;
5429 end:
5783 dev_info(adev->dev, "GPU reset end with ret = %d\n", r);
/linux-master/drivers/cxl/core/
H A Dregs.c190 resource_size_t end = addr + length - 1; local
192 dev_err(dev, "Failed to request region %pa-%pa\n", &addr, &end);
H A Dcdat.c54 const unsigned long end)
65 if (len != size || (unsigned long)hdr + len > end) {
79 dent->dpa_range.end = le64_to_cpu((__force __le64)dsmas->dpa_base_address) +
126 const unsigned long end)
139 if (len != size || (unsigned long)hdr + len > end) {
264 .end = cxlds->pmem_res.end,
268 .end = cxlds->ram_res.end,
360 /* Check that the QTG IDs are all sane between end devic
53 cdat_dsmas_handler(union acpi_subtable_headers *header, void *arg, const unsigned long end) argument
125 cdat_dslbis_handler(union acpi_subtable_headers *header, void *arg, const unsigned long end) argument
420 cdat_sslbis_handler(union acpi_subtable_headers *header, void *arg, const unsigned long end) argument
[all...]
/linux-master/drivers/cxl/
H A Dacpi.c83 const unsigned long end)
360 res->end = cfmws->base_hpa + cfmws->window_size - 1;
382 .end = res->end,
429 const unsigned long end)
473 const unsigned long end)
737 * RAM" span, and "CXL Window 1" is truncated to the remaining tail past the end
750 new->end = res->end;
771 next->start = new->end
82 cxl_parse_cxims(union acpi_subtable_headers *header, void *arg, const unsigned long end) argument
428 cxl_parse_cfmws(union acpi_subtable_headers *header, void *arg, const unsigned long end) argument
472 cxl_get_chbs_iter(union acpi_subtable_headers *header, void *arg, const unsigned long end) argument
[all...]
/linux-master/drivers/acpi/
H A Dscan.c1559 if (rentry->res->start >= rentry->res->end) {
2743 const unsigned long end)
2746 if (!ape->probe_subtbl(header, end))
2742 acpi_match_madt(union acpi_subtable_headers *header, const unsigned long end) argument
/linux-master/drivers/accel/ivpu/
H A Divpu_hw.h40 resource_size_t end; member in struct:ivpu_addr_range
192 range->end = start + size;
197 return range->end - range->start;

Completed in 527 milliseconds

1234567891011>>