Lines Matching refs:node_last
437 struct node_data *node_first, *node_last; in list_is_edge_test1() local
440 node_last = __add_in_list(&head, &lock); in list_is_edge_test1()
441 if (!node_last) in list_is_edge_test1()
446 bpf_obj_drop(node_last); in list_is_edge_test1()
455 if (!bpf_list_is_last(&head, &node_last->l)) in list_is_edge_test1()
461 bpf_obj_drop(node_last); in list_is_edge_test1()
543 struct node_data *node_first, *node_last; in list_del_test1() local
547 node_last = __add_in_list(&head, &lock); in list_del_test1()
548 if (!node_last) in list_del_test1()
553 bpf_obj_drop(node_last); in list_del_test1()
558 bpf_node_last = bpf_list_del(&head, &node_last->l); in list_del_test1()
573 bpf_obj_drop(node_last); in list_del_test1()