Home
last modified time | relevance | path

Searched refs:get_free_idx (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/
H A Dtls.c22 static int get_free_idx(void) in get_free_idx() function
136 idx = get_free_idx(); in do_set_thread_area()
/linux/arch/x86/um/
H A Dtls_32.c48 static int get_free_idx(struct task_struct* task) in get_free_idx() function
269 idx = get_free_idx(current); in SYSCALL_DEFINE1()