Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 2 of 2) sorted by relevance

/net/sched/
Dsch_cake.c1398 struct cake_heap_entry ii = q->overflow_heap[i]; in cake_heap_swap() local
1402 q->overflow_heap[j] = ii; in cake_heap_swap()
1404 q->tins[ii.t].overflow_idx[ii.b] = j; in cake_heap_swap()
1410 struct cake_heap_entry ii = q->overflow_heap[i]; in cake_heap_get_backlog() local
1412 return q->tins[ii.t].backlogs[ii.b]; in cake_heap_get_backlog()
/net/bluetooth/
Dhci_sock.c427 struct hci_mon_index_info *ii; in create_monitor_event() local
465 ii = skb_put(skb, HCI_MON_INDEX_INFO_SIZE); in create_monitor_event()
466 bacpy(&ii->bdaddr, &hdev->bdaddr); in create_monitor_event()
467 ii->manufacturer = cpu_to_le16(hdev->manufacturer); in create_monitor_event()