/linux-4.19.296/fs/xfs/ |
D | xfs_log_priv.h | 465 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() argument 469 *cycle = CYCLE_LSN(val); in xlog_crack_atomic_lsn() 477 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() argument 479 atomic64_set(lsn, xlog_assign_lsn(cycle, block)); in xlog_assign_atomic_lsn() 488 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() argument 490 *cycle = val >> 32; in xlog_crack_grant_head_val() 495 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() argument 497 xlog_crack_grant_head_val(atomic64_read(head), cycle, space); in xlog_crack_grant_head() 501 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() argument 503 return ((int64_t)cycle << 32) | space; in xlog_assign_grant_head_val() [all …]
|
D | xfs_sysfs.c | 271 int cycle; in log_head_lsn_show() local 276 cycle = log->l_curr_cycle; in log_head_lsn_show() 280 return snprintf(buf, PAGE_SIZE, "%d:%d\n", cycle, block); in log_head_lsn_show() 289 int cycle; in log_tail_lsn_show() local 293 xlog_crack_atomic_lsn(&log->l_tail_lsn, &cycle, &block); in log_tail_lsn_show() 294 return snprintf(buf, PAGE_SIZE, "%d:%d\n", cycle, block); in log_tail_lsn_show() 304 int cycle; in reserve_grant_head_show() local 308 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show() 309 return snprintf(buf, PAGE_SIZE, "%d:%d\n", cycle, bytes); in reserve_grant_head_show() 318 int cycle; in write_grant_head_show() local [all …]
|
D | xfs_log.c | 137 int cycle, space; in xlog_grant_sub_space() local 139 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_sub_space() 144 cycle--; in xlog_grant_sub_space() 148 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_sub_space() 164 int cycle, space; in xlog_grant_add_space() local 166 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_add_space() 173 cycle++; in xlog_grant_add_space() 177 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_add_space() 1904 uint32_t cycle = be32_to_cpu(*(__be32 *)dptr); in xlog_sync() local 1905 if (++cycle == XLOG_HEADER_MAGIC_NUM) in xlog_sync() [all …]
|
D | xfs_log_recover.c | 411 uint cycle) in xlog_find_cycle_start() argument 426 if (mid_cycle == cycle) in xlog_find_cycle_start() 457 uint cycle; in xlog_find_verify_cycle() local 488 cycle = xlog_get_cycle(buf); in xlog_find_verify_cycle() 489 if (cycle == stop_on_cycle_no) { in xlog_find_verify_cycle() 1632 int cycle, in xlog_add_record() argument 1641 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record() 1644 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record() 1653 int cycle, in xlog_write_log_records() argument 1718 xlog_add_record(log, offset, cycle, i+j, in xlog_write_log_records()
|
/linux-4.19.296/include/uapi/linux/ |
D | firewire-cdev.h | 260 __u32 cycle; member 849 __s32 cycle; member
|
/linux-4.19.296/include/linux/mfd/syscon/ |
D | atmel-smc.h | 94 u32 cycle; member
|
/linux-4.19.296/include/linux/ |
D | firewire.h | 435 u32 cycle, size_t header_length, 464 int cycle, int sync, int tags);
|
D | libata.h | 1042 unsigned short cycle; /* t0 */ member 1235 extern u8 ata_timing_cycle2mode(unsigned int xfer_shift, int cycle);
|
D | ide.h | 1522 u16 cycle; /* t0 */ member
|
/linux-4.19.296/drivers/media/rc/ |
D | serial_ir.c | 486 static int serial_ir_tx_duty_cycle(struct rc_dev *dev, u32 cycle); 678 static int serial_ir_tx_duty_cycle(struct rc_dev *dev, u32 cycle) in serial_ir_tx_duty_cycle() argument 680 serial_ir.duty_cycle = cycle; in serial_ir_tx_duty_cycle()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_log_format.h | 60 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn() argument 62 return ((xfs_lsn_t)cycle << 32) | block; in xlog_assign_lsn()
|
/linux-4.19.296/drivers/clk/ |
D | Kconfig | 241 at 50% duty cycle.
|
/linux-4.19.296/drivers/media/common/siano/ |
D | smscoreapi.h | 914 u32 cycle; member
|
/linux-4.19.296/drivers/regulator/ |
D | Kconfig | 671 duty cycle can increase or decrease the voltage.
|