| /f-stack/freebsd/contrib/ck/include/spinlock/ |
| H A D | hclh.h | 42 struct ck_spinlock_hclh *previous; member 52 unowned->previous = NULL; in ck_spinlock_hclh_init() 78 struct ck_spinlock_hclh *previous, *local_tail; in ck_spinlock_hclh_lock() local 85 thread->previous = *local_queue; in ck_spinlock_hclh_lock() 91 previous = ck_pr_fas_ptr(local_queue, thread); in ck_spinlock_hclh_lock() 92 thread->previous = previous; in ck_spinlock_hclh_lock() 96 if (previous->previous != NULL) { in ck_spinlock_hclh_lock() 99 ck_pr_load_uint(&previous->splice) == false) in ck_spinlock_hclh_lock() 125 struct ck_spinlock_hclh *previous; in ck_spinlock_hclh_unlock() local 134 previous = thread[0]->previous; in ck_spinlock_hclh_unlock() [all …]
|
| H A D | clh.h | 41 struct ck_spinlock_clh *previous; member 49 unowned->previous = NULL; in ck_spinlock_clh_init() 71 struct ck_spinlock_clh *previous; in ck_spinlock_clh_lock() local 81 previous = ck_pr_fas_ptr(queue, thread); in ck_spinlock_clh_lock() 82 thread->previous = previous; in ck_spinlock_clh_lock() 86 while (ck_pr_load_uint(&previous->wait) == true) in ck_spinlock_clh_lock() 96 struct ck_spinlock_clh *previous; in ck_spinlock_clh_unlock() local 105 previous = thread[0]->previous; in ck_spinlock_clh_unlock() 118 *thread = previous; in ck_spinlock_clh_unlock()
|
| H A D | mcs.h | 85 struct ck_spinlock_mcs *previous; in ck_spinlock_mcs_lock() local 100 previous = ck_pr_fas_ptr(queue, node); in ck_spinlock_mcs_lock() 101 if (previous != NULL) { in ck_spinlock_mcs_lock() 106 ck_pr_store_ptr(&previous->next, node); in ck_spinlock_mcs_lock()
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 155 uint64_t previous; in ck_pr_cas_64_value() local 177 void *previous; in ck_pr_cas_ptr_value() local 199 uint64_t previous; in ck_pr_cas_64() local 220 void *previous; in ck_pr_cas_ptr() local 242 T previous; \ 261 T previous; \ 287 T previous; \ in CK_PR_CAS() 314 T previous; \ 349 T previous; \ 386 uintptr_t previous, r; local [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr_llsc.h | 104 T previous; \ 125 T previous; \ 167 T previous; \ 178 return (previous); \ 198 T previous = 0; \ 239 T previous; \ 286 uintptr_t previous, r, tmp; in ck_pr_faa_ptr() local 300 return (void *)(previous); in ck_pr_faa_ptr() 306 uint64_t previous, r, tmp; in ck_pr_faa_64() local 320 return (previous); in ck_pr_faa_64() [all …]
|
| H A D | ck_pr_lse.h | 112 T previous = compare; \ 115 : "+&r" (previous) \ 145 T previous; \ 152 return (previous); \ 247 uintptr_t previous; in ck_pr_faa_ptr() local 251 : "=r" (previous) in ck_pr_faa_ptr() 256 return (void *)(previous); in ck_pr_faa_ptr() 262 uint64_t previous; in ck_pr_faa_64() local 271 return (previous); in ck_pr_faa_64() 278 T previous; \ [all …]
|
| H A D | ck_pr.h | 195 T previous = 0; \ 202 : "=&r" (previous), \
|
| /f-stack/freebsd/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 214 T previous; \ 301 void *previous, *tmp; in ck_pr_cas_ptr_value() local 309 : "=&r" (previous), in ck_pr_cas_ptr_value() 322 void *previous, *tmp; in ck_pr_cas_ptr() local 330 : "=&r" (previous), in ck_pr_cas_ptr() 399 T previous = 0; \ 406 : "+&r" (previous), \ 411 return (previous); \ 430 T previous = 0; \ 471 T previous = 0; \ [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 153 T previous; \ 172 T previous; \ 201 T previous; \ 206 : "=&r" (previous) \ 210 return (previous); \ 224 T previous; \ 230 : "=&r" (previous) \ 258 T previous; \ 294 uintptr_t previous, r; local 301 : "=&r" (previous), [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_pr.h | 211 T previous; \ 216 (C)previous, \ 480 T previous; \ 485 (C)(previous P (R ((T)1 << offset))), &previous) == false) \ 621 T previous; \ 626 (C)previous, \ 894 T previous; \ 911 T previous; \ 1099 T previous; \ 1116 C previous; \ [all …]
|
| H A D | ck_tflock.h | 84 uint32_t previous; in ck_tflock_ticket_write_lock() local 86 previous = ck_tflock_ticket_fca_32(&lock->request, CK_TFLOCK_TICKET_WC_TOPMSK, in ck_tflock_ticket_write_lock() 89 while (ck_pr_load_32(&lock->completion) != previous) in ck_tflock_ticket_write_lock() 109 uint32_t previous; in ck_tflock_ticket_read_lock() local 111 previous = ck_tflock_ticket_fca_32(&lock->request, in ck_tflock_ticket_read_lock() 118 CK_TFLOCK_TICKET_W_MASK) != previous) { in ck_tflock_ticket_read_lock()
|
| H A D | ck_brlock.h | 49 struct ck_brlock_reader *previous; member 146 reader->previous = NULL; in ck_brlock_read_register() 153 reader->next->previous = reader; in ck_brlock_read_register() 167 reader->next->previous = reader->previous; in ck_brlock_read_unregister() 169 if (reader->previous != NULL) in ck_brlock_read_unregister() 170 reader->previous->next = reader->next; in ck_brlock_read_unregister()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 463 previous = &(aclp->acl_entry[i - 1]); in acl_nfs4_sync_acl_from_mode_draft() 483 if (previous->ae_flags) in acl_nfs4_sync_acl_from_mode_draft() 507 previous = entry; in acl_nfs4_sync_acl_from_mode_draft() 513 previous->ae_tag = entry->ae_tag; in acl_nfs4_sync_acl_from_mode_draft() 514 previous->ae_id = entry->ae_id; in acl_nfs4_sync_acl_from_mode_draft() 516 previous->ae_perm = 0; in acl_nfs4_sync_acl_from_mode_draft() 545 previous->ae_perm |= ACL_READ_DATA; in acl_nfs4_sync_acl_from_mode_draft() 564 previous->ae_perm &= ~ACL_EXECUTE; in acl_nfs4_sync_acl_from_mode_draft() 566 previous->ae_perm |= ACL_EXECUTE; in acl_nfs4_sync_acl_from_mode_draft() 591 previous->ae_perm &= in acl_nfs4_sync_acl_from_mode_draft() [all …]
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hs.c | 254 previous = hs->map; in ck_hs_reset_size() 267 struct ck_hs_map *previous; in ck_hs_reset() local 269 previous = hs->map; in ck_hs_reset() 333 const void *previous, **bucket; in ck_hs_grow() local 347 previous = map->entries[k]; in ck_hs_grow() 348 if (previous == CK_HS_EMPTY || previous == CK_HS_TOMBSTONE) in ck_hs_grow() 353 previous = CK_HS_VMA(previous); in ck_hs_grow() 643 void **previous) in ck_hs_fas() argument 649 *previous = NULL; in ck_hs_fas() 758 void **previous) in ck_hs_set() argument [all …]
|
| H A D | ck_hp.c | 227 ck_stack_entry_t *previous, *entry, *next; in ck_hp_reclaim() local 238 previous = NULL; in ck_hp_reclaim() 244 previous = entry; in ck_hp_reclaim() 250 previous = entry; in ck_hp_reclaim() 257 if (previous) in ck_hp_reclaim() 258 CK_STACK_NEXT(previous) = CK_STACK_NEXT(entry); in ck_hp_reclaim()
|
| H A D | ck_rhs.c | 405 previous = hs->map; in ck_rhs_reset_size() 418 struct ck_rhs_map *previous; in ck_rhs_reset() local 420 previous = hs->map; in ck_rhs_reset() 514 if (previous == CK_RHS_EMPTY) in ck_rhs_grow() 519 previous = CK_RHS_VMA(previous); in ck_rhs_grow() 522 h = hs->hf(previous, hs->seed); in ck_rhs_grow() 550 previous = CK_RHS_VMA(previous); in ck_rhs_grow() 1072 void **previous) in ck_rhs_fas() argument 1081 *previous = NULL; in ck_rhs_fas() 1238 void **previous) in ck_rhs_set() argument [all …]
|
| H A D | ck_ht.c | 662 struct ck_ht_entry *bucket, *previous; in ck_ht_grow_spmc() local 678 previous = &map->entries[k]; in ck_ht_grow_spmc() 680 if (previous->key == CK_HT_KEY_EMPTY || previous->key == CK_HT_KEY_TOMBSTONE) in ck_ht_grow_spmc() 688 key = ck_ht_entry_key(previous); in ck_ht_grow_spmc() 689 key_length = ck_ht_entry_key_length(previous); in ck_ht_grow_spmc() 693 h.value = previous->hash; in ck_ht_grow_spmc() 699 h.value = previous->hash; in ck_ht_grow_spmc() 701 table->h(&h, &previous->key, sizeof(previous->key), table->seed); in ck_ht_grow_spmc() 716 *cursor = *previous; in ck_ht_grow_spmc()
|
| H A D | ck_epoch.c | 199 struct ck_epoch_ref *previous; in _ck_epoch_addref() local 211 previous = &record->local.bucket[(i + 1) & in _ck_epoch_addref() 213 if (previous->count > 0) in _ck_epoch_addref()
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_locore.asm | 65 .previous 118 .previous 149 .previous
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_locore.asm | 72 .previous 125 .previous 156 .previous
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | armada-38x.txt | 12 following property before the previous one: 19 following property before the previous one:
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_timer.c | 275 uint32_t delta, now, previous, remaining; in DELAY() local 306 previous = jz4780_get_timecount(&jz4780_timer_sc->tc); in DELAY() 323 delta = now - previous; in DELAY() 328 previous = now; in DELAY()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_locore.asm | 76 .previous 108 .previous
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldo.c | 147 struct lua_longjmp *previous; member 198 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected() 204 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected() 218 for (ci = L->ci; ci != NULL; ci = ci->previous) { in correctstack() 267 for (ci = L->ci; ci != NULL; ci = ci->previous) { in stackinuse() 317 if (isLua(ci->previous) && in callhook() 318 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) { in callhook() 442 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall() 446 L->ci = ci = ci->previous; /* back to caller */ in luaD_poscall() 528 for (ci = L->ci; ci != NULL; ci = ci->previous) { /* search for a pcall */ in findpcall()
|
| /f-stack/freebsd/contrib/ck/include/gcc/sparcv9/ |
| H A D | ck_pr.h | 189 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *previous) in ck_pr_cas_ptr_value() argument 192 return ck_pr_cas_64_value(target, (uint64_t)compare, (uint64_t)set, previous); in ck_pr_cas_ptr_value()
|