Searched refs:stack_entry (Results 1 – 8 of 8) sorted by relevance
90 struct list_head stack_entry; member443 list_add(&edge->stack_entry, &edge_stack); in __unix_walk_scc()452 edge = list_first_entry(&edge_stack, typeof(*edge), stack_entry); in __unix_walk_scc()453 list_del_init(&edge->stack_entry); in __unix_walk_scc()
104 struct bpf_stack_state *stack_entry; in nfp_bpf_map_update_value_ok() local108 stack_entry = &state->stack[soff / BPF_REG_SIZE]; in nfp_bpf_map_update_value_ok()109 if (stack_entry->slot_type[soff % BPF_REG_SIZE] == STACK_ZERO) in nfp_bpf_map_update_value_ok()
217 FTRACE_ENTRY(kernel_stack, stack_entry,
1393 struct stack_entry *field; in trace_stack_print()
534 IF_ASSIGN(var, ent, struct stack_entry, TRACE_STACK); \
632 struct stack_entry *entry; in __timerlat_dump_stack()
3013 struct stack_entry *entry; in __ftrace_trace_stack()
9570 u_int stack_entry; in ahd_probe_stack_size() local9572 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size()9574 if (stack_entry != i) in ahd_probe_stack_size()