Searched refs:key_list (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/char/agp/ |
| H A D | backend.c | 176 bridge->key_list = vzalloc(PAGE_SIZE * 4); in agp_backend_initialize() 177 if (bridge->key_list == NULL) { in agp_backend_initialize() 207 vfree(bridge->key_list); in agp_backend_initialize() 208 bridge->key_list = NULL; in agp_backend_initialize() 221 vfree(bridge->key_list); in agp_backend_cleanup() 222 bridge->key_list = NULL; in agp_backend_cleanup()
|
| H A D | agp.h | 141 unsigned long *key_list; member
|
| H A D | generic.c | 67 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/net/sctp/ |
| H A D | auth.c | 89 INIT_LIST_HEAD(&new->key_list); in sctp_auth_shkey_create() 99 BUG_ON(!list_empty(&sh_key->key_list)); in sctp_auth_shkey_destroy() 128 list_del_init(&ep_key->key_list); in sctp_auth_destroy_keys() 370 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys() 764 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key() 768 list_del_init(&shkey->key_list); in sctp_auth_set_key() 769 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key() 773 list_del_init(&cur_key->key_list); in sctp_auth_set_key() 775 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key() 864 list_del_init(&key->key_list); in sctp_auth_del_key_id() [all …]
|
| H A D | endpointola.c | 107 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
|
| H A D | socket.c | 9207 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_wfree()
|
| /linux/net/mac80211/ |
| H A D | util.c | 2416 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_reconfig_disconnect()
|