Searched refs:gate_table_size (Results 1 – 1 of 1) sorted by relevance
111 size_t gate_table_size; member2174 unw.gate_table_size = 0; in unw_create_gate_table()2178 unw.gate_table_size = size; in unw_create_gate_table()2260 if (buf && buf_size >= unw.gate_table_size) in sys_getunwind()2261 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()2263 return unw.gate_table_size; in sys_getunwind()