Searched refs:lda (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_mutex.c479 struct lock_delay_arg lda; local
512 lock_delay_arg_init(&lda, &mtx_delay);
514 lock_delay_arg_init(&lda, NULL);
555 lda.spin_cnt++;
573 lock_delay(&lda);
656 if (lda.spin_cnt > sleep_cnt)
681 struct lock_delay_arg lda; local
722 lock_delay_arg_init(&lda, &mtx_spin_delay);
743 if (__predict_true(lda.spin_cnt < 10000000)) {
744 lock_delay(&lda);
843 struct lock_delay_arg lda; local
[all...]
H A Dkern_rwlock.c437 struct lock_delay_arg lda; local
467 lock_delay_arg_init(&lda, &rw_delay);
469 lock_delay_arg_init(&lda, NULL);
482 lda.spin_cnt++;
502 lock_delay(&lda);
523 lda.spin_cnt += rowner_loops - i;
622 if (lda.spin_cnt > sleep_cnt)
895 struct lock_delay_arg lda; local
930 lock_delay_arg_init(&lda, &rw_delay);
932 lock_delay_arg_init(&lda, NUL
[all...]
H A Dkern_sx.c561 struct lock_delay_arg lda; local
595 lock_delay_arg_init(&lda, &sx_delay);
597 lock_delay_arg_init(&lda, NULL);
643 lda.spin_cnt++;
665 lock_delay(&lda);
689 lda.spin_cnt += i;
812 if (lda.spin_cnt > sleep_cnt)
937 struct lock_delay_arg lda; local
967 lock_delay_arg_init(&lda, &sx_delay);
969 lock_delay_arg_init(&lda, NUL
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl222 lda [%o0 + %g0]0x88, %f0 ! load context
223 lda [%o0 + %g1]0x88, %f1
225 lda [%o0 + %g0]0x88, %f2
226 lda [%o0 + %g1]0x88, %f3
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1654 l_dvd_authinfo lda; local
1658 error = copyin((void *)args->arg, &lda, sizeof(lda));
1661 error = linux_to_bsd_dvd_authinfo(&lda, &bcode, &bda);
1667 if (lda.type == LINUX_DVD_HOST_SEND_KEY2) {
1668 lda.type = LINUX_DVD_AUTH_FAILURE;
1669 copyout(&lda, (void *)args->arg, sizeof(lda));
1673 error = bsd_to_linux_dvd_authinfo(&bda, &lda);
1676 error = copyout(&lda, (voi
[all...]
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess260 lda \$2,-1
262 lda \$16,\$Lformat
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c455 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
568 index of the GPDISP instruction is an offset in bytes to the lda
3306 unsigned int lda = bfd_get_32 (info->abfd, p_lda);
3313 if (ldah == 0x27ba0000 && lda == 0x23bd0000)
3457 lda $16,x($gp) !tlsgd!1
3461 lda $29,0($29) !gpdisp!2
3469 lda $16,x($gp) !tprel
3473 lda $16,x($16) !tprello
3297 unsigned int lda = bfd_get_32 (info->abfd, p_lda); local

Completed in 135 milliseconds