Searched refs:llist_node (Results 1 - 25 of 109) sorted by last modified time

12345

/linux-master/net/sunrpc/
H A Dsvc_xprt.c1107 struct llist_node *q, **t1, *t2;
H A Dsvc.c707 struct llist_node *ln;
/linux-master/mm/
H A Dvmalloc.c3264 struct llist_node *t, *llnode;
3290 if (addr && llist_add((struct llist_node *)addr, &p->list))
H A Dmemory-failure.c1849 struct llist_node node;
1895 struct llist_node *head;
H A Dhugetlb.c1804 * to be cleared in free_hpage_workfn() anyway, it is reused as the llist_node
1811 struct llist_node *node;
1859 if (llist_add((struct llist_node *)&folio->mapping, &hpage_freelist))
/linux-master/kernel/trace/
H A Drethook.c23 struct llist_node *node;
206 struct llist_node **cur)
209 struct llist_node *node = *cur;
232 * @cur: a storage of the loop cursor llist_node pointer for next call
245 struct llist_node **cur)
282 struct llist_node *first, *node = NULL;
/linux-master/kernel/sched/
H A Dcore.c3877 struct llist_node *llist = arg;
/linux-master/kernel/module/
H A Dmain.c2471 struct llist_node node;
2479 struct llist_node *pos, *n, *list;
/linux-master/kernel/
H A Dkprobes.c1936 struct llist_node *node;
1968 struct llist_node **cur)
1971 struct llist_node *node = *cur;
1994 * @cur: a storage of the loop cursor llist_node pointer for next call
2006 struct llist_node **cur)
2038 struct llist_node *first, *node = NULL;
/linux-master/kernel/bpf/
H A Dmemalloc.c34 * struct llist_node.
36 #define LLIST_NODE_SZ sizeof(struct llist_node)
106 struct llist_node *free_by_rcu_tail;
108 struct llist_node *waiting_for_gp_tail;
126 static struct llist_node notrace *__llist_del_first(struct llist_head *head)
128 struct llist_node *entry, *next;
267 static int free_all(struct llist_node *llnode, bool percpu)
269 struct llist_node *pos, *t;
300 struct llist_node *llnode = obj;
310 struct llist_node *llnod
[all...]
H A Dhashtab.c2250 #define LLIST_NODE_SZ sizeof(struct llist_node)
/linux-master/include/linux/
H A Dskbuff.h877 struct llist_node ll_node;
H A Dkprobes.h167 struct llist_node llist;
557 struct llist_node **cur)
568 struct llist_node **cur);
578 struct llist_node **cur)
H A Dfs.h992 struct llist_node f_llist;
/linux-master/drivers/iommu/amd/
H A Diommu.c218 struct llist_node *node;
H A Damd_iommu_types.h842 struct llist_node dev_data_list; /* For global dev_data_list */
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c2242 struct llist_node *freed;
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c387 struct llist_node node;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h410 struct llist_node uabi_llist;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h319 struct llist_node freed;
/linux-master/drivers/acpi/apei/
H A Dghes.c1102 struct llist_node *llnode, *next;
1149 struct llist_node *llnode;
/linux-master/net/ipv4/
H A Dinet_fragment.c156 struct llist_node *kill_list;
/linux-master/net/core/
H A Dnet_namespace.c587 struct llist_node *net_kill_list;
/linux-master/kernel/rcu/
H A Dtree.c1575 static bool rcu_sr_is_wait_head(struct llist_node *node)
1581 static struct llist_node *rcu_sr_get_wait_head(void)
1596 static void rcu_sr_put_wait_head(struct llist_node *node)
1608 static void rcu_sr_normal_complete(struct llist_node *node)
1625 struct llist_node *done, *rcu, *next, *head;
1670 struct llist_node *wait_tail, *next, *rcu;
1713 struct llist_node *first;
1714 struct llist_node *wait_head;
1745 llist_add((struct llist_node *) &rs->head, &rcu_state.srs_next);
3328 llist_add((struct llist_node *) bnod
[all...]
H A Dtree.h328 struct llist_node node;
419 struct llist_node *srs_wait_tail; /* wait for GP users. */
420 struct llist_node *srs_done_tail; /* ready for GP users. */

Completed in 514 milliseconds

12345