Searched refs:gate_table_size (Results 1 – 1 of 1) sorted by relevance
110 size_t gate_table_size; member2219 unw.gate_table_size = 0; in create_gate_table()2223 unw.gate_table_size = size; in create_gate_table()2316 if (buf && buf_size >= unw.gate_table_size) in sys_getunwind()2317 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0) in sys_getunwind()2319 return unw.gate_table_size; in sys_getunwind()