[BACK]Return to subr_psref.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/subr_psref.c between version 1.17 and 1.18

version 1.17, 2022/02/08 12:59:16 version 1.18, 2022/02/12 16:31:06
Line 180  psref_cpu_drained_p(void *p, void *cooki
Line 180  psref_cpu_drained_p(void *p, void *cooki
                 *retp = false;                  *retp = false;
 }  }
   
 static bool  static bool __diagused
 psref_class_drained_p(const struct psref_class *prc)  psref_class_drained_p(const struct psref_class *prc)
 {  {
         bool ret = true;          bool ret = true;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>