Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A Drseq.c59 static unsigned int rseq_alloc_size; variable
157 rseq_alloc_size = ORIG_RSEQ_ALLOC_SIZE; in __rseq_register_current_thread()
159 rseq_alloc_size = size; in __rseq_register_current_thread()
161 rc = sys_rseq(&__rseq.abi, rseq_alloc_size, 0, RSEQ_SIG); in __rseq_register_current_thread()
194 rc = sys_rseq(&__rseq.abi, rseq_alloc_size, RSEQ_ABI_FLAG_UNREGISTER, RSEQ_SIG); in rseq_unregister_current_thread()