Home
last modified time | relevance | path

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

/linux/kernel/printk/
H A Dnbcon.c207 static void nbcon_seq_try_update(struct nbcon_context *ctxt, u64 new_seq) in nbcon_seq_try_update() argument
213 __u64seq_to_ulseq(new_seq))) { in nbcon_seq_try_update()
214 ctxt->seq = new_seq; in nbcon_seq_try_update()
/linux/fs/dlm/
H A Drcom.c144 static void allow_sync_reply(struct dlm_ls *ls, __le64 *new_seq) in allow_sync_reply() argument
147 *new_seq = cpu_to_le64(++ls->ls_rcom_seq); in allow_sync_reply()