Home
last modified time | relevance | path

Searched refs:runcount (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/rtl/
H A Dtimerqueue.c44 ULONG runcount; /* number of callbacks pending execution */ member
74 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()
/reactos/drivers/filesystems/ntfs/
H A Dattrib.c1623 ULONGLONG runcount = 0; in NtfsDumpAttribute() local
1710 FindRun(Attribute,0,&lcn, &runcount); in NtfsDumpAttribute()
1715 lcn, lcn + runcount - 1); in NtfsDumpAttribute()