Home
last modified time | relevance | path

Searched refs:max_seq (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/mm/
H A Dmultigen_lru.rst84 ``lrugen->max_seq`` for both anon and file types as they are aged on
115 increments ``max_seq`` when ``max_seq-min_seq+1`` approaches
119 ``max_seq``. The aging uses page table walks and rmap walks to find
122 to scan PTEs, and after each iteration, it increments ``max_seq``. For
126 page mapped by this PTE to ``(max_seq%MAX_NR_GENS)+1``.
236 2. The increment of ``max_seq`` triggers promotion, i.e., the
/linux/kernel/printk/
H A Dprintk.c1539 static u64 find_first_fitting_seq(u64 start_seq, u64 max_seq, size_t size, in find_first_fitting_seq() argument
1549 if (info.seq >= max_seq) in find_first_fitting_seq()
1558 if (seq < max_seq) in find_first_fitting_seq()
1559 max_seq = seq; in find_first_fitting_seq()
1568 if (len <= size || info.seq >= max_seq) in find_first_fitting_seq()
/linux/net/mptcp/
H A Dprotocol.c247 u64 seq, end_seq, max_seq; in mptcp_data_queue_ofo() local
252 max_seq = atomic64_read(&msk->rcv_wnd_sent); in mptcp_data_queue_ofo()
254 pr_debug("msk=%p seq=%llx limit=%llx empty=%d\n", msk, seq, max_seq, in mptcp_data_queue_ofo()
256 if (after64(end_seq, max_seq)) { in mptcp_data_queue_ofo()
260 (unsigned long long)end_seq - (unsigned long)max_seq, in mptcp_data_queue_ofo()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c264 ofld_req3.tx_total_conc_seqs = rdata->max_seq; in bnx2fc_send_session_ofld_req()
266 ofld_req3.tx_max_conc_seqs_c3 = rdata->max_seq; in bnx2fc_send_session_ofld_req()
/linux/drivers/scsi/libfc/
H A Dfc_rport.c1027 rdata->max_seq = csp_seq; in fc_rport_plogi_resp()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c1375 conn_info.max_conc_seqs_c3 = fcport->rdata->max_seq; in qedf_offload_connection()