Searched refs:ifl (Results 1 – 6 of 6) sorted by relevance
/linux/arch/s390/kernel/ |
H A D | sthyi.c | 141 struct cpu_inf ifl; member 276 cpu_inf = &part_inf->ifl; in lpar_cpu_inf() 299 part_inf->ifl.lpar_weight = weight_ifl; in lpar_cpu_inf() 302 part_inf->ifl.all_weight += weight_ifl; in lpar_cpu_inf() 383 sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap); in fill_diag() 389 sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd; in fill_diag() 390 sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded; in fill_diag() 394 sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap); in fill_diag() 413 if (lpar_inf.ifl.lpar_weight) { in fill_diag() 415 lpar_inf.ifl in fill_diag() [all...] |
/linux/arch/microblaze/kernel/cpu/ |
H A D | cache.c | 515 .ifl = __flush_icache_all_noirq, 531 .ifl = __flush_icache_all_noirq, 547 .ifl = __flush_icache_all_msr_irq, 562 .ifl = __flush_icache_all_nomsr_irq, 578 .ifl = __flush_icache_all_noirq, 593 .ifl = __flush_icache_all_noirq,
|
/linux/arch/microblaze/include/asm/ |
H A D | cacheflush.h | 35 void (*ifl)(void); /* flush */ member 55 #define flush_icache() mbc->ifl();
|
/linux/sound/soc/starfive/ |
H A D | jh7110_tdm.c | 102 enum TDM_IFL ifl; member 221 datarx = (tdm->rx.ifl << IFL_BIT) | in jh7110_tdm_config() 227 datatx = (tdm->tx.ifl << IFL_BIT) | in jh7110_tdm_config() 529 tdm->rx.ifl = TDM_FIFO_HALF; in jh7110_tdm_init_params() 530 tdm->tx.ifl = TDM_FIFO_HALF; in jh7110_tdm_init_params()
|
/linux/fs/overlayfs/ |
H A D | file.c | 351 int ifl = iocb->ki_flags; in ovl_write_iter() local 370 ifl &= ~(IOCB_DSYNC | IOCB_SYNC); in ovl_write_iter() 376 ifl &= ~IOCB_DIO_CALLER_COMP; in ovl_write_iter() 377 ret = backing_file_write_iter(realfile, iter, iocb, ifl, &ctx); in ovl_write_iter()
|
/linux/drivers/tty/serial/ |
H A D | rp2.c | 338 unsigned long ifl, in __rp2_uart_set_termios() argument 366 writeb((ifl & IXON) ? RP2_TX_SWFLOW_ena : RP2_TX_SWFLOW_dis, in __rp2_uart_set_termios() 368 writeb((ifl & IXOFF) ? RP2_RX_SWFLOW_ena : RP2_RX_SWFLOW_dis, in __rp2_uart_set_termios()
|