HomeSort by: relevance | last modified time | path
    Searched defs:nvif_notify_work (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_notify.c 61 if (test_bit(NVIF_NOTIFY_WORK, &notify->flags))
110 nvif_notify_work(struct work_struct *work) function in typeref:typename:void
135 if (test_bit(NVIF_NOTIFY_WORK, &notify->flags)) {
188 INIT_WORK(&notify->work, nvif_notify_work);
189 set_bit(NVIF_NOTIFY_WORK, &notify->flags);

Completed in 12 milliseconds