Searched refs:dmp_feat (Results 1 – 1 of 1) sorted by relevance
61 static struct dmp_feat_t dmp_feat[FEAT_NUM] = {{0}}; variable459 VARVAL("%d", dmp_feat[i].enabled); in dump_dmp_event_struct()460 VARVAL("%s", dmp_feat[i].sysfs_name); in dump_dmp_event_struct()461 VARVAL("%p", dmp_feat[i].phandler); in dump_dmp_event_struct()462 VARVAL("%p", dmp_feat[i].pollfd); in dump_dmp_event_struct()463 if (dmp_feat[i].pollfd) { in dump_dmp_event_struct()464 VARVAL("%d", dmp_feat[i].pollfd->events); in dump_dmp_event_struct()465 VARVAL("%d", dmp_feat[i].pollfd->revents); in dump_dmp_event_struct()466 VARVAL("%d", dmp_feat[i].pollfd->fd); in dump_dmp_event_struct()485 if (!dmp_feat[i].enabled) in init_dmp_event_fds()[all …]