Searched refs:guard_size (Results 1 – 6 of 6) sorted by relevance
40 attr->guard_size = USER_STACK_GUARD_SIZE; in pthread_attr_init()185 *guardsize = attr->guard_size; in pthread_attr_getguardsize()199 attr->guard_size = guardsize; in pthread_attr_setguardsize()266 attr->guard_size = 0; in __pthread_attr_get_np()
127 attributes->guard_size = attr->guard_size; in __pthread_init_creation_attributes()
51 size_t guard_size; member
1022 int error, guard_size, i; in ale_dma_alloc() local1025 guard_size = ALE_JUMBO_FRAMELEN; in ale_dma_alloc()1027 guard_size = ALE_MAX_FRAMELEN; in ale_dma_alloc()1028 sc->ale_pagesize = roundup(guard_size + ALE_RX_PAGE_SZ, in ale_dma_alloc()
531 this->guard_size = 0; in ThreadCreationAttributes()971 attributes.additional_stack_size, attributes.guard_size, in thread_create_thread()