Home
last modified time | relevance | path

Searched refs:pnotify (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dnotify.c223 nvif_notify_ref(struct nvif_notify *notify, struct nvif_notify **pnotify) in nvif_notify_ref() argument
226 if (*pnotify) in nvif_notify_ref()
227 (*pnotify)->dtor(*pnotify); in nvif_notify_ref()
228 *pnotify = notify; in nvif_notify_ref()
234 struct nvif_notify **pnotify) in nvif_notify_new() argument
244 *pnotify = notify; in nvif_notify_new()
/linux-4.1.27/fs/cifs/
Dmisc.c412 struct file_notify_information *pnotify; in is_valid_oplock_break() local
417 pnotify = (struct file_notify_information *) in is_valid_oplock_break()
420 pnotify->FileName, pnotify->Action); in is_valid_oplock_break()