HomeSort by: relevance | last modified time | path
    Searched defs:rcu_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
rcupdate.h 68 struct rcu_head { struct
70 void (*callback)(struct rcu_head *);
73 struct rcu_head *rcuh_next;
89 void init_rcu_head(struct rcu_head *);
90 void destroy_rcu_head(struct rcu_head *);
92 void call_rcu(struct rcu_head *, void (*)(struct rcu_head *));
100 void _kfree_rcu(struct rcu_head *, void *);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 129 struct rcu_head rcu_head; member in struct:ttm_ref_object
446 kfree_rcu(ref, rcu_head);

Completed in 11 milliseconds