/Linux-v5.4/drivers/mfd/ |
D | ab8500-debugfs.c | 114 * @last: the last address of the range 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, [all …]
|
/Linux-v5.4/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 43 #define LAST(node) ((node)->last) macro 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); 63 * Inserts {start...last} into {root}. If there are overlaps, 67 unsigned long start, unsigned long last, 70 * Removed {start...last} from {root}. The nodes removed are returned in 75 unsigned long start, unsigned long last, 78 * Returns {start...last} - {root} (relative complement of {start...last} in 82 unsigned long last, int flags,
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | msgbuf.h | 18 __kernel_time_t msg_stime; /* last msgsnd time */ 19 __kernel_time_t msg_rtime; /* last msgrcv time */ 20 __kernel_time_t msg_ctime; /* last change time */ 24 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 25 __kernel_pid_t msg_lrpid; /* last receive pid */ 33 unsigned long msg_stime; /* last msgsnd time */ 35 unsigned long msg_rtime; /* last msgrcv time */ 37 unsigned long msg_ctime; /* last change time */ 41 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 42 __kernel_pid_t msg_lrpid; /* last receive pid */ [all …]
|
D | shmbuf.h | 20 __kernel_time_t shm_atime; /* last attach time */ 21 __kernel_time_t shm_dtime; /* last detach time */ 22 __kernel_time_t shm_ctime; /* last change time */ 24 __kernel_pid_t shm_lpid; /* pid of last operator */ 33 unsigned long shm_atime; /* last attach time */ 34 unsigned long shm_dtime; /* last detach time */ 35 unsigned long shm_ctime; /* last change time */ 37 __kernel_pid_t shm_lpid; /* pid of last operator */
|
/Linux-v5.4/include/linux/ |
D | interval_tree_generic.h | 18 * ITSUBTREE: name of ITTYPE field within ITSTRUCT holding last-in-subtree 20 * ITLAST(n): last endpoint of ITSTRUCT node n 42 ITTYPE start = ITSTART(node), last = ITLAST(node); \ 49 if (parent->ITSUBTREE < last) \ 50 parent->ITSUBTREE = last; \ 59 node->ITSUBTREE = last; \ 72 * Iterate over intervals intersecting [start;last] \ 74 * Note that a node's interval intersects [start;last] iff: \ 75 * Cond1: ITSTART(node) <= last \ 81 ITPREFIX ## _subtree_search(ITSTRUCT *node, ITTYPE start, ITTYPE last) \ [all …]
|
/Linux-v5.4/arch/um/kernel/ |
D | tlb.c | 126 struct host_vm_op *last; in add_mmap() local 134 last = &hvc->ops[hvc->index - 1]; in add_mmap() 135 if ((last->type == MMAP) && in add_mmap() 136 (last->u.mmap.addr + last->u.mmap.len == virt) && in add_mmap() 137 (last->u.mmap.prot == prot) && (last->u.mmap.fd == fd) && in add_mmap() 138 (last->u.mmap.offset + last->u.mmap.len == offset)) { in add_mmap() 139 last->u.mmap.len += len; in add_mmap() 163 struct host_vm_op *last; in add_munmap() local 170 last = &hvc->ops[hvc->index - 1]; in add_munmap() 171 if ((last->type == MUNMAP) && in add_munmap() [all …]
|
/Linux-v5.4/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-v5.4/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 222 #undef LAST 223 #define LAST .DebugInterruptVector.text macro 228 LAST) 229 # undef LAST 230 # define LAST .Level2InterruptVector.text macro 236 LAST) 237 # undef LAST 238 # define LAST .Level3InterruptVector.text macro 244 LAST) 245 # undef LAST [all …]
|
/Linux-v5.4/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() 102 /** We must always remember the last value read, in bitcpy() 159 *dst = comp(d0, *dst, last); in bitcpy() [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | ordered-events.c | 20 struct ordered_event *last = oe->last; in queue_event() local 25 oe->last = new; in queue_event() 29 if (!last) { in queue_event() 36 * last event might point to some random place in the list as it's in queue_event() 37 * the last queued event. We expect that the new event is close to in queue_event() 40 if (last->timestamp <= timestamp) { in queue_event() 41 while (last->timestamp <= timestamp) { in queue_event() 42 p = last->list.next; in queue_event() 48 last = list_entry(p, struct ordered_event, list); in queue_event() 50 list_add_tail(&new->list, &last->list); in queue_event() [all …]
|
/Linux-v5.4/include/net/ |
D | nl802154.h | 160 /* keep last */ 215 /* keep last */ 243 /* keep last */ 258 /* keep last */ 280 /* keep last */ 293 /* keep last */ 307 /* keep last */ 318 /* keep last */ 333 /* keep last */ 348 /* keep last */ [all …]
|
/Linux-v5.4/drivers/crypto/marvell/ |
D | tdma.c | 76 dreq->chain.last = NULL; in mv_cesa_dma_cleanup() 99 if (engine->chain.first == NULL && engine->chain.last == NULL) { in mv_cesa_tdma_chain() 101 engine->chain.last = dreq->chain.last; in mv_cesa_tdma_chain() 103 struct mv_cesa_tdma_desc *last; in mv_cesa_tdma_chain() local 105 last = engine->chain.last; in mv_cesa_tdma_chain() 106 last->next = dreq->chain.first; in mv_cesa_tdma_chain() 107 engine->chain.last = dreq->chain.last; in mv_cesa_tdma_chain() 111 * the last element of the current chain, or if the request in mv_cesa_tdma_chain() 115 if (!(last->flags & CESA_TDMA_BREAK_CHAIN) && in mv_cesa_tdma_chain() 117 last->next_dma = dreq->chain.first->cur_dma; in mv_cesa_tdma_chain() [all …]
|
/Linux-v5.4/arch/powerpc/include/uapi/asm/ |
D | msgbuf.h | 14 __kernel_time_t msg_stime; /* last msgsnd time */ 15 __kernel_time_t msg_rtime; /* last msgrcv time */ 16 __kernel_time_t msg_ctime; /* last change time */ 19 unsigned long msg_stime; /* last msgsnd time */ 21 unsigned long msg_rtime; /* last msgrcv time */ 23 unsigned long msg_ctime; /* last change time */ 28 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 29 __kernel_pid_t msg_lrpid; /* last receive pid */
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | msgbuf.h | 16 __kernel_time_t msg_stime; /* last msgsnd time */ 17 __kernel_time_t msg_rtime; /* last msgrcv time */ 18 __kernel_time_t msg_ctime; /* last change time */ 21 unsigned long msg_stime; /* last msgsnd time */ 23 unsigned long msg_rtime; /* last msgrcv time */ 25 unsigned long msg_ctime; /* last change time */ 30 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 31 __kernel_pid_t msg_lrpid; /* last receive pid */
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | msgbuf.h | 19 __kernel_time_t msg_stime; /* last msgsnd time */ 20 __kernel_time_t msg_rtime; /* last msgrcv time */ 21 __kernel_time_t msg_ctime; /* last change time */ 24 unsigned long msg_stime; /* last msgsnd time */ 26 unsigned long msg_rtime; /* last msgrcv time */ 28 unsigned long msg_ctime; /* last change time */ 33 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 34 __kernel_pid_t msg_lrpid; /* last receive pid */
|
/Linux-v5.4/drivers/staging/media/ipu3/ |
D | ipu3-css-pool.c | 49 pool->last = IPU3_CSS_POOL_SIZE; in imgu_css_pool_init() 64 u32 n = (pool->last + 1) % IPU3_CSS_POOL_SIZE; in imgu_css_pool_get() 67 pool->last = n; in imgu_css_pool_get() 75 pool->entry[pool->last].valid = false; in imgu_css_pool_put() 76 pool->last = (pool->last + IPU3_CSS_POOL_SIZE - 1) % IPU3_CSS_POOL_SIZE; in imgu_css_pool_put() 80 * imgu_css_pool_last - Retrieve the nth pool entry from last 83 * @n: the distance to the last index. 86 * The nth entry from last or null map to indicate no frame stored. 92 int i = (pool->last + IPU3_CSS_POOL_SIZE - n) % IPU3_CSS_POOL_SIZE; in imgu_css_pool_last()
|
/Linux-v5.4/lib/math/ |
D | prime_numbers.c | 13 unsigned long last, sz; member 19 .last = 61, 44 .last = 31, 135 if (x < p->last) { in expand_to_next_prime() 147 new->last = clear_multiples(y, new->primes, p->sz, sz); in expand_to_next_prime() 150 BUG_ON(new->last <= x); in expand_to_next_prime() 194 while (x >= p->last) { in next_prime_number() 203 x = find_next_bit(p->primes, p->last, x + 1); in next_prime_number() 256 pr_info("primes.{last=%lu, .sz=%lu, .primes[]=...x%lx} = %s", in dump_primes() 257 p->last, p->sz, p->primes[BITS_TO_LONGS(p->sz) - 1], buf); in dump_primes() [all …]
|
/Linux-v5.4/include/linux/netfilter/ |
D | nf_conntrack_tcp.h | 21 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */ 23 u_int8_t last_index; /* Index of the last packet */ 24 u_int32_t last_seq; /* Last sequence number seen in dir */ 25 u_int32_t last_ack; /* Last sequence number seen in opposite dir */ 26 u_int32_t last_end; /* Last seq + len */ 27 u_int16_t last_win; /* Last window advertisement seen in dir */ 29 u_int8_t last_wscale; /* Last window scaling factor seen */ 30 u_int8_t last_flags; /* Last flags set */
|
/Linux-v5.4/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-v5.4/mm/ |
D | interval_tree.c | 34 unsigned long last = vma_last_pgoff(node); in vma_interval_tree_insert_after() local 44 if (parent->shared.rb_subtree_last < last) in vma_interval_tree_insert_after() 45 parent->shared.rb_subtree_last = last; in vma_interval_tree_insert_after() 49 if (parent->shared.rb_subtree_last < last) in vma_interval_tree_insert_after() 50 parent->shared.rb_subtree_last = last; in vma_interval_tree_insert_after() 55 node->shared.rb_subtree_last = last; in vma_interval_tree_insert_after() 93 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_first() argument 95 return __anon_vma_interval_tree_iter_first(root, first, last); in anon_vma_interval_tree_iter_first() 100 unsigned long first, unsigned long last) in anon_vma_interval_tree_iter_next() argument 102 return __anon_vma_interval_tree_iter_next(node, first, last); in anon_vma_interval_tree_iter_next()
|
/Linux-v5.4/arch/xtensa/include/uapi/asm/ |
D | msgbuf.h | 24 unsigned long msg_stime; /* last msgsnd time */ 26 unsigned long msg_rtime; /* last msgrcv time */ 28 unsigned long msg_ctime; /* last change time */ 30 unsigned long msg_stime; /* last msgsnd time */ 32 unsigned long msg_rtime; /* last msgrcv time */ 34 unsigned long msg_ctime; /* last change time */ 42 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 43 __kernel_pid_t msg_lrpid; /* last receive pid */
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | msgbuf.h | 27 __kernel_time_t msg_stime; /* last msgsnd time */ 28 __kernel_time_t msg_rtime; /* last msgrcv time */ 29 __kernel_time_t msg_ctime; /* last change time */ 31 unsigned long msg_stime; /* last msgsnd time */ 33 unsigned long msg_rtime; /* last msgrcv time */ 35 unsigned long msg_ctime; /* last change time */ 41 __kernel_pid_t msg_lspid; /* pid of last msgsnd */ 42 __kernel_pid_t msg_lrpid; /* last receive pid */
|