- struct ipc_importance_elem iit_elem; /* common element parts */
- task_t iit_task; /* task associated with */
- queue_head_t iit_inherits; /* list of inherit elems hung off this */
- queue_t iit_updateq; /* queue chained on for task policy updates */
- queue_chain_t iit_updates; /* link on update chain */
- queue_chain_t iit_props; /* link on propagation chain */
- uint64_t iit_updatetime; /* timestamp of our last policy update request */
- uint64_t iit_transitions;/* total number of boost transitions (lifetime) */
- uint32_t iit_assertcnt; /* net number of boost assertions (internal, external and legacy) */
- uint32_t iit_legacy_externcnt; /* Legacy external boost count */
- uint32_t iit_legacy_externdrop; /* Legacy external boost drop count */
- uint32_t iit_receiver:1, /* the task can receive importance boost */
- iit_denap:1, /* the task can be awaked from App Nap */
- iit_donor:1, /* the task always sends boosts regardless of boost status */
- iit_live_donor:1, /* the task temporarily sends boosts regardless of boost status */
- iit_updatepolicy:1, /* enqueue for policy update at the end of propagation */
- iit_reserved:3, /* reserved for future use */
- iit_filelocks:24; /* number of file lock boosts */
+ struct ipc_importance_elem iit_elem; /* common element parts */
+ task_t iit_task; /* task associated with */
+ queue_head_t iit_inherits; /* list of inherit elems hung off this */
+ queue_t iit_updateq; /* queue chained on for task policy updates */
+ queue_chain_t iit_updates; /* link on update chain */
+ queue_chain_t iit_props; /* link on propagation chain */
+ uint64_t iit_updatetime; /* timestamp of our last policy update request */
+ uint64_t iit_transitions;/* total number of boost transitions (lifetime) */
+ uint32_t iit_assertcnt; /* net number of boost assertions (internal, external and legacy) */
+ uint32_t iit_legacy_externcnt; /* Legacy external boost count */
+ uint32_t iit_legacy_externdrop; /* Legacy external boost drop count */
+ uint32_t iit_receiver:1, /* the task can receive importance boost */
+ iit_denap:1, /* the task can be awaked from App Nap */
+ iit_donor:1, /* the task always sends boosts regardless of boost status */
+ iit_live_donor:1, /* the task temporarily sends boosts regardless of boost status */
+ iit_updatepolicy:1, /* enqueue for policy update at the end of propagation */
+ iit_reserved:3, /* reserved for future use */
+ iit_filelocks:24; /* number of file lock boosts */