| /linux/drivers/net/fddi/skfp/h/ |
| H A D | hwmtm.h | 167 #define DB_RX(lev, fmt, ...) \ argument 169 if (DB_P.d_os.hwm_rx >= (lev)) \ 172 #define DB_TX(lev, fmt, ...) \ argument 174 if (DB_P.d_os.hwm_tx >= (lev)) \ 177 #define DB_GEN(lev, fmt, ...) \ argument 179 if (DB_P.d_os.hwm_gen >= (lev)) \ 183 #define DB_RX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) argument 184 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) argument 185 #define DB_GEN(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) argument
|
| /linux/include/linux/fs/ |
| H A D | super.h | 27 #define __sb_writers_acquired(sb, lev) \ argument 28 percpu_rwsem_acquire(&(sb)->s_writers.rw_sem[(lev) - 1], 1, _THIS_IP_) 29 #define __sb_writers_release(sb, lev) \ argument 30 percpu_rwsem_release(&(sb)->s_writers.rw_sem[(lev) - 1], _THIS_IP_)
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | hwmtm.c | 153 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev); 2115 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev) in mac_drv_debug_lev() argument 2130 DB_P.d_smtf = lev ; in mac_drv_debug_lev() 2133 DB_P.d_smt = lev ; in mac_drv_debug_lev() 2136 DB_P.d_ecm = lev ; in mac_drv_debug_lev() 2139 DB_P.d_rmt = lev ; in mac_drv_debug_lev() 2142 DB_P.d_cfm = lev ; in mac_drv_debug_lev() 2145 DB_P.d_pcm = lev ; in mac_drv_debug_lev() 2149 DB_P.d_sba = lev ; in mac_drv_debug_lev() 2154 DB_P.d_ess = lev ; in mac_drv_debug_lev() [all …]
|
| /linux/drivers/devfreq/ |
| H A D | devfreq.c | 167 int lev; in devfreq_get_freq_level() local 169 for (lev = 0; lev < devfreq->max_state; lev++) in devfreq_get_freq_level() 170 if (freq == devfreq->freq_table[lev]) in devfreq_get_freq_level() 171 return lev; in devfreq_get_freq_level() 215 int lev, prev_lev, ret = 0; in devfreq_update_status() local 234 lev = devfreq_get_freq_level(devfreq, freq); in devfreq_update_status() 235 if (lev < 0) { in devfreq_update_status() 236 ret = lev; in devfreq_update_status() 240 if (lev != prev_lev) { in devfreq_update_status() 242 (prev_lev * devfreq->max_state) + lev]++; in devfreq_update_status()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_irq.c | 215 #define GUEST_IRQ_HANDLER_NAME(split, lev) CAT(PREFIX, CAT(split, lev)) argument 216 #define GENERATE_GUEST_IRQ_HANDLER(split, lev) \ argument 217 static void CAT(PREFIX, CAT(split, lev))(struct ex_regs *regs) \ 219 guest_irq_generic_handler(split, lev); \
|
| /linux/fs/jfs/ |
| H A D | jfs_dmap.c | 1683 int rc, leafidx, lev; in dbFindCtl() local 1694 for (lev = level, b = *blkno; lev >= 0; lev--) { in dbFindCtl() 1698 lblkno = BLKTOCTL(b, bmp->db_l2nbperpage, lev); in dbFindCtl() 1726 if (lev != level) { in dbFindCtl()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 141 #define dm9000_dbg(db, lev, msg...) do { \ argument 142 if ((lev) < debug) { \
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_hw.h | 3280 uint32_t lev:2; /* Level */ member 3286 uint32_t lev:2; /* Level */
|
| H A D | lpfc_init.c | 333 prg->ver, prg->rev, prg->lev); in lpfc_dump_wakeup_param_cmpl() 336 prg->ver, prg->rev, prg->lev, in lpfc_dump_wakeup_param_cmpl()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ultravisor.rst | 118 (syscall lev=1) go to the Ultravisor.
|