Searched refs:syscall_next (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.c164 static int syscall_next=0; variable
211 stored_syscalls[syscall_next].pid = current->pid;
212 stored_syscalls[syscall_next].syscall_number = syscallno;
213 syscall_next++;
214 syscall_next &= (N_STORED_SYSCALLS - 1);
220 while (syscall_next_print != syscall_next) {

Completed in 46 milliseconds