/Linux-v4.19/drivers/mfd/ |
D | ab8500-debugfs.c | 119 u8 last; member 172 .last = 0x02, 176 .last = 0x42, 180 .last = 0x81, 189 .last = 0x0D, 193 .last = 0x17, 197 .last = 0x30, 201 .last = 0x33, 210 .last = 0x00, 214 .last = 0x10, [all …]
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 43 #define LAST(node) ((node)->last) 70 usnic_uiom_interval_node_alloc(long int start, long int last, int ref_cnt, in usnic_uiom_interval_node_alloc() argument 79 interval->last = last; in usnic_uiom_interval_node_alloc() 104 unsigned long start, unsigned long last, in find_intervals_intersection_sorted() argument 111 for (node = usnic_uiom_interval_tree_iter_first(root, start, last); in find_intervals_intersection_sorted() 113 node = usnic_uiom_interval_tree_iter_next(node, start, last)) in find_intervals_intersection_sorted() 119 int usnic_uiom_get_intervals_diff(unsigned long start, unsigned long last, in usnic_uiom_get_intervals_diff() argument 131 find_intervals_intersection_sorted(root, start, last, in usnic_uiom_get_intervals_diff() 147 if (pivot > interval->last) { in usnic_uiom_get_intervals_diff() 149 } else if (pivot <= interval->last && in usnic_uiom_get_intervals_diff() [all …]
|
D | usnic_uiom_interval_tree.h | 43 unsigned long last; member 58 unsigned long last); 61 unsigned long start, unsigned long last); 67 unsigned long start, unsigned long last, 75 unsigned long start, unsigned long last, 82 unsigned long last, int flags,
|
/Linux-v4.19/arch/mips/sibyte/common/ |
D | cfe_console.c | 16 int i, last, written; in cfe_console_write() local 18 for (i=0, last=0; i<count; i++) { in cfe_console_write() 24 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write() 27 last += written; in cfe_console_write() 28 } while (last < i); in cfe_console_write() 33 if (last != count) { in cfe_console_write() 35 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write() 38 last += written; in cfe_console_write() 39 } while (last < count); in cfe_console_write()
|
/Linux-v4.19/arch/um/kernel/ |
D | tlb.c | 102 struct host_vm_op *last; in add_mmap() local 107 last = &hvc->ops[hvc->index - 1]; in add_mmap() 108 if ((last->type == MMAP) && in add_mmap() 109 (last->u.mmap.addr + last->u.mmap.len == virt) && in add_mmap() 110 (last->u.mmap.prot == prot) && (last->u.mmap.fd == fd) && in add_mmap() 111 (last->u.mmap.offset + last->u.mmap.len == offset)) { in add_mmap() 112 last->u.mmap.len += len; in add_mmap() 136 struct host_vm_op *last; in add_munmap() local 143 last = &hvc->ops[hvc->index - 1]; in add_munmap() 144 if ((last->type == MUNMAP) && in add_munmap() [all …]
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | sysfillrect.c | 28 unsigned long first, last; in bitfill_aligned() local 34 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); in bitfill_aligned() 38 if (last) in bitfill_aligned() 39 first &= last; in bitfill_aligned() 67 if (last) in bitfill_aligned() 68 *dst = comp(pat, *dst, last); in bitfill_aligned() 84 unsigned long first, last; in bitfill_unaligned() local 90 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); in bitfill_unaligned() 94 if (last) in bitfill_unaligned() 95 first &= last; in bitfill_unaligned() [all …]
|
D | cfbfillrect.c | 38 unsigned long first, last; in bitfill_aligned() local 44 last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask); in bitfill_aligned() 48 if (last) in bitfill_aligned() 49 first &= last; in bitfill_aligned() 78 if (last) in bitfill_aligned() 79 FB_WRITEL(comp(pat, FB_READL(dst), last), dst); in bitfill_aligned() 95 unsigned long first, last; in bitfill_unaligned() local 101 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); in bitfill_unaligned() 105 if (last) in bitfill_unaligned() 106 first &= last; in bitfill_unaligned() [all …]
|
D | syscopyarea.c | 31 unsigned long first, last; in bitcpy() local 36 last = ~(FB_SHIFT_HIGH(p, ~0UL, (dst_idx+n) % bits)); in bitcpy() 42 if (last) in bitcpy() 43 first &= last; in bitcpy() 72 if (last) in bitcpy() 73 *dst = comp(*src, *dst, last); in bitcpy() 85 if (last) in bitcpy() 86 first &= last; in bitcpy() 159 *dst = comp(d0, *dst, last); in bitcpy() 174 unsigned long first, last; in bitcpy_rev() local [all …]
|
D | cfbcopyarea.c | 50 unsigned long first, last; in bitcpy() local 64 last = ~fb_shifted_pixels_mask_long(p, (dst_idx+n) % bits, bswapmask); in bitcpy() 71 if (last) in bitcpy() 72 first &= last; in bitcpy() 102 if (last) in bitcpy() 103 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), last), dst); in bitcpy() 115 if (last) in bitcpy() 116 first &= last; in bitcpy() 201 FB_WRITEL(comp(d0, FB_READL(dst), last), dst); in bitcpy() 216 unsigned long first, last; in bitcpy_rev() local [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | ordered-events.c | 19 struct ordered_event *last = oe->last; in queue_event() local 24 oe->last = new; in queue_event() 28 if (!last) { in queue_event() 39 if (last->timestamp <= timestamp) { in queue_event() 40 while (last->timestamp <= timestamp) { in queue_event() 41 p = last->list.next; in queue_event() 47 last = list_entry(p, struct ordered_event, list); in queue_event() 49 list_add_tail(&new->list, &last->list); in queue_event() 51 while (last->timestamp > timestamp) { in queue_event() 52 p = last->list.prev; in queue_event() [all …]
|
/Linux-v4.19/lib/ |
D | prime_numbers.c | 12 unsigned long last, sz; member 18 .last = 61, 43 .last = 31, 134 if (x < p->last) { in expand_to_next_prime() 146 new->last = clear_multiples(y, new->primes, p->sz, sz); in expand_to_next_prime() 149 BUG_ON(new->last <= x); in expand_to_next_prime() 193 while (x >= p->last) { in next_prime_number() 202 x = find_next_bit(p->primes, p->last, x + 1); in next_prime_number() 256 p->last, p->sz, p->primes[BITS_TO_LONGS(p->sz) - 1], buf); in dump_primes() 265 unsigned long x, last; in selftest() local [all …]
|
/Linux-v4.19/arch/um/drivers/ |
D | umcast_kern.c | 74 char *last; in mcast_setup() local 90 init->lport = simple_strtoul(port_str, &last, 10); in mcast_setup() 91 if ((*last != '\0') || (last == port_str)) { in mcast_setup() 99 init->ttl = simple_strtoul(ttl_str, &last, 10); in mcast_setup() 100 if ((*last != '\0') || (last == ttl_str)) { in mcast_setup() 120 char *last; in ucast_setup() local 136 init->lport = simple_strtoul(lport_str, &last, 10); in ucast_setup() 137 if ((*last != '\0') || (last == lport_str)) { in ucast_setup() 145 init->rport = simple_strtoul(rport_str, &last, 10); in ucast_setup() 146 if ((*last != '\0') || (last == rport_str)) { in ucast_setup()
|
/Linux-v4.19/mm/ |
D | interval_tree.c | 35 unsigned long last = vma_last_pgoff(node); in vma_interval_tree_insert_after() local 45 if (parent->shared.rb_subtree_last < last) in vma_interval_tree_insert_after() 46 parent->shared.rb_subtree_last = last; in vma_interval_tree_insert_after() 50 if (parent->shared.rb_subtree_last < last) in vma_interval_tree_insert_after() 51 parent->shared.rb_subtree_last = last; in vma_interval_tree_insert_after() 56 node->shared.rb_subtree_last = last; in vma_interval_tree_insert_after() 94 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_first() argument 96 return __anon_vma_interval_tree_iter_first(root, first, last); in anon_vma_interval_tree_iter_first() 101 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_next() argument 103 return __anon_vma_interval_tree_iter_next(node, first, last); in anon_vma_interval_tree_iter_next()
|
/Linux-v4.19/include/linux/ |
D | interval_tree_generic.h | 72 ITTYPE start = ITSTART(node), last = ITLAST(node); \ 79 if (parent->ITSUBTREE < last) \ 80 parent->ITSUBTREE = last; \ 89 node->ITSUBTREE = last; \ 111 ITPREFIX ## _subtree_search(ITSTRUCT *node, ITTYPE start, ITTYPE last) \ 134 if (ITSTART(node) <= last) { /* Cond1 */ \ 150 ITTYPE start, ITTYPE last) \ 175 if (ITSTART(leftmost) > last) \ 178 return ITPREFIX ## _subtree_search(node, start, last); \ 182 ITPREFIX ## _iter_next(ITSTRUCT *node, ITTYPE start, ITTYPE last) \ [all …]
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | tdma.c | 79 dreq->chain.last = NULL; in mv_cesa_dma_cleanup() 102 if (engine->chain.first == NULL && engine->chain.last == NULL) { in mv_cesa_tdma_chain() 104 engine->chain.last = dreq->chain.last; in mv_cesa_tdma_chain() 106 struct mv_cesa_tdma_desc *last; in mv_cesa_tdma_chain() local 108 last = engine->chain.last; in mv_cesa_tdma_chain() 109 last->next = dreq->chain.first; in mv_cesa_tdma_chain() 110 engine->chain.last = dreq->chain.last; in mv_cesa_tdma_chain() 118 if (!(last->flags & CESA_TDMA_BREAK_CHAIN) && in mv_cesa_tdma_chain() 120 last->next_dma = dreq->chain.first->cur_dma; in mv_cesa_tdma_chain() 160 engine->chain.last = NULL; in mv_cesa_tdma_process() [all …]
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 31 struct x509_certificate *x509, *last = NULL, *p; in pkcs7_validate_trust_one() local 78 last = x509; in pkcs7_validate_trust_one() 79 sig = last->sig; in pkcs7_validate_trust_one() 85 if (last && (last->sig->auth_ids[0] || last->sig->auth_ids[1])) { in pkcs7_validate_trust_one() 87 last->sig->auth_ids[0], in pkcs7_validate_trust_one() 88 last->sig->auth_ids[1], in pkcs7_validate_trust_one() 91 x509 = last; in pkcs7_validate_trust_one()
|
/Linux-v4.19/drivers/net/team/ |
D | team_mode_broadcast.c | 22 struct team_port *last = NULL; in bc_transmit() local 29 if (last) { in bc_transmit() 32 ret = !team_dev_queue_xmit(team, last, in bc_transmit() 38 last = cur; in bc_transmit() 41 if (last) { in bc_transmit() 42 ret = !team_dev_queue_xmit(team, last, skb); in bc_transmit()
|
/Linux-v4.19/scripts/ |
D | decode_stacktrace.sh | 107 local last=$(( ${#words[@]} - 1 )) 122 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then 123 module=${words[$last]} 126 symbol=${words[$last-1]} 127 unset words[$last-1] 130 symbol=${words[$last]} 134 unset words[$last]
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 51 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); in c4iw_id_alloc() 57 alloc->last += prandom_u32() % RANDOM_SKIP; in c4iw_id_alloc() 59 alloc->last = obj + 1; in c4iw_id_alloc() 60 if (alloc->last >= alloc->max) in c4iw_id_alloc() 61 alloc->last = 0; in c4iw_id_alloc() 90 alloc->last = prandom_u32() % RANDOM_SKIP; in c4iw_id_table_alloc() 92 alloc->last = 0; in c4iw_id_table_alloc()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | switch_to.h | 45 #define __switch_to(prev,next,last) do { \ argument 51 (last) = ia64_switch_to((next)); \ 61 # define switch_to(prev,next,last) do { \ argument 67 __switch_to(prev, next, last); \ 77 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | image.c | 54 image->last = pcir.last; in nvbios_imagen() 60 image->last = npde.last; in nvbios_imagen() 62 image->last = true; in nvbios_imagen() 76 if (image->last || !nvbios_imagen(bios, image)) { in nvbios_image()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_alloc.c | 43 *obj = find_next_zero_bit(bitmap->table, bitmap->max, bitmap->last); in hns_roce_bitmap_alloc() 52 bitmap->last = (*obj + 1); in hns_roce_bitmap_alloc() 53 if (bitmap->last == bitmap->max) in hns_roce_bitmap_alloc() 54 bitmap->last = 0; in hns_roce_bitmap_alloc() 84 bitmap->last, cnt, align - 1); in hns_roce_bitmap_alloc_range() 96 if (*obj == bitmap->last) { in hns_roce_bitmap_alloc_range() 97 bitmap->last = (*obj + cnt); in hns_roce_bitmap_alloc_range() 98 if (bitmap->last >= bitmap->max) in hns_roce_bitmap_alloc_range() 99 bitmap->last = 0; in hns_roce_bitmap_alloc_range() 124 bitmap->last = min(bitmap->last, obj); in hns_roce_bitmap_free_range() [all …]
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_net.h | 117 nlp->last = lp->last; in isdn_net_add_to_bundle() 118 lp->last->next = nlp; in isdn_net_add_to_bundle() 119 lp->last = nlp; in isdn_net_add_to_bundle() 139 lp->last->next = lp->next; in isdn_net_rm_from_bundle() 140 lp->next->last = lp->last; in isdn_net_rm_from_bundle() 147 lp->next = lp->last = lp; /* (re)set own pointers */ in isdn_net_rm_from_bundle()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_types.c | 79 xfs_agino_t *last) in xfs_agino_range() argument 99 *last = XFS_OFFBNO_TO_AGINO(mp, bno, 0) - 1; in xfs_agino_range() 113 xfs_agino_t last; in xfs_verify_agino() local 115 xfs_agino_range(mp, agno, &first, &last); in xfs_verify_agino() 116 return agino >= first && agino <= last; in xfs_verify_agino() 189 xfs_agino_t first, last; in xfs_icount_range() local 191 xfs_agino_range(mp, agno, &first, &last); in xfs_icount_range() 192 nr_inos += last - first + 1; in xfs_icount_range()
|
/Linux-v4.19/arch/x86/kernel/ |
D | pvclock.c | 82 u64 last; in pvclock_clocksource_read() local 114 last = atomic64_read(&last_value); in pvclock_clocksource_read() 116 if (ret < last) in pvclock_clocksource_read() 117 return last; in pvclock_clocksource_read() 118 last = atomic64_cmpxchg(&last_value, last, ret); in pvclock_clocksource_read() 119 } while (unlikely(last != ret)); in pvclock_clocksource_read()
|