|
Linux Kernel
3.7.1
|
#include <grutables.h>
Public Member Functions | |
| DECLARE_BITMAP (ms_asidmap, GRU_MAX_GRUS) | |
Data Fields | |
| struct mmu_notifier | ms_notifier |
| atomic_t | ms_refcnt |
| spinlock_t | ms_asid_lock |
| atomic_t | ms_range_active |
| char | ms_released |
| wait_queue_head_t | ms_wait_queue |
| struct gru_mm_tracker | ms_asids [GRU_MAX_GRUS] |
Definition at line 320 of file grutables.h.
| DECLARE_BITMAP | ( | ms_asidmap | , |
| GRU_MAX_GRUS | |||
| ) |
| spinlock_t ms_asid_lock |
Definition at line 323 of file grutables.h.
| struct gru_mm_tracker ms_asids[GRU_MAX_GRUS] |
Definition at line 328 of file grutables.h.
| struct mmu_notifier ms_notifier |
Definition at line 321 of file grutables.h.
| atomic_t ms_range_active |
Definition at line 324 of file grutables.h.
| atomic_t ms_refcnt |
Definition at line 322 of file grutables.h.
| char ms_released |
Definition at line 325 of file grutables.h.
| wait_queue_head_t ms_wait_queue |
Definition at line 326 of file grutables.h.
1.8.2