Home
last modified time | relevance | path

Searched refs:stack_entry (Results 1 – 5 of 5) sorted by relevance

/linux/net/unix/
H A Dgarbage.c90 struct list_head stack_entry; member
489 list_add(&edge->stack_entry, &edge_stack); in __unix_walk_scc()
498 edge = list_first_entry(&edge_stack, typeof(*edge), stack_entry); in __unix_walk_scc()
499 list_del_init(&edge->stack_entry); in __unix_walk_scc()
/linux/kernel/trace/
H A Dtrace_entries.h217 FTRACE_ENTRY(kernel_stack, stack_entry,
H A Dtrace_osnoise.c648 struct stack_entry *entry; in __timerlat_dump_stack()
H A Dtrace.c2129 struct stack_entry *entry; in __ftrace_trace_stack()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9570 u_int stack_entry; in ahd_probe_stack_size() local
9572 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size()
9574 if (stack_entry != i) in ahd_probe_stack_size()