Home
last modified time | relevance | path

Searched refs:ifl (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/s390/kernel/
H A Dsthyi.c139 struct cpu_inf ifl; member
274 cpu_inf = &part_inf->ifl; in lpar_cpu_inf()
297 part_inf->ifl.lpar_weight = weight_ifl; in lpar_cpu_inf()
300 part_inf->ifl.all_weight += weight_ifl; in lpar_cpu_inf()
381 sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap); in fill_diag()
387 sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd; in fill_diag()
388 sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded; in fill_diag()
392 sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap); in fill_diag()
411 if (lpar_inf.ifl.lpar_weight) { in fill_diag()
413 lpar_inf.ifl.lpar_weight / lpar_inf.ifl.all_weight; in fill_diag()
/linux-6.15/arch/microblaze/kernel/cpu/
H A Dcache.c515 .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-6.15/arch/microblaze/include/asm/
H A Dcacheflush.h35 void (*ifl)(void); /* flush */ member
55 #define flush_icache() mbc->ifl();
/linux-6.15/sound/soc/starfive/
H A Djh7110_tdm.c101 enum TDM_IFL ifl; member
228 datarx = (tdm->rx.ifl << IFL_BIT) | in jh7110_tdm_config()
234 datatx = (tdm->tx.ifl << IFL_BIT) | in jh7110_tdm_config()
536 tdm->rx.ifl = TDM_FIFO_HALF; in jh7110_tdm_init_params()
537 tdm->tx.ifl = TDM_FIFO_HALF; in jh7110_tdm_init_params()
/linux-6.15/fs/overlayfs/
H A Dfile.c351 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-6.15/lib/zlib_dfltcc/
H A Ddfltcc.h62 uint16_t ifl; /* Incomplete-Function Length */ member
/linux-6.15/drivers/tty/serial/
H A Drp2.c338 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()