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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Ddbg.c165 static int syscall_next_print=0; variable
220 while (syscall_next_print != syscall_next) {
222 stored_syscalls[syscall_next_print].pid,
223 syscall_info_table[stored_syscalls[syscall_next_print].syscall_number].name);
224 syscall_next_print++;
225 syscall_next_print &= (N_STORED_SYSCALLS - 1);

Completed in 110 milliseconds