Home
last modified time | relevance | path

Searched refs:NUM_SYSCALL_INFO_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sh64/lib/
Dsyscalltab.h311 #define NUM_SYSCALL_INFO_ENTRIES (sizeof(syscall_info_table)/sizeof(struct syscall_info)) macro
Ddbg.c147 if (syscallno < NUM_SYSCALL_INFO_ENTRIES) in evt_debug()