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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c110 size_t gate_table_size; member in struct:__anon3552
2205 unw.gate_table_size = 0;
2209 unw.gate_table_size = size;
2302 if (buf && buf_size >= unw.gate_table_size)
2303 if (copy_to_user(buf, unw.gate_table, unw.gate_table_size) != 0)
2305 return unw.gate_table_size;

Completed in 102 milliseconds