Home
last modified time | relevance | path

Searched refs:current_head (Results 1 – 3 of 3) sorted by relevance

/linux/net/dccp/
H A Dackvec.c259 u8 *current_head = av->av_buf + av->av_buf_head; in dccp_ackvec_input() local
262 dccp_ackvec_state(current_head) == state && in dccp_ackvec_input()
263 dccp_ackvec_runlen(current_head) < DCCPAV_MAX_RUNLEN) { in dccp_ackvec_input()
265 *current_head += 1; in dccp_ackvec_input()
/linux/arch/riscv/kernel/
H A Dmodule.c662 struct hlist_head *current_head; in add_relocation_to_accumulate() local
677 current_head = &relocation_hashtable[hash]; in add_relocation_to_accumulate()
686 hlist_for_each_entry(rel_head_iter, current_head, node) { in add_relocation_to_accumulate()
710 if (!current_head->first) { in add_relocation_to_accumulate()
721 bucket->bucket = current_head; in add_relocation_to_accumulate()
724 hlist_add_head(&rel_head->node, current_head); in add_relocation_to_accumulate()
/linux/fs/xfs/scrub/
H A Dagheader_repair.c1417 xfs_agino_t current_head; in xrep_iunlink_add_to_bucket() local
1424 current_head = ragi->iunlink_heads[bucket]; in xrep_iunlink_add_to_bucket()
1427 current_head); in xrep_iunlink_add_to_bucket()
1429 error = xrep_iunlink_store_next(ragi, agino, current_head); in xrep_iunlink_add_to_bucket()
1434 if (current_head != NULLAGINO) { in xrep_iunlink_add_to_bucket()
1435 error = xrep_iunlink_store_prev(ragi, current_head, agino); in xrep_iunlink_add_to_bucket()