Searched refs:private (Results 1 – 7 of 7) sorted by relevance
56 crash = (struct crash_t *)e->private; in wdt_timeout()61 info = (struct info_t *)e->private; in wdt_timeout()179 vme = (struct vm_event_t *)e->private; in event_handle()
286 struct crash_t *crash = (struct crash_t *)e->private; in crashlog_send_crash()339 struct info_t *info = (struct info_t *)e->private; in crashlog_send_info()400 struct vm_event_t *vme = (struct vm_event_t *)e->private; in crashlog_send_vmevent()472 rcrash = (struct crash_t *)e->private; in crashlog_event_analyze()488 e->private = (void *)crash; in crashlog_event_analyze()491 vme = (struct vm_event_t *)e->private; in crashlog_event_analyze()523 crash = (struct crash_t *)e->private; in crashlog_new_event()532 info = (struct info_t *)e->private; in crashlog_new_event()545 vme = (struct vm_event_t *)e->private; in crashlog_new_event()
66 const char *channel, void *private, in create_event() argument85 e->private = private; in create_event()389 void *private; in receive_inotify_events() local423 event_type = get_conf_by_wd(ievent->wd, &private); in receive_inotify_events()428 private, channel->fd, in receive_inotify_events()
275 enum event_type_t get_conf_by_wd(int wd, void **private) in get_conf_by_wd() argument281 *private = conf; in get_conf_by_wd()287 *private = conf; in get_conf_by_wd()
494 void *private) in callback_for_subentries() argument497 struct walking_inode_data *data = private; in callback_for_subentries()
28 void *private; member
252 enum event_type_t get_conf_by_wd(int wd, void **private);
Completed in 14 milliseconds