Searched refs:upper_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | pid_list.c | 42 if (!pid_list->upper_list) in get_upper_chunk() 45 chunk = pid_list->upper_list; in get_upper_chunk() 46 pid_list->upper_list = chunk->next; in get_upper_chunk() 75 chunk->next = pid_list->upper_list; in put_upper_chunk() 76 pid_list->upper_list = chunk; in put_upper_chunk() 378 *upper_next = pid_list->upper_list; in pid_list_refill_irq() 379 pid_list->upper_list = upper; in pid_list_refill_irq() 433 chunk->next = pid_list->upper_list; in trace_pid_list_alloc() 434 pid_list->upper_list = chunk; in trace_pid_list_alloc() 476 while (pid_list->upper_list) { in trace_pid_list_free() [all...] |
H A D | pid_list.h | 29 * then one is retrieved from the upper_list cache. If none is 82 union upper_chunk *upper_list; member
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | roce_gid_mgmt.c | 529 struct upper_list { struct 537 struct upper_list *entry = kmalloc(sizeof(*entry), GFP_ATOMIC); in netdev_upper_walk() 538 struct list_head *upper_list = (struct list_head *)priv->data; in netdev_upper_walk() local 543 list_add_tail(&entry->list, upper_list); in netdev_upper_walk() 558 struct upper_list *upper_iter; in handle_netdev_upper() 559 struct upper_list *upper_temp; in handle_netdev_upper() 560 LIST_HEAD(upper_list); in handle_netdev_upper() 562 priv.data = &upper_list; in handle_netdev_upper() 568 list_for_each_entry_safe(upper_iter, upper_temp, &upper_list, in handle_netdev_upper()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | roce_gid_mgmt.c | 530 struct upper_list { struct 538 struct upper_list *entry = kmalloc(sizeof(*entry), GFP_ATOMIC); in netdev_upper_walk() 539 struct list_head *upper_list = (struct list_head *)priv->data; in netdev_upper_walk() local 544 list_add_tail(&entry->list, upper_list); in netdev_upper_walk() 559 struct upper_list *upper_iter; in handle_netdev_upper() 560 struct upper_list *upper_temp; in handle_netdev_upper() 561 LIST_HEAD(upper_list); in handle_netdev_upper() 563 priv.data = &upper_list; in handle_netdev_upper() 569 list_for_each_entry_safe(upper_iter, upper_temp, &upper_list, in handle_netdev_upper()
|
Completed in 5 milliseconds