Searched refs:hashtab_xperms (Results 1 – 1 of 1) sorted by relevance
1716 ebitmap_t *hashtab_xperms; in __cil_avrulex_ioctl_to_hashtable() local1740 hashtab_xperms = (ebitmap_t *)hashtab_search(h, (hashtab_key_t)avtab_key); in __cil_avrulex_ioctl_to_hashtable()1741 if (!hashtab_xperms) { in __cil_avrulex_ioctl_to_hashtable()1742 hashtab_xperms = cil_malloc(sizeof(*hashtab_xperms)); in __cil_avrulex_ioctl_to_hashtable()1743 rc = ebitmap_cpy(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()1748 rc = hashtab_insert(h, (hashtab_key_t)avtab_key, hashtab_xperms); in __cil_avrulex_ioctl_to_hashtable()1755 rc = ebitmap_union(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()