Searched refs:new_seq (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/slip/
H A Dslhc.c236 unsigned char new_seq[16]; local
237 unsigned char *cp = new_seq;
420 cp = new_seq;
427 cp = new_seq;
445 * (cp - new_seq) is the number of bytes we need for compressed
448 * So, (cp - new_seq) + 4 bytes of header are needed.
450 deltaS = cp - new_seq;
465 memcpy(cp,new_seq,deltaS); /* Write list of deltas */
/linux-master/kernel/printk/
H A Dnbcon.c184 * @new_seq: The new sequence number to set
187 * the 64bit value). This could be a different value than @new_seq if
191 static void nbcon_seq_try_update(struct nbcon_context *ctxt, u64 new_seq) argument
197 __u64seq_to_ulseq(new_seq))) {
198 ctxt->seq = new_seq;
/linux-master/fs/dlm/
H A Drcom.c145 static void allow_sync_reply(struct dlm_ls *ls, __le64 *new_seq) argument
148 *new_seq = cpu_to_le64(++ls->ls_rcom_seq);

Completed in 147 milliseconds