HomeSort by: relevance | last modified time | path
    Searched refs:_init_srcu_struct (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
srcu.h 40 #define _init_srcu_struct linux__init_init_srcu_struct macro
59 #define init_srcu_struct(S) _init_srcu_struct(S, #S)
61 void _init_srcu_struct(struct srcu_struct *, const char *);
  /src/sys/external/bsd/drm2/drm/
drm_module.c 132 _init_srcu_struct(&drm_unplug_srcu, "drmunplg");
  /src/sys/external/bsd/common/linux/
linux_srcu.c 76 * _init_srcu_struct(srcu, name)
87 _init_srcu_struct(struct srcu_struct *srcu, const char *name) function in typeref:typename:void

Completed in 13 milliseconds