mgmt_pending      387 include/net/bluetooth/hci_core.h 	struct list_head	mgmt_pending;
mgmt_pending     3232 net/bluetooth/hci_core.c 	INIT_LIST_HEAD(&hdev->mgmt_pending);
mgmt_pending     3415 net/bluetooth/hci_core.c 	BUG_ON(!list_empty(&hdev->mgmt_pending));
mgmt_pending     1986 net/bluetooth/mgmt.c 	list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
mgmt_pending     2752 net/bluetooth/mgmt.c 	list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
mgmt_pending      189 net/bluetooth/mgmt_util.c 	list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
mgmt_pending      206 net/bluetooth/mgmt_util.c 	list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
mgmt_pending      222 net/bluetooth/mgmt_util.c 	list_for_each_entry_safe(cmd, tmp, &hdev->mgmt_pending, list) {
mgmt_pending      254 net/bluetooth/mgmt_util.c 	list_add(&cmd->list, &hdev->mgmt_pending);