| 40 | } TPP_PH, * PTPP_PH; |
| 41 | |
| 42 | typedef struct _TP_DIRECT |
| 43 | { |
| 44 | struct _TP_TASK Task; |
| 45 | UINT64 Lock; |
| 46 | struct _LIST_ENTRY IoCompletionInformationList; |
| 47 | void* Callback; |
| 48 | UINT32 NumaNode; |
| 49 | UINT8 IdealProcessor; |
| 50 | char __PADDING__[3]; |
| 51 | } TP_DIRECT, * PTP_DIRECT; |
| 52 | |
| 53 | typedef struct _TPP_TIMER_SUBQUEUE |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected