Searched refs:stale_assocs (Results 1 – 3 of 3) sorted by relevance
79 INIT_LIST_HEAD(&psd->stale_assocs); in psp_dev_create()134 list_splice_init(&psd->prev_assocs, &psd->stale_assocs); in psp_dev_unregister()135 list_for_each_entry_safe(pas, next, &psd->stale_assocs, assocs_list) in psp_dev_unregister()
260 list_splice_init(&psd->prev_assocs, &psd->stale_assocs); in psp_assocs_key_rotated()
86 struct list_head stale_assocs; member