/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_nvme.c | 580 * the second one is just the start address + cmd size. in __lpfc_nvme_ls_req() 1540 uint64_t start = 0; in lpfc_nvme_fcp_io_submit() local 1588 start = ktime_get_ns(); in lpfc_nvme_fcp_io_submit() 1643 /* Get start time for IO latency */ in lpfc_nvme_fcp_io_submit() 1644 start = ktime_get_ns(); in lpfc_nvme_fcp_io_submit() 1684 if (start) { in lpfc_nvme_fcp_io_submit() 1685 lpfc_ncmd->ts_cmd_start = start; in lpfc_nvme_fcp_io_submit() 1691 lpfc_ncmd->rx_cmd_start = start; in lpfc_nvme_fcp_io_submit()
|
/kernel/linux/linux-6.6/mm/damon/ |
H A D | sysfs-schemes.c | 46 return sysfs_emit(buf, "%lu\n", region->ar.start); in start_show() 86 __ATTR_RO_MODE(start, 0400); 389 return sysfs_emit(buf, "%lu\n", filter->addr_range.start); in addr_start_show() 397 int err = kstrtoul(buf, 0, &filter->addr_range.start); in addr_start_store() 1565 sysfs_filter->addr_range.start) { in damon_sysfs_set_scheme_filters() 1753 sysfs_regions->total_bytes += r->ar.end - r->ar.start; in damon_sysfs_before_damos_apply()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmstat.c | 1671 .start = frag_start, 1678 .start = frag_start, 1800 .start = frag_start, /* iterate over all zones. The same as in 1891 .start = vmstat_start, 2238 .start = frag_start, 2280 .start = frag_start,
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 2170 ">>> TLOCK fid %d type %i flags %d start %lld length %lld proc_id %d client_id %s\n", in p9_client_lock_dotl() 2171 fid->fid, flock->type, flock->flags, flock->start, in p9_client_lock_dotl() 2175 flock->flags, flock->start, flock->length, in p9_client_lock_dotl() 2201 ">>> TGETLOCK fid %d, type %i start %lld length %lld proc_id %d client_id %s\n", in p9_client_getlock_dotl() 2202 fid->fid, glock->type, glock->start, glock->length, in p9_client_getlock_dotl() 2206 glock->type, glock->start, glock->length, in p9_client_getlock_dotl() 2213 &glock->start, &glock->length, &glock->proc_id, in p9_client_getlock_dotl() 2220 "<<< RGETLOCK type %i start %lld length %lld proc_id %d client_id %s\n", in p9_client_getlock_dotl() 2221 glock->type, glock->start, glock->length, in p9_client_getlock_dotl()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_osnoise.c | 1418 u64 start, sample, last_sample; in run_osnoise() local 1476 start = time_get(); in run_osnoise() 1502 total = time_sub(sample, start); in run_osnoise() 1761 * start of the sofitrq will be zeroed, accounting then only the time in timerlat_irq() 2018 pr_err(BANNER "could not start sampling thread\n"); in start_kthread() 2188 .start = s_options_start, 2238 * trace_types_lock is taken to avoid concurrency on start/stop. in osnoise_options_write() 2354 * trace_types_lock is taken to avoid concurrency on start/stop. in osnoise_cpus_write() 2876 * osnoise_workload_start - start the workload and hook to events 2884 * start in osnoise_workload_start() [all...] |
H A D | trace_events.c | 1631 /* ->stop() is called even if ->start() fails */ in f_start() 1648 .start = f_start, 2056 .start = t_start, 2063 .start = s_start, 2070 .start = p_start, 2077 .start = np_start, 3116 #define for_each_event(event, start, end) \ 3117 for (event = start; \ 3125 struct trace_event_call **call, **start, **end; in trace_module_add_events() local 3137 start in trace_module_add_events() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ieee80211_i.h | 2283 * @start: pointer to the elements 2300 const u8 *start; member 2314 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action, in ieee802_11_parse_elems_crc() argument 2319 .start = start, in ieee802_11_parse_elems_crc() 2332 ieee802_11_parse_elems(const u8 *start, size_t len, bool action, in ieee802_11_parse_elems() argument 2335 return ieee802_11_parse_elems_crc(start, len, action, 0, 0, bss); in ieee802_11_parse_elems()
|
H A D | iface.c | 1416 * doesn't start up with sane defaults. in ieee80211_do_open() 1934 u64 mask, start, addr, val, inc; in ieee80211_assign_perm_addr() local 2022 start = ((u64)m[0] << 5*8) | ((u64)m[1] << 4*8) | in ieee80211_assign_perm_addr() 2027 val = (start & mask); in ieee80211_assign_perm_addr() 2028 addr = (start & ~mask) | (val & mask); in ieee80211_assign_perm_addr() 2052 addr = (start & ~mask) | (val & mask); in ieee80211_assign_perm_addr() 2053 } while (addr != start); in ieee80211_assign_perm_addr()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 696 /* Make sure we start copying the packet from the MAC header */ in net_dm_packet_report() 1374 /* To maintain backward compatibility, we start / stop monitoring of in net_dm_cmd_trace() 1446 unsigned int start; in net_dm_stats_read() local 1450 start = u64_stats_fetch_begin(&cpu_stats->syncp); in net_dm_stats_read() 1452 } while (u64_stats_fetch_retry(&cpu_stats->syncp, start)); in net_dm_stats_read() 1490 unsigned int start; in net_dm_hw_stats_read() local 1494 start = u64_stats_fetch_begin(&cpu_stats->syncp); in net_dm_hw_stats_read() 1496 } while (u64_stats_fetch_retry(&cpu_stats->syncp, start)); in net_dm_hw_stats_read()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 301 u16 start = 0x08, end = 0x18; in b43_set_all_gains() local 306 start = 0x10; in b43_set_all_gains() 316 for (i = start; i < end; i++) in b43_set_all_gains() 333 u16 start = 0x0008, end = 0x0018; in b43_set_original_gains() local 336 start = 0x0010; in b43_set_original_gains() 351 for (i = start; i < end; i++) in b43_set_original_gains() 352 b43_ofdmtab_write16(dev, table, i, i - start); in b43_set_original_gains() 2289 unsigned int i, j, start, end; in b43_gphy_aci_scan() local 2300 start = (channel > 5) ? channel - 5 : 1; in b43_gphy_aci_scan() 2303 for (i = start; in b43_gphy_aci_scan() [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | virtio_net.c | 1721 * maintaining the TX queue stop/start state properly, and causes in start_xmit() 1845 unsigned int start; in virtnet_stats() local 1854 start = u64_stats_fetch_begin_irq(&sq->stats.syncp); in virtnet_stats() 1857 } while (u64_stats_fetch_retry_irq(&sq->stats.syncp, start)); in virtnet_stats() 1860 start = u64_stats_fetch_begin_irq(&rq->stats.syncp); in virtnet_stats() 1864 } while (u64_stats_fetch_retry_irq(&rq->stats.syncp, start)); in virtnet_stats() 2252 unsigned int idx = 0, start, i, j; in virtnet_get_ethtool_stats() local 2261 start = u64_stats_fetch_begin_irq(&rq->stats.syncp); in virtnet_get_ethtool_stats() 2266 } while (u64_stats_fetch_retry_irq(&rq->stats.syncp, start)); in virtnet_get_ethtool_stats() 2275 start in virtnet_get_ethtool_stats() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v2_hw.c | 775 int start, end; in slot_index_alloc_quirk_v2_hw() local 783 start = 1; in slot_index_alloc_quirk_v2_hw() 795 start = 64 * (sata_idx + 1); in slot_index_alloc_quirk_v2_hw() 801 start = find_next_zero_bit(bitmap, in slot_index_alloc_quirk_v2_hw() 802 hisi_hba->slot_index_count, start); in slot_index_alloc_quirk_v2_hw() 803 if (start >= end) { in slot_index_alloc_quirk_v2_hw() 810 if (sata_dev ^ (start & 1)) in slot_index_alloc_quirk_v2_hw() 812 start++; in slot_index_alloc_quirk_v2_hw() 815 set_bit(start, bitmap); in slot_index_alloc_quirk_v2_hw() 817 return start; in slot_index_alloc_quirk_v2_hw() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | myrb.c | 1955 int rc, start; in rebuild_store() local 1958 rc = kstrtoint(buf, 0, &start); in rebuild_store() 1966 if (start) { in rebuild_store() 2014 start ? "Initiated" : "Cancelled"); in rebuild_store() 2017 if (!start) { in rebuild_store() 2062 int rc, start; in consistency_check_store() local 2065 rc = kstrtoint(buf, 0, &start); in consistency_check_store() 2073 if (start) { in consistency_check_store() 2121 start ? "Initiated" : "Cancelled"); in consistency_check_store() 2124 if (!start) { in consistency_check_store() [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 241 const char *start = btf->strs_data; in btf_parse_str_sec() local 242 const char *end = start + btf->hdr->str_len; in btf_parse_str_sec() 245 start[0] || end[-1]) { in btf_parse_str_sec() 962 /* rewind to the start */ in btf__parse_raw() 1255 * let's start with a sane default - 4KiB here - and resize it only if in btf__get_from_id() 1754 /* start out with vlen=0 and no kflag; this will be adjusted when in btf_add_composite() 1810 * - *bit_offset* - bit offset of the start of the field within struct/union; 1907 /* start out with vlen=0; it will be adjusted when adding enum values */ in btf__add_enum() 2119 /* start out with vlen=0; this will be adjusted when adding enum in btf__add_func_proto() 2275 /* start wit in btf__add_datasec() 3187 char *start = d->btf->strs_data; btf_dedup_strings() local [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 2286 * which represent vma start and end addresses. 2289 unsigned long *start, unsigned long *end) in dname_to_vma_addr() 2320 *start = sval; in dname_to_vma_addr() 2419 unsigned long start; member 2590 p->start = vma->vm_start; in proc_map_files_readdir() 2602 len = snprintf(buf, sizeof(buf), "%lx-%lx", p->start, p->end); in proc_map_files_readdir() 2698 .start = timers_start, 3960 * In the case of a short read we start with find_task_by_pid. 3962 * In the case of a seek we start with the leader and walk nr 3979 /* Attempt to start wit in first_tid() 2288 dname_to_vma_addr(struct dentry *dentry, unsigned long *start, unsigned long *end) dname_to_vma_addr() argument 4014 next_tid(struct task_struct *start) next_tid() argument [all...] |
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 1092 res->start = flush->hint_address[i]; in __nfit_mem_init() 1093 res->end = res->start + 8 - 1; in __nfit_mem_init() 2448 * start of nfit_spa that we are in the continuation in ars_complete() 2479 * First record starts at 44 byte offset from the start of the in ars_status_process_records() 2487 * after a start-ARS event. in ars_status_process_records() 2526 is_pmem = region_intersects(nd_res->start, resource_size(nd_res), in acpi_nfit_insert_resource() 2536 res->start = nd_res->start; in acpi_nfit_insert_resource() 2573 mapping->start = memdev->address; in acpi_nfit_init_mapping() 2618 res.start in acpi_nfit_register_region() [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 2279 * which represent vma start and end addresses. 2282 unsigned long *start, unsigned long *end) in dname_to_vma_addr() 2313 *start = sval; in dname_to_vma_addr() 2412 unsigned long start; member 2586 p->start = vma->vm_start; in proc_map_files_readdir() 2598 len = snprintf(buf, sizeof(buf), "%lx-%lx", p->start, p->end); in proc_map_files_readdir() 2694 .start = timers_start, 3993 * In the case of a short read we start with find_task_by_pid. 3995 * In the case of a seek we start with the leader and walk nr 4012 /* Attempt to start wit in first_tid() 2281 dname_to_vma_addr(struct dentry *dentry, unsigned long *start, unsigned long *end) dname_to_vma_addr() argument 4046 next_tid(struct task_struct *start) next_tid() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | myrb.c | 1927 int rc, start; in rebuild_store() local 1930 rc = kstrtoint(buf, 0, &start); in rebuild_store() 1938 if (start) { in rebuild_store() 1986 start ? "Initiated" : "Cancelled"); in rebuild_store() 1989 if (!start) { in rebuild_store() 2034 int rc, start; in consistency_check_store() local 2037 rc = kstrtoint(buf, 0, &start); in consistency_check_store() 2045 if (start) { in consistency_check_store() 2093 start ? "Initiated" : "Cancelled"); in consistency_check_store() 2096 if (!start) { in consistency_check_store() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 134 #define CMD_RUN (1<<0) /* start/stop HC */ 351 unsigned short start; /* where polling starts */ member 352 #define NO_FRAME ((unsigned short)~0) /* pick new start */ 435 int next_uframe; /* scan periodic, start here */ 443 * start of a bus suspend 1813 qh->start = NO_FRAME; in qh_make() 1921 /* (re)start the async schedule? */ in qh_link_async() 1942 /* splice right after start */ in qh_link_async() 2357 "link qh%d-%04x/%p start %d [%d/%d us]\n", in qh_link_periodic() 2359 qh, qh->start, q in qh_link_periodic() [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 138 /* Offset of data area from start of mb */ 557 /* start value of dbi + 1 must not be a valid dbi */ in tcmu_get_empty_blocks() 610 /* dbi is not next to previous dbi, so start new iov */ in new_block_to_iov() 625 /* start value of dbi + 1 must not be a valid dbi */ in tcmu_setup_iovs() 661 void *start = vaddr - offset; in tcmu_flush_dcache_range() local 666 flush_dcache_page(vmalloc_to_page(start)); in tcmu_flush_dcache_range() 667 start += PAGE_SIZE; in tcmu_flush_dcache_range() 707 /* start value of dbi + 1 must not be a valid dbi */ in tcmu_copy_data() 1119 /* All offsets relative to mb_addr, not start of entry! */ in queue_cmd_ring() 1772 * We were not able to even start th in run_qfull_queue() 3191 u32 start, end, block, total_blocks_freed = 0; find_free_blocks() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 301 u16 start = 0x08, end = 0x18; in b43_set_all_gains() local 306 start = 0x10; in b43_set_all_gains() 316 for (i = start; i < end; i++) in b43_set_all_gains() 333 u16 start = 0x0008, end = 0x0018; in b43_set_original_gains() local 336 start = 0x0010; in b43_set_original_gains() 351 for (i = start; i < end; i++) in b43_set_original_gains() 352 b43_ofdmtab_write16(dev, table, i, i - start); in b43_set_original_gains() 2289 unsigned int i, j, start, end; in b43_gphy_aci_scan() local 2300 start = (channel > 5) ? channel - 5 : 1; in b43_gphy_aci_scan() 2303 for (i = start; in b43_gphy_aci_scan() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 116 u32 start, end, i; in setup_mmio_info() local 124 start = offset; in setup_mmio_info() 127 for (i = start; i < end; i += 4) { in setup_mmio_info() 878 static unsigned int calc_index(unsigned int offset, unsigned int start, in calc_index() argument 881 unsigned int range = next - start; in calc_index() 885 if (offset < start || offset > end) in calc_index() 887 offset -= start; in calc_index() 2842 u32 start, end, i; in handle_mmio() local 2847 start = offset; in handle_mmio() 2850 for (i = start; in handle_mmio() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v2_hw.c | 775 int start, end; in slot_index_alloc_quirk_v2_hw() local 783 start = 1; in slot_index_alloc_quirk_v2_hw() 795 start = 64 * (sata_idx + 1); in slot_index_alloc_quirk_v2_hw() 801 start = find_next_zero_bit(bitmap, in slot_index_alloc_quirk_v2_hw() 802 hisi_hba->slot_index_count, start); in slot_index_alloc_quirk_v2_hw() 803 if (start >= end) { in slot_index_alloc_quirk_v2_hw() 810 if (sata_dev ^ (start & 1)) in slot_index_alloc_quirk_v2_hw() 812 start++; in slot_index_alloc_quirk_v2_hw() 815 set_bit(start, bitmap); in slot_index_alloc_quirk_v2_hw() 817 return start; in slot_index_alloc_quirk_v2_hw() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 1892 int link, int *start, int *end) in nix_get_txschq_range() 1898 *start = hw->cap.nix_txsch_per_cgx_lmac * link; in nix_get_txschq_range() 1899 *end = *start + hw->cap.nix_txsch_per_lbk_lmac; in nix_get_txschq_range() 1901 *start = hw->cap.nix_txsch_per_cgx_lmac * link; in nix_get_txschq_range() 1902 *end = *start + hw->cap.nix_txsch_per_cgx_lmac; in nix_get_txschq_range() 1904 *start = (hw->cap.nix_txsch_per_cgx_lmac * hw->cgx_links) + in nix_get_txschq_range() 1906 *end = *start + hw->cap.nix_txsch_per_sdp_lmac; in nix_get_txschq_range() 1917 int link, start, end; in nix_check_txschq_alloc_req() local 1936 nix_get_txschq_range(rvu, pcifunc, link, &start, &end); in nix_check_txschq_alloc_req() 1937 schq = start in nix_check_txschq_alloc_req() 1891 nix_get_txschq_range(struct rvu *rvu, u16 pcifunc, int link, int *start, int *end) nix_get_txschq_range() argument 1959 nix_txsch_alloc(struct rvu *rvu, struct nix_txsch *txsch, struct nix_txsch_alloc_rsp *rsp, int lvl, int start, int end) nix_txsch_alloc() argument 2050 int lvl, idx, start, end; rvu_mbox_handler_nix_txsch_alloc() local [all...] |
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | kvm_main.c | 82 /* The start value to grow halt_poll_ns from */ 160 unsigned long start, unsigned long end) in kvm_arch_mmu_notifier_invalidate_range() 496 unsigned long start, unsigned long end) in kvm_mmu_notifier_invalidate_range() 502 kvm_arch_mmu_notifier_invalidate_range(kvm, start, end); in kvm_mmu_notifier_invalidate_range() 539 need_tlb_flush = kvm_unmap_hva_range(kvm, range->start, range->end, in kvm_mmu_notifier_invalidate_range_start() 578 unsigned long start, in kvm_mmu_notifier_clear_flush_young() 587 young = kvm_age_hva(kvm, start, end); in kvm_mmu_notifier_clear_flush_young() 599 unsigned long start, in kvm_mmu_notifier_clear_young() 620 young = kvm_age_hva(kvm, start, end); in kvm_mmu_notifier_clear_young() 1099 int start) in kvm_memslot_move_forward() 159 kvm_arch_mmu_notifier_invalidate_range(struct kvm *kvm, unsigned long start, unsigned long end) kvm_arch_mmu_notifier_invalidate_range() argument 494 kvm_mmu_notifier_invalidate_range(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) kvm_mmu_notifier_invalidate_range() argument 576 kvm_mmu_notifier_clear_flush_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) kvm_mmu_notifier_clear_flush_young() argument 597 kvm_mmu_notifier_clear_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) kvm_mmu_notifier_clear_young() argument 1097 kvm_memslot_move_forward(struct kvm_memslots *slots, struct kvm_memory_slot *memslot, int start) kvm_memslot_move_forward() argument 2893 ktime_t start, cur, poll_end; kvm_vcpu_block() local [all...] |