Home
last modified time | relevance | path

Searched refs:last (Results 151 – 175 of 2241) sorted by relevance

12345678910>>...90

/openbmc/linux/net/ethtool/
H A Dcabletest.c237 cfg->last = MAX_CABLE_LENGTH_CM; in ethnl_act_cable_test_tdr_cfg()
255 cfg->last = nla_get_u32(tb[ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST]); in ethnl_act_cable_test_tdr_cfg()
278 if (cfg->last > MAX_CABLE_LENGTH_CM) { in ethnl_act_cable_test_tdr_cfg()
285 if (cfg->first > cfg->last) { in ethnl_act_cable_test_tdr_cfg()
297 if (cfg->step > (cfg->last - cfg->first)) { in ethnl_act_cable_test_tdr_cfg()
406 int ethnl_cable_test_step(struct phy_device *phydev, u32 first, u32 last, in ethnl_cable_test_step() argument
420 if (nla_put_u32(phydev->skb, ETHTOOL_A_CABLE_STEP_LAST_DISTANCE, last)) in ethnl_cable_test_step()
/openbmc/linux/include/linux/
H A Dmsi.h348 unsigned int first, unsigned int last);
359 unsigned int last) in msi_free_msi_descs_range() argument
361 msi_domain_free_msi_descs_range(dev, MSI_DEFAULT_DOMAIN, first, last); in msi_free_msi_descs_range()
609 unsigned int first, unsigned int last);
611 unsigned int first, unsigned int last);
619 unsigned int first, unsigned int last);
621 unsigned int first, unsigned int last);
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dmr.c101 return min_t(u64, map->last + 1, mr->end); in map_end()
263 map->start, map->last + 1); in map_direct_mr()
364 u64 last = U64_MAX; in create_user_mr() local
372 for (map = vhost_iotlb_itree_first(iotlb, start, last); map; in create_user_mr()
373 map = vhost_iotlb_itree_next(map, start, last)) { in create_user_mr()
376 pe = map->last + 1; in create_user_mr()
392 pe = map->last + 1; in create_user_mr()
456 u64 start = 0, last = ULLONG_MAX; in dup_iotlb() local
464 for (map = vhost_iotlb_itree_first(src, start, last); map; in dup_iotlb()
465 map = vhost_iotlb_itree_next(map, start, last)) { in dup_iotlb()
[all …]
/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) in mb862xx_i2c_read_byte() argument
60 outreg(i2c, GC_I2C_BCR, I2C_START | (last ? 0 : I2C_ACK)); in mb862xx_i2c_read_byte()
79 int last = m->len - 1; in mb862xx_i2c_read() local
82 if (!mb862xx_i2c_read_byte(adap, &m->buf[i], i == last)) { in mb862xx_i2c_read()
/openbmc/linux/arch/sparc/include/asm/
H A Dswitch_to_64.h21 #define switch_to(prev, next, last) \ argument
55 : "=&r" (last), "=r" (current), "=r" (current_thread_info_reg), \
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_rr.c57 struct ip_vs_dest *dest, *last; in ip_vs_rr_schedule() local
64 last = dest = list_entry(p, struct ip_vs_dest, n_list); in ip_vs_rr_schedule()
74 if (dest == last) in ip_vs_rr_schedule()
/openbmc/qemu/hw/display/
H A Dframebuffer.c72 int first, last = 0; in framebuffer_update_display() local
110 last = i; in framebuffer_update_display()
121 *last_row = last; in framebuffer_update_display()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h33 extern void *switch_thread (struct thread_struct *last,
35 #define switch_to(prev,next,last) do { \ argument
37 (last) = switch_thread (&prev->thread, &next->thread); \
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dstring.c175 const char *last = NULL; in strrchr() local
178 last = s; in strrchr()
180 return (char *)last; in strrchr()
/openbmc/linux/arch/csky/lib/
H A Dstring.c46 unsigned long last, next; in memcpy() local
58 last = next; in memcpy()
61 d.as_ulong[0] = last >> (distance * 8) | in memcpy()
/openbmc/u-boot/arch/powerpc/lib/
H A Dextable.c33 const struct exception_table_entry *last, in search_one_table() argument
37 while (first <= last) { in search_one_table()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dstl_utils.hpp13 ForwardIterator firstDuplicate(ForwardIterator first, ForwardIterator last) in firstDuplicate() argument
17 for (auto current = first; current != last; ++current) in firstDuplicate()
/openbmc/linux/arch/csky/include/asm/
H A Dswitch_to.h27 #define switch_to(prev, next, last) \ argument
32 ((last) = __switch_to((prev), (next))); \
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfind_existing_config.patch26 - echo "The last bastille run corresponds to the following profiles:"
28 + printf "The last Bastille run corresponds to the following profiles:\n"
32 NOTE: The last config file applied,
35 $ERRSPACES This probably means that Bastille was last run interactively and
/openbmc/linux/virt/kvm/
H A Dcoalesced_mmio.c43 static int coalesced_mmio_has_room(struct kvm_coalesced_mmio_dev *dev, u32 last) in coalesced_mmio_has_room() argument
55 avail = (ring->first - last - 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_has_room()
77 insert = READ_ONCE(ring->last); in coalesced_mmio_write()
91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c21 ktime_t now, last; in lima_devfreq_update_utilization() local
24 last = devfreq->time_last_update; in lima_devfreq_update_utilization()
27 devfreq->busy_time += ktime_sub(now, last); in lima_devfreq_update_utilization()
29 devfreq->idle_time += ktime_sub(now, last); in lima_devfreq_update_utilization()
/openbmc/linux/drivers/md/
H A Ddm-stats.c194 struct dm_stats_last_position *last; in dm_stats_init() local
200 if (!stats->last) in dm_stats_init()
204 last = per_cpu_ptr(stats->last, cpu); in dm_stats_init()
206 last->last_rw = UINT_MAX; in dm_stats_init()
237 free_percpu(stats->last); in dm_stats_cleanup()
684 last = raw_cpu_ptr(stats->last); in dm_stats_account_io()
691 WRITE_ONCE(last->last_rw, bi_rw); in dm_stats_account_io()
958 unsigned long long last; in parse_histogram() local
972 last = 0; in parse_histogram()
981 if (hi <= last) in parse_histogram()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1894 sparsebit_idx_t first, last; member
1918 if (first < last) { in operate()
1919 num = last - first + 1; in operate()
1921 num = first - last + 1; in operate()
1922 first = last; in operate()
1923 last = first + num - 1; in operate()
1992 assert(next == 0 || next > last); in operate()
2028 { .first = first, .last = last, .set = true }; in operate()
2039 { .first = first, .last = last, .set = false }; in operate()
2079 uint64_t last = get64(); in main() local
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dcore_irongate.c317 unsigned long baddr, last; in irongate_ioremap() local
357 last = addr + size - 1; in irongate_ioremap()
358 size = PAGE_ALIGN(last) - addr; in irongate_ioremap()
367 for(baddr = addr; baddr <= last; baddr += PAGE_SIZE) in irongate_ioremap()
383 baddr <= last; in irongate_ioremap()
/openbmc/linux/fs/erofs/
H A Ddecompressor_lzma.c111 struct z_erofs_lzma *last; in z_erofs_load_lzma_config() local
125 for (last = strm; last->next; last = last->next) in z_erofs_load_lzma_config()
127 last->next = head; in z_erofs_load_lzma_config()
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c277 static struct fpu_swa_msg last __cacheline_aligned;
306 count = last.count; in handle_fpu_swa()
315 if (current_jiffies > last.time) in handle_fpu_swa()
316 (void) cmpxchg_acq(&last.count, count, 16 + (count & ~15)); in handle_fpu_swa()
319 if ((last.count & 15) < 5 && (ia64_fetchadd(1, &last.count, acq) & 15) < 5) { in handle_fpu_swa()
320 last.time = current_jiffies + 5 * HZ; in handle_fpu_swa()
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css-pool.h40 u32 last; member
52 u32 last);
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c451 struct i915_request *last = NULL; in igt_evict_contexts() local
489 if (last) in igt_evict_contexts()
490 i915_request_put(last); in igt_evict_contexts()
491 last = i915_request_get(rq); in igt_evict_contexts()
499 if (last) { in igt_evict_contexts()
500 if (i915_request_wait(last, 0, HZ) < 0) { in igt_evict_contexts()
502 i915_request_put(last); in igt_evict_contexts()
507 i915_request_put(last); in igt_evict_contexts()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_migrate.c304 prange->last, ttm_res_offset); in svm_migrate_copy_to_vram()
434 __func__, r, prange->start, prange->last); in svm_migrate_vma_to_vram()
441 prange->start, prange->last); in svm_migrate_vma_to_vram()
514 prange->start, prange->last, best_loc); in svm_migrate_ram_to_vram()
517 end = (prange->last + 1) << PAGE_SHIFT; in svm_migrate_ram_to_vram()
593 prange->last); in svm_migrate_copy_to_ram()
606 prange->svms, prange->start, prange->last); in svm_migrate_copy_to_ram()
730 __func__, r, prange->start, prange->last); in svm_migrate_vma_to_ram()
737 prange->start, prange->last); in svm_migrate_vma_to_ram()
800 prange->start, prange->last); in svm_migrate_vram_to_ram()
[all …]
/openbmc/linux/net/openvswitch/
H A Dactions.c159 bool last, bool clone_flow_key);
1033 bool last) in sample() argument
1048 if (last) in sample()
1064 bool last) in clone() argument
1389 bool last = nla_is_last(a, rem); in do_execute_actions() local
1392 if (last) { in do_execute_actions()
1412 bool last = nla_is_last(a, rem); in do_execute_actions() local
1415 if (last) in do_execute_actions()
1472 bool last = nla_is_last(a, rem); in do_execute_actions() local
1475 if (last) in do_execute_actions()
[all …]

12345678910>>...90