Searched refs:next_bucket (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dbcache.h305 __u64 next_bucket; member in struct:prio_set
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h78 LIST_ENTRY(sctp_ifn) next_bucket; member in struct:sctp_ifn
105 LIST_ENTRY(sctp_ifa) next_bucket; member in struct:sctp_ifa
H A Dsctp_pcb.c272 LIST_FOREACH(sctp_ifnp, hash_ifn_head, next_bucket) {
368 LIST_REMOVE(sctp_ifnp, next_bucket);
618 LIST_INSERT_HEAD(hash_ifn_head, sctp_ifnp, next_bucket);
768 LIST_INSERT_HEAD(hash_addr_head, sctp_ifap, next_bucket);
878 LIST_REMOVE(sctp_ifap, next_bucket);
6975 LIST_REMOVE(ifa, next_bucket);
6980 LIST_REMOVE(ifn, next_bucket);
H A Dsctputil.c5541 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) {

Completed in 750 milliseconds