Home
last modified time | relevance | path

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

/security/keys/
Dkeyctl.c1776 struct watch_list *wlist = NULL; in keyctl_watch_key() local
1799 wlist = kzalloc(sizeof(*wlist), GFP_KERNEL); in keyctl_watch_key()
1800 if (!wlist) in keyctl_watch_key()
1802 init_watch_list(wlist, NULL); in keyctl_watch_key()
1819 key->watchers = wlist; in keyctl_watch_key()
1820 wlist = NULL; in keyctl_watch_key()
1842 kfree(wlist); in keyctl_watch_key()