Searched refs:any_arg (Results 1 – 1 of 1) sorted by relevance
176 bool any_arg = cb_arg == (void *)(-1); in alarm_matches() local177 return (ap->cb_fn == cb_fn) && (any_arg || ap->cb_arg == cb_arg); in alarm_matches()