Searched refs:pb (Results 1 – 3 of 3) sorted by relevance
| /net/tipc/ |
| A D | name_table.c | 403 #define publication_after(pa, pb) time_after32((pa)->id, (pb)->id) argument 407 struct publication *pa, *pb; in tipc_publ_sort() local 410 pb = container_of(b, struct publication, list); in tipc_publ_sort() 411 return publication_after(pa, pb); in tipc_publ_sort()
|
| /net/bluetooth/ |
| A D | iso.c | 2295 __u16 pb, ts, len, sn; in iso_recv() local 2300 pb = hci_iso_flags_pb(flags); in iso_recv() 2303 BT_DBG("conn %p len %d pb 0x%x ts 0x%x", conn, skb->len, pb, ts); in iso_recv() 2305 switch (pb) { in iso_recv() 2357 if (pb == ISO_SINGLE) { in iso_recv()
|
| /net/sched/ |
| A D | sch_cake.c | 1507 u32 pb = cake_heap_get_backlog(q, p); in cake_heapify_up() local 1509 if (ib > pb) { in cake_heapify_up()
|
Completed in 18 milliseconds