HomeSort by: relevance | last modified time | path
    Searched defs:l2 (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
dfsan_interface.h 35 dfsan_label l2; member in struct:dfsan_label_info
45 /// Computes the union of \c l1 and \c l2, possibly creating a union label in
47 dfsan_label dfsan_union(dfsan_label l1, dfsan_label l2);
  /src/bin/ksh/
alloc.c 51 struct link *l, *l2; local
53 for (l = ap->freelist; l != NULL; l = l2) {
54 l2 = l->next;
86 struct link *l, *l2, *lprev, *lnext; local
95 l2 = realloc(l, sizeof(struct link) + size);
96 if (l2 == NULL)
99 lprev->next = l2;
101 ap->freelist = l2;
103 lnext->prev = l2;
105 return L2P(l2);
    [all...]
  /src/sys/compat/linux/common/
linux_exec.c 150 struct lwp *l2; local
153 l2 = LIST_FIRST(&p2->p_lwps);
155 led2 = l2->l_emuldata;
160 linux_e_lwp_fork(struct lwp *l1, struct lwp *l2)
165 l2->l_emuldata = led2;
linux_sched.c 262 struct lwp *l2; local
281 SCARG(uap, stack), 0, child_return, NULL, &l2, l->l_class,
288 lid = l2->l_lid;
292 led = l2->l_emuldata;
313 error = LINUX_LWP_SETPRIVATE(l2, tls);
317 lwp_exit(l2);
323 lwp_start(l2, 0);
  /src/usr.sbin/gspa/gspa/
gsp_eval.c 118 unsigned l2; local
138 v2 = eval_subtree(e->e_right, &l2);
139 if( l2 > *lp )
140 *lp = l2;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc 144 List l1, l2; local
146 l2.clear();
148 l1.append_front(&l2);
150 CHECK(l2.empty());
152 l1.append_back(&l2);
154 CHECK(l2.empty());
160 SetList(&l2, a, b, c);
161 l1.append_back(&l2);
163 CHECK(l2.empty());
166 SetList(&l2);
177 List l2; local
    [all...]
sanitizer_deadlock_detector_test.cc 145 uptr l2 = d.newNode(2); local
150 // l0=>l1=>l2
153 d.onLock(&dtls, l2);
156 d.onUnlock(&dtls, l2);
168 locks.insert(l2);
180 // l2=>l0
181 EXPECT_FALSE(d.onLock(&dtls, l2));
183 d.onUnlock(&dtls, l2);
193 d.removeNode(l2);
231 // l2 and l3 should have ben reused
328 uptr l2 = d.newNode(0); local
393 uptr l2 = d.newNode(0); local
423 uptr l2 = d.newNode(0); local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mop.cc 27 MemLoc l1, l2; local
29 t2.Write1(l2);
  /src/sys/external/isc/libsodium/dist/test/default/
metamorphic.c 18 size_t l1, l2; local
39 l2 = randombytes_uniform((uint32_t) (mlen - l1));
41 crypto_generichash_update(&st, m + l1, l2);
42 crypto_generichash_update(&st, m + l1 + l2, mlen - l1 - l2);
64 size_t l1, l2; local
79 l2 = randombytes_uniform((uint32_t) (mlen - l1));
81 crypto_onetimeauth_update(&st, m + l1, l2);
82 crypto_onetimeauth_update(&st, m + l1 + l2, mlen - l1 - l2);
104 size_t l1, l2; local
144 size_t l1, l2; local
    [all...]
  /src/tests/lib/libc/
t_convfp.c 136 unsigned long l2 = ldv; local
141 ATF_CHECK_EQ_MSG(l2, 1,
143 l2);
  /src/sys/compat/netbsd32/
netbsd32_lwp.c 58 lwp_t *l2; local
80 error = do_lwp_create(l, newuc, SCARG(uap, flags), &l2, sigmask,
85 error = copyout(&l2->l_lid, SCARG_P32(uap, new_lwp),
86 sizeof(l2->l_lid));
88 lwp_start(l2, SCARG(uap, flags));
91 lwp_exit(l2);
  /src/sys/kern/
kern_fork.c 264 struct lwp *l2; local
496 stack, stacksize, (func != NULL) ? func : child_return, arg, &l2,
505 l2->l_private = l1->l_private;
591 lwp_lock(l2);
593 KASSERT(l2->l_stat == LSIDL);
599 l2->l_stat = LSSTOP;
600 KASSERT(l2->l_wchan == NULL);
601 lwp_unlock(l2);
605 setrunnable(l2);
kern_sleepq.c 202 lwp_t *l2, *l_last = NULL; local
205 LIST_FOREACH(l2, sq, l_sleepchain) {
206 l_last = l2;
207 if (lwp_eprio(l2) < pri) {
208 LIST_INSERT_BEFORE(l2, l, l_sleepchain);
kern_exit.c 622 lwp_t *l2; local
631 LIST_FOREACH(l2, &p->p_lwps, l_sibling) {
632 if (l2 == l)
634 lwp_lock(l2);
635 l2->l_flag |= LW_WEXIT;
636 lwp_need_userret(l2);
637 if ((l2->l_stat == LSSLEEP && (l2->l_flag & LW_SINTR)) ||
638 l2->l_stat == LSSUSPENDED || l2->l_stat == LSSTOP)
    [all...]
  /src/tests/rump/rumpkern/
t_lwproc.c 87 struct lwp *l1, *l2; local
95 l2 = rump_pub_lwproc_curlwp();
105 rump_pub_lwproc_switch(l2);
256 struct lwp *l, *l2; local
277 l2 = rump_pub_lwproc_curlwp();
285 rump_pub_lwproc_switch(l2);
295 l2 = rump_pub_lwproc_curlwp();
300 rump_pub_lwproc_switch(l2);
  /src/usr.sbin/ldpd/
label.c 67 const struct label *l1 = node1, *l2 = node2; local
71 l2->so_dest.sa.sa_family))
72 return l1->so_dest.sa.sa_family > l2->so_dest.sa.sa_family ?
75 assert(l1->so_dest.sa.sa_len == l2->so_dest.sa.sa_len);
76 assert(l1->so_pref.sa.sa_len == l2->so_pref.sa.sa_len);
78 if ((ret = memcmp(&l1->so_dest.sa, &l2->so_dest.sa,
82 return memcmp(&l1->so_pref.sa, &l2->so_pref.sa,
  /src/sbin/swapctl/
swaplist.c 60 size_t l1, l2; local
80 if ((l1 = strlen(p->se_path)) != (l2 = strlen(q->se_path)))
81 return l1 > l2 ? 1 : -1;
  /src/lib/libc/stdlib/
merge.c 117 u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; local
147 l2 = list1;
149 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
151 f1 = l2;
155 l2 = list1 + (p2 - list2);
156 while (f1 < l1 && f2 < l2) {
163 b = f2, t = l2;
235 if (f2 < l2) {
237 ICOPY_LIST(f2, tp2, l2);
239 CCOPY_LIST(f2, tp2, l2);
291 u_char *f1, *f2, *s, *l2, *last, *p2; local
    [all...]
  /src/sys/arch/aarch64/aarch64/
pmapboot.c 87 pd_entry_t *l0, *l1, *l2, *l3; local
119 l2 = (pd_entry_t *)AARCH64_PA_TO_KVA(pa);
122 if (!l2pde_valid(l2[idx]))
124 if (l2pde_is_block(l2[idx])) {
125 pmapboot_protect_entry(&l2[idx], clrprot);
129 pa = l2pde_pa(l2[idx]);
220 pd_entry_t *l0, *l1, *l2, *l3, pte; local
323 l2 = pmapboot_pagealloc();
324 if (l2 == NULL) {
326 "cannot allocate L2 page\n")
    [all...]
db_interface.c 152 * it works even if kernel_text is mapped with L2 or L3.
356 /* L0/L1/L2 TABLE */
377 /* L1/L2 BLOCK or L3 PAGE */
383 pr(" L2(2M)-BLOCK");
463 pd_entry_t *l0, *l1, *l2, *l3; local
487 * traverse L0 -> L1 -> L2 -> L3 table
492 ", L0-index=%ld, L1-index=%ld, L2-index=%ld, L3-index=%ld\n",
518 l2 = (pd_entry_t *)AARCH64_PA_TO_KVA(l1pde_pa(pde));
520 pde = l2[idx];
522 pr(" L2[%3d]=%016"PRIx64":", idx, pde)
    [all...]
  /src/sys/arch/aarch64/include/
asan.h 119 pd_entry_t *l0, *l1, *l2, *l3; local
154 l2 = (void *)KERN_PHYSTOV(pa);
156 l2 = (void *)AARCH64_PA_TO_KVA(pa);
160 pde = l2[idx];
164 atomic_swap_64(&l2[idx], pa | L2_BLOCK |
172 atomic_swap_64(&l2[idx], pa | L2_TABLE);
  /src/sys/arch/xen/x86/
hypervisor_machdep.c 96 * arch-dependent p2m frame lists list (L3 and L2)
101 static int l2_p2m_page_size; /* size of L2 page, in pages */
125 unsigned long l1, l2; local
133 l2 = pendingl2[l1i] & (mask != NULL ? ~mask[l1i] : -1UL);
134 l2 &= curcpu()->ci_evtmask[l1i];
136 if (mask != NULL) xen_atomic_setbits_l(&mask[l1i], l2);
137 xen_atomic_clearbits_l(&pendingl2[l1i], l2);
139 while ((l2i = xen_ffs(l2)) != 0) {
141 l2 &= ~(1UL << l2i);
391 hypervisor_set_ipending(uint64_t imask, int l1, int l2)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl9097.h 35 __u32 l2[4]; member in struct:fermi_a_zbc_color_v0
45 __u32 l2; member in struct:fermi_a_zbc_depth_v0
  /src/sys/dev/raidframe/
rf_paritylogging.c 514 RF_ParityLog_t *l1, *l2; local
518 l2 = l1;
519 l1 = l2->next;
520 RF_Free(l2->records, (raidPtr->numSectorsPerLog *
522 RF_Free(l2, sizeof(RF_ParityLog_t));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.cc 136 for (int l2 = 0; l2 < kTableSizeL2; l2++) {
137 FdDesc *d = &tab[l2];
149 int l2 = (addr - (uptr)tab) / sizeof(FdDesc); local
150 FdDesc *d = &tab[l2];
151 *fd = l1 * kTableSizeL1 + l2;

Completed in 27 milliseconds

1 2 3