Searched refs:runcount (Results 1 – 2 of 2) sorted by relevance
44 ULONG runcount; /* number of callbacks pending execution */ member74 assert(t->runcount == 0); in queue_remove_timer()91 assert(0 < t->runcount); in timer_cleanup_callback()92 --t->runcount; in timer_cleanup_callback()94 if (t->destroy && t->runcount == 0) in timer_cleanup_callback()159 ++t->runcount; in queue_timer_expire()262 if (t->runcount == 0) in queue_destroy_timer()442 t->runcount = 0; in RtlCreateTimer()562 if (t->runcount == 0 && event) in RtlDeleteTimer()
1623 ULONGLONG runcount = 0; in NtfsDumpAttribute() local1710 FindRun(Attribute,0,&lcn, &runcount); in NtfsDumpAttribute()1715 lcn, lcn + runcount - 1); in NtfsDumpAttribute()