Searched refs:last (Results 76 - 100 of 1032) sorted by relevance

1234567891011>>

/linux-master/drivers/video/fbdev/core/
H A Dcfbcopyarea.c50 unsigned long first, last; local
64 last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask);
71 if (last)
72 first &= last;
102 if (last)
103 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
115 if (last)
116 first &= last;
135 /** We must always remember the last value read, because in case
201 FB_WRITEL(comp(d0, FB_READL(dst), last), ds
216 unsigned long first, last; local
246 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
276 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); local
[all...]
/linux-master/net/netfilter/
H A Dnft_set_pipapo_avx2.c142 * @last: Return index of first set bit, if this is the last field
150 * Return: first set bit index if @last, index of first filled word otherwise.
154 union nft_pipapo_map_bucket *mt, bool last)
164 if (last) \
193 * @last: Last field: stop at the first match and return bit index
211 * Return: -1 on no match, rule index of match if @last, otherwise first long
217 bool first, bool last)
243 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last);
244 if (last)
152 nft_pipapo_avx2_refill(int offset, unsigned long *map, unsigned long *dst, union nft_pipapo_map_bucket *mt, bool last) argument
214 nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
277 nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
354 nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
450 nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
540 nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
676 nft_pipapo_avx2_lookup_8b_1(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
734 nft_pipapo_avx2_lookup_8b_2(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
799 nft_pipapo_avx2_lookup_8b_4(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
875 nft_pipapo_avx2_lookup_8b_6(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
961 nft_pipapo_avx2_lookup_8b_16(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
1054 nft_pipapo_avx2_lookup_slow(unsigned long *map, unsigned long *fill, const struct nft_pipapo_field *f, int offset, const u8 *pkt, bool first, bool last) argument
1170 bool last = i == m->field_count - 1, first = !i; local
[all...]
/linux-master/include/trace/events/
H A Dsunvnet.h118 TP_PROTO(int lsid, int rsid, int last),
120 TP_ARGS(lsid, rsid, last),
125 __field(int, last)
131 __entry->last = last;
135 __entry->lsid, __entry->rsid, __entry->last)
/linux-master/lib/
H A Dinterval_tree_test.c30 search(struct rb_root_cached *root, unsigned long start, unsigned long last) argument
35 for (node = interval_tree_iter_first(root, start, last); node;
36 node = interval_tree_iter_next(node, start, last))
50 nodes[i].last = b;
110 unsigned long last = search_all ? max_endpoint : queries[j]; local
112 results += search(&root, start, last);
H A Dklist.c336 struct klist_node *last = i->i_cur; local
342 if (last) {
343 prev = to_klist_node(last->n_node.prev);
344 if (!klist_dec_and_del(last))
361 if (put && last)
362 put(last);
378 struct klist_node *last = i->i_cur; local
384 if (last) {
385 next = to_klist_node(last->n_node.next);
386 if (!klist_dec_and_del(last))
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c76 const struct xe_graphics_desc *ip, *last = NULL; local
80 if (ip == last)
84 last = ip;
98 const struct xe_media_desc *ip, *last = NULL; local
102 if (ip == last)
106 last = ip;
/linux-master/arch/mips/mm/
H A Dsc-ip22.c29 static inline void indy_sc_wipe(unsigned long first, unsigned long last) argument
55 " or %1, $1 # last line to flush \n"
68 : "=r" (first), "=r" (last), "=&r" (tmp)
69 : "0" (first), "1" (last));
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-memops.c42 unsigned long first, last; local
47 last = (start + length - 1) >> PAGE_SHIFT;
48 nr = last - first + 1;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_rr.c57 struct ip_vs_dest *dest, *last; local
64 last = dest = list_entry(p, struct ip_vs_dest, n_list);
74 if (dest == last)
/linux-master/drivers/video/fbdev/
H A Dc2p_planar.c94 u32 dst_idx, first, last, w; local
101 last = ~(0xffffffffU >> ((dst_idx+width) % 32));
108 first &= last;
147 d.words, last);
/linux-master/fs/
H A Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) argument
21 for (; first <= last; first++)
26 static inline const char *next_terminator(const char *first, const char *last) argument
28 for (; first <= last; first++)
/linux-master/sound/
H A DMakefile17 obj-y += last.o
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_doorbell.c61 tbl->last = 0;
92 obj = find_next_zero_bit(tbl->table, tbl->max, tbl->last);
124 tbl->last = min(tbl->last, obj);
/linux-master/io_uring/
H A Dtctx.h29 if (likely(tctx && tctx->last == ctx))
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.h33 uint64_t first, last; member in struct:addr_range
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_tx.c65 unsigned last; local
67 last = first + cnt;
69 for (i = first; i < last; i++) {
84 unsigned last; local
86 last = rcd->pio_base + rcd->piocnt;
103 for (i = rcd->pio_base; i < last; i++) {
279 u32 first, u32 last)
290 nbufs = last - first + 1; /* number in range to check */
294 * Minor optimization. If we had no buffers on last call,
308 if (dd->last_pio >= first && dd->last_pio <= last)
278 qib_getsendbuf_range(struct qib_devdata *dd, u32 *pbufnum, u32 first, u32 last) argument
458 unsigned last; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dswitch_to_32.h58 #define switch_to(prev, next, last) do { \
91 : "=&r" (last) \
/linux-master/arch/sh/include/asm/
H A Dswitch_to_32.h70 #define switch_to(prev, next, last) \
128 last = __last; \
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-mpic.dtsi44 last-interrupt-source = <255>;
/linux-master/drivers/md/bcache/
H A Dutil.c165 uint64_t now, duration, last; local
172 last = time_after64(now, stats->last)
173 ? now - stats->last : 0;
177 if (stats->last) {
181 ewma_add(stats->average_frequency, last, 8, 8);
183 stats->average_frequency = last << 8;
188 stats->last = now ?: 1;
/linux-master/arch/s390/include/asm/vdso/
H A Dgettimeofday.h15 static __always_inline u64 __arch_vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) argument
17 return (cycles - last) * mult;
/linux-master/arch/alpha/lib/
H A Dstrncpy.S37 or $3, $24, $3 # clear the bits between the last
38 or $4, $27, $4 # written byte and the last byte in COUNT
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.c301 u64 last = offset + size - 1; local
306 i915_vma_resource_color_adjust_range(vm, &offset, &last);
307 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last);
314 node = vma_res_itree_iter_next(node, offset, last);
387 u64 last = offset + size - 1; local
393 i915_vma_resource_color_adjust_range(vm, &offset, &last);
394 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last);
407 node = vma_res_itree_iter_next(node, offset, last);
/linux-master/arch/x86/include/asm/
H A Dswitch_to.h49 #define switch_to(prev, next, last) \
51 ((last) = __switch_to_asm((prev), (next))); \
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.c21 u64 start, u64 last,
35 ret = vhost_iotlb_add_range_ctx(domain->iotlb, start, last,
46 u64 start, u64 last)
51 while ((map = vhost_iotlb_itree_first(domain->iotlb, start, last))) {
64 u64 start = 0ULL, last = ULLONG_MAX; local
68 vduse_iotlb_del_range(domain, start, last);
70 for (map = vhost_iotlb_itree_first(iotlb, start, last); map;
71 map = vhost_iotlb_itree_next(map, start, last)) {
73 ret = vduse_iotlb_add_range(domain, map->start, map->last,
84 vduse_iotlb_del_range(domain, start, last);
20 vduse_iotlb_add_range(struct vduse_iova_domain *domain, u64 start, u64 last, u64 addr, unsigned int perm, struct file *file, u64 offset) argument
45 vduse_iotlb_del_range(struct vduse_iova_domain *domain, u64 start, u64 last) argument
93 u64 start = 0ULL, last = ULLONG_MAX; local
107 u64 last = iova + size - 1; local
127 u64 last = iova + size - 1; local
193 u64 last = start + PAGE_SIZE - 1; local
[all...]

Completed in 280 milliseconds

1234567891011>>