Searched refs:ccount (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 369 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress() 372 state->ccount); in mppe_compress() 438 unsigned ccount; in mppe_decompress() local 495 if ((ccount - state->ccount) % MPPE_CCOUNT_SPACE in mppe_decompress() 502 while (state->ccount != ccount) { in mppe_decompress() 504 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress() 510 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress() 511 if (ccount != state->ccount) { in mppe_decompress() 530 state->ccount = in mppe_decompress() 531 (state->ccount + in mppe_decompress() [all …]
|
| /linux-6.15/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-6.15/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-6.15/drivers/leds/trigger/ |
| H A D | ledtrig-pattern.c | 275 int ccount, cr, offset = 0; in pattern_trig_store_patterns_string() local 279 ccount = sscanf(buf + offset, "%u %u %n", in pattern_trig_store_patterns_string() 283 if (ccount != 2 || in pattern_trig_store_patterns_string()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 5502 __field(xfs_filblks_t, ccount) 5519 __entry->ccount = curr->br_blockcount; 5532 __entry->coff, __entry->cstart, __entry->ccount,
|