Searched refs:upper_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dpid_list.c42 if (!pid_list->upper_list)
45 chunk = pid_list->upper_list;
46 pid_list->upper_list = chunk->next;
75 chunk->next = pid_list->upper_list;
76 pid_list->upper_list = chunk;
378 *upper_next = pid_list->upper_list;
379 pid_list->upper_list = upper;
433 chunk->next = pid_list->upper_list;
434 pid_list->upper_list = chunk;
476 while (pid_list->upper_list) {
[all...]
H A Dpid_list.h29 * then one is retrieved from the upper_list cache. If none is
82 union upper_chunk *upper_list; member in struct:trace_pid_list
/linux-master/drivers/infiniband/core/
H A Droce_gid_mgmt.c530 struct upper_list { struct
538 struct upper_list *entry = kmalloc(sizeof(*entry), GFP_ATOMIC);
539 struct list_head *upper_list = (struct list_head *)priv->data; local
544 list_add_tail(&entry->list, upper_list);
559 struct upper_list *upper_iter;
560 struct upper_list *upper_temp;
561 LIST_HEAD(upper_list);
563 priv.data = &upper_list;
569 list_for_each_entry_safe(upper_iter, upper_temp, &upper_list,

Completed in 194 milliseconds