Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
A 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()
A Dagp.h142 unsigned long *key_list; member
A 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/include/net/sctp/
A Dauth.h49 struct list_head key_list; member
57 list_for_each_entry(__key, __list_head, key_list)
60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/linux/net/sctp/
A Dauth.c88 INIT_LIST_HEAD(&new->key_list); in sctp_auth_shkey_create()
98 BUG_ON(!list_empty(&sh_key->key_list)); in sctp_auth_shkey_destroy()
127 list_del_init(&ep_key->key_list); in sctp_auth_destroy_keys()
369 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
861 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
865 list_del_init(&shkey->key_list); in sctp_auth_set_key()
867 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
951 list_del_init(&key->key_list); in sctp_auth_del_key_id()
997 if (asoc && !list_empty(&key->key_list) && in sctp_auth_deact_key_id()
A Dendpointola.c102 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
A Dsm_make_chunk.c83 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_control_release_owner()
A Dsocket.c9139 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_wfree()
/linux/net/mac80211/
A Dkey.c442 list_add_tail_rcu(&new->list, &sdata->key_list); in ieee80211_key_replace()
912 list_for_each_entry(key, &sdata->key_list, list) { in ieee80211_reenable_keys()
939 list_for_each_entry_safe(key, tmp, &sdata->key_list, list) in ieee80211_iter_keys()
946 &sdata->key_list, list) in ieee80211_iter_keys()
967 list_for_each_entry_rcu(key, &sdata->key_list, list) { in _ieee80211_iter_keys_rcu()
1014 list_for_each_entry_safe(key, tmp, &sdata->key_list, list) { in ieee80211_free_keys_iface()
A Dieee80211_i.h903 struct list_head key_list; member
A Diface.c2021 INIT_LIST_HEAD(&sdata->key_list); in ieee80211_if_add()
A Dutil.c2729 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_resume_disconnect()

Completed in 52 milliseconds