Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/agp/
Dbackend.c174 bridge->key_list = vzalloc(PAGE_SIZE * 4); in agp_backend_initialize()
175 if (bridge->key_list == NULL) { in agp_backend_initialize()
205 vfree(bridge->key_list); in agp_backend_initialize()
206 bridge->key_list = NULL; in agp_backend_initialize()
219 vfree(bridge->key_list); in agp_backend_cleanup()
220 bridge->key_list = NULL; in agp_backend_cleanup()
Dagp.h142 unsigned long *key_list; member
Dgeneric.c67 clear_bit(key, agp_bridge->key_list); in agp_free_key()
76 bit = find_first_zero_bit(agp_bridge->key_list, MAXKEY); in agp_get_key()
78 set_bit(bit, agp_bridge->key_list); in agp_get_key()
/linux-3.4.99/include/net/sctp/
Dauth.h70 struct list_head key_list; member
76 list_for_each_entry(__key, __list_head, key_list)
79 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/linux-3.4.99/net/mac80211/
Dkey.c278 list_add_tail(&new->list, &sdata->key_list); in __ieee80211_key_replace()
544 list_for_each_entry(key, &sdata->key_list, list) { in ieee80211_enable_keys()
570 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_iter_keys()
576 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_iter_keys()
593 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_disable_keys()
607 list_for_each_entry_safe(key, tmp, &sdata->key_list, list) in ieee80211_free_keys()
Dieee80211_i.h653 struct list_head key_list; member
Diface.c1191 INIT_LIST_HEAD(&sdata->key_list); in ieee80211_if_add()
Dutil.c1443 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_resume_disconnect()
/linux-3.4.99/net/sctp/
Dauth.c110 INIT_LIST_HEAD(&new->key_list); in sctp_auth_shkey_create()
119 BUG_ON(!list_empty(&sh_key->key_list)); in sctp_auth_shkey_free()
137 list_del_init(&ep_key->key_list); in sctp_auth_destroy_keys()
379 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
866 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
946 list_del_init(&key->key_list); in sctp_auth_del_key_id()
Dendpointola.c163 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()