Searched refs:tg_machine_data_size (Results 1 – 1 of 1) sorted by relevance
79 static uint32_t tg_machine_data_size; variable101 …E_parse_boot_argn("kern.thread_group_extra_bytes", &tg_machine_data_size, sizeof(tg_machine_data_s… in thread_group_init()102 … (!PE_get_default("kern.thread_group_extra_bytes", &tg_machine_data_size, sizeof(tg_machine_data_s… in thread_group_init()103 tg_machine_data_size = 8; in thread_group_init()120 tg_size = sizeof(struct thread_group) + tg_machine_data_size; in thread_group_init()124 tg_machine_data_size = tg_size - sizeof(struct thread_group); in thread_group_init()1203 return tg_machine_data_size; in thread_group_machine_data_size()