Lines Matching defs:enabled
32 * such event. Similarly, events' generation itself is enabled at the platform
348 * @enabled: A boolean which records if event's generation has been already
349 * enabled for this handler as a whole
362 bool enabled;
1004 * Events generation is NOT enabled right after creation within this routine
1107 * successfully enabled/disabled.
1161 if (!hndl->enabled) {
1165 hndl->enabled = true;
1175 if (hndl->enabled) {
1179 hndl->enabled = false;
1275 * and that specific event's generation is enabled at the platform level, unless