Searched refs:ifl (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0003-rarpd.c-bug-fix.patch | 81 - struct iflink *ifl; 83 + struct rarpiflink *ifl; 92 - ifl = (struct iflink*)malloc(sizeof(*ifl)); 93 + ifl = (struct rarpiflink*)malloc(sizeof(*ifl)); 94 if (ifl == NULL) 96 memset(ifl, 0, sizeof(*ifl)); 98 ifl->hatype = ifrp->ifr_hwaddr.sa_family; 99 memcpy(ifl->lladdr, ifrp->ifr_hwaddr.sa_data, 14); 100 strncpy(ifl->name, ifrp->ifr_name, IFNAMSIZ); 101 + ifl->name[IFNAMSIZ-1] = 0; [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | sthyi.c | 138 struct cpu_inf ifl; member 273 cpu_inf = &part_inf->ifl; in lpar_cpu_inf() 296 part_inf->ifl.lpar_weight = weight_ifl; in lpar_cpu_inf() 299 part_inf->ifl.all_weight += weight_ifl; in lpar_cpu_inf() 355 sctns->par.infplgif = scale_cap(lpar_inf.ifl.lpar_grp_cap); in fill_diag() 361 sctns->par.infpsifl = lpar_inf.ifl.cpu_num_shd; in fill_diag() 362 sctns->par.infpdifl = lpar_inf.ifl.cpu_num_ded; in fill_diag() 366 sctns->par.infpabif = scale_cap(lpar_inf.ifl.lpar_cap); in fill_diag() 385 if (lpar_inf.ifl.lpar_weight) { in fill_diag() 387 lpar_inf.ifl.lpar_weight / lpar_inf.ifl.all_weight; in fill_diag()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | cacheflush.h | 35 void (*ifl)(void); /* flush */ member 55 #define flush_icache() mbc->ifl();
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | file.c | 345 int ifl = iocb->ki_flags; in ovl_write_iter() local 368 ifl &= ~(IOCB_DSYNC | IOCB_SYNC); in ovl_write_iter() 374 iocb_to_rw_flags(ifl, OVL_IOCB_MASK)); in ovl_write_iter() 394 aio_req->iocb.ki_flags = ifl; in ovl_write_iter()
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc.h | 62 uint16_t ifl; /* Incomplete-Function Length */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | rp2.c | 339 unsigned long ifl, in __rp2_uart_set_termios() argument 367 writeb((ifl & IXON) ? RP2_TX_SWFLOW_ena : RP2_TX_SWFLOW_dis, in __rp2_uart_set_termios() 369 writeb((ifl & IXOFF) ? RP2_RX_SWFLOW_ena : RP2_RX_SWFLOW_dis, in __rp2_uart_set_termios()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 3361 static inline rwf_t iocb_to_rw_flags(int ifl, int iocb_mask) in iocb_to_rw_flags() argument 3363 return ifl & iocb_mask; in iocb_to_rw_flags()
|