Searched refs:lv_watch (Results 1 – 2 of 2) sorted by relevance
24 for ((lw) = (l)->lv_watch; (lw) != NULL; (lw) = (lw)->lw_next)34 lw->lw_next = l->lv_watch; in list_add_watch()35 l->lv_watch = lw; in list_add_watch()47 lwp = &l->lv_watch; in list_rem_watch()251 && ll->lv_watch == NULL) in list_free_nonref()286 && ll->lv_watch == NULL) in list_free_items()
1494 listwatch_T *lv_watch; // first watcher, NULL if none member