Searched refs:stack_entry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_epoch.h | 62 ck_stack_entry_t stack_entry; member 206 ck_stack_push_spnc(&record->pending[offset], &entry->stack_entry); in ck_epoch_call() 226 ck_stack_push_upmc(&record->pending[offset], &entry->stack_entry); in ck_epoch_call_strict()
|
| /freebsd-12.1/sys/vm/ |
| H A D | vm_map.c | 4198 vm_map_entry_t stack_entry; in vm_map_growstack() local 4238 stack_entry = gap_entry->next; in vm_map_growstack() 4240 stack_entry->start != gap_entry->end) in vm_map_growstack() 4245 stack_entry = gap_entry->prev; in vm_map_growstack() 4247 stack_entry->end != gap_entry->start) in vm_map_growstack() 4357 stack_entry->protection, stack_entry->max_protection, in vm_map_growstack() 4371 grow_start = stack_entry->end; in vm_map_growstack() 4372 cred = stack_entry->cred; in vm_map_growstack() 4380 stack_entry->offset, in vm_map_growstack() 4381 (vm_size_t)(stack_entry->end - stack_entry->start), in vm_map_growstack() [all …]
|
| /freebsd-12.1/sys/contrib/ck/src/ |
| H A D | ck_epoch.c | 145 CK_STACK_CONTAINER(struct ck_epoch_entry, stack_entry, in CK_STACK_CONTAINER() 374 ck_stack_push_spnc(deferred, &entry->stack_entry); in ck_epoch_dispatch()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_epoch.c | 123 CK_STACK_CONTAINER(struct ck_epoch_entry, stack_entry,
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic79xx.c | 8925 u_int stack_entry; in ahd_probe_stack_size() local 8927 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size() 8929 if (stack_entry != i) in ahd_probe_stack_size()
|