Searched refs:gate_table_size (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/ia64/kernel/
H A Dunwind.c109 size_t gate_table_size; member in struct:__anon1738
2221 unw.gate_table_size = 0; create_gate_table()
2225 unw.gate_table_size = size; create_gate_table()
2318 if (buf && buf_size >= unw.gate_table_size) sys_getunwind()
2319 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0)
2321 return unw.gate_table_size;

Completed in 89 milliseconds