HomeSort by: relevance | last modified time | path
    Searched defs:_init_srcu_struct (Results 1 - 2 of 2) 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/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 12 milliseconds