Searched refs:ccount (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ppp/ |
H A D | ppp_mppe.c | 102 unsigned ccount; /* 12-bit coherency count (seqno) */ member 293 state->ccount = MPPE_CCOUNT_SPACE - 1; in mppe_init() 369 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress() 372 state->ccount); in mppe_compress() 373 put_unaligned_be16(state->ccount, obuf); in mppe_compress() 376 ((state->ccount & 0xff) == 0xff) || /* "flag" packet */ in mppe_compress() 438 unsigned ccount; in mppe_decompress() local 463 ccount = MPPE_CCOUNT(ibuf); in mppe_decompress() 466 state->unit, ccount); in mppe_decompress() 482 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress() [all …]
|
/linux/arch/xtensa/include/asm/ |
H A D | timex.h | 40 return xtensa_get_sr(ccount); in get_ccount() 43 static inline void set_ccount (unsigned long ccount) in set_ccount() argument 45 xtensa_set_sr(ccount, ccount); in set_ccount()
|
H A D | mtd-xip.h | 9 #define xip_currtime() (xtensa_get_sr(ccount)) 10 #define xip_elapsed_since(x) ((xtensa_get_sr(ccount) - (x)) / 1000) /* should work up to 1GHz */
|
/linux/arch/xtensa/kernel/ |
H A D | smp.c | 196 unsigned long ccount; in boot_secondary() local 210 ccount = get_ccount(); in boot_secondary() 211 while (!ccount); in boot_secondary() 213 WRITE_ONCE(cpu_start_ccount, ccount); in boot_secondary() 221 ccount = READ_ONCE(cpu_start_ccount); in boot_secondary() 222 } while (ccount && time_before(jiffies, timeout)); in boot_secondary() 224 if (ccount) { in boot_secondary()
|
H A D | head.S | 141 wsr a0, ccount # not really necessary, but nice 299 wsr a3, ccount
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 5349 __field(xfs_filblks_t, ccount) 5366 __entry->ccount = curr->br_blockcount; 5379 __entry->coff, __entry->cstart, __entry->ccount,
|