HomeSort by: relevance | last modified time | path
    Searched refs:notifiers (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_abi16.h 26 struct list_head notifiers; member in struct:nouveau_abi16_chan
nouveau_abi16.c 140 list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) {
304 INIT_LIST_HEAD(&chan->notifiers);
507 list_add(&ntfy->head, &chan->notifiers);
548 list_add(&ntfy->head, &chan->notifiers);
611 list_for_each_entry(ntfy, &chan->notifiers, head) {

Completed in 48 milliseconds