Searched refs:s_prev_ent (Results 1 – 5 of 5) sorted by relevance
687 tcp->s_prev_ent ? tcp->s_prev_ent->sys_name : "system call"); in SYS_FUNC()
774 tcp->s_prev_ent = NULL; in syscall_exiting_trace()783 tcp->s_prev_ent = tcp->s_ent; in syscall_exiting_trace()1187 s->tcp->s_prev_ent = s->tcp->s_ent = NULL; in free_sysent_buf()
230 const struct_sysent *s_prev_ent; /* for "resuming interrupted SYSCALL" msg */ member
2198 tcp->s_prev_ent = tcp->s_ent; in startup_tcb()
26653 Make sure that tcp->s_ent and tcp->s_prev_ent do not point to freed memory38891 This patch does this. It adds tcp->s_prev_ent, which is38899 in the same member (tcp->s_prev_ent).