/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
D | utils.c | 58 struct sk_buff *brcmu_pktq_penq(struct pktq *pq, int prec, in brcmu_pktq_penq() argument 63 if (pktq_full(pq) || pktq_pfull(pq, prec)) in brcmu_pktq_penq() 66 q = &pq->q[prec].skblist; in brcmu_pktq_penq() 70 if (pq->hi_prec < prec) in brcmu_pktq_penq() 71 pq->hi_prec = (u8) prec; in brcmu_pktq_penq() 77 struct sk_buff *brcmu_pktq_penq_head(struct pktq *pq, int prec, in brcmu_pktq_penq_head() argument 82 if (pktq_full(pq) || pktq_pfull(pq, prec)) in brcmu_pktq_penq_head() 85 q = &pq->q[prec].skblist; in brcmu_pktq_penq_head() 89 if (pq->hi_prec < prec) in brcmu_pktq_penq_head() 90 pq->hi_prec = (u8) prec; in brcmu_pktq_penq_head() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/include/ |
D | brcmu_utils.h | 87 static inline int pktq_plen(struct pktq *pq, int prec) in pktq_plen() argument 89 return pq->q[prec].skblist.qlen; in pktq_plen() 92 static inline int pktq_pavail(struct pktq *pq, int prec) in pktq_pavail() argument 94 return pq->q[prec].max - pq->q[prec].skblist.qlen; in pktq_pavail() 97 static inline bool pktq_pfull(struct pktq *pq, int prec) in pktq_pfull() argument 99 return pq->q[prec].skblist.qlen >= pq->q[prec].max; in pktq_pfull() 102 static inline bool pktq_pempty(struct pktq *pq, int prec) in pktq_pempty() argument 104 return skb_queue_empty(&pq->q[prec].skblist); in pktq_pempty() 107 static inline struct sk_buff *pktq_ppeek(struct pktq *pq, int prec) in pktq_ppeek() argument 109 return skb_peek(&pq->q[prec].skblist); in pktq_ppeek() [all …]
|
D | brcmu_wifi.h | 198 static inline bool ac_bitmap_tst(u8 bitmap, int prec) in ac_bitmap_tst() argument 200 return (bitmap & (1 << (prec))) != 0; in ac_bitmap_tst()
|
/Linux-v4.19/arch/x86/kernel/ |
D | irq.c | 58 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 62 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 67 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 72 seq_printf(p, "%*s: ", prec, "SPU"); in arch_show_interrupts() 76 seq_printf(p, "%*s: ", prec, "PMI"); in arch_show_interrupts() 80 seq_printf(p, "%*s: ", prec, "IWI"); in arch_show_interrupts() 84 seq_printf(p, "%*s: ", prec, "RTR"); in arch_show_interrupts() 89 seq_printf(p, "%*s: ", prec, "PLT"); in arch_show_interrupts() 96 seq_printf(p, "%*s: ", prec, "RES"); in arch_show_interrupts() 100 seq_printf(p, "%*s: ", prec, "CAL"); in arch_show_interrupts() [all …]
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 246 int n, m, prec; in ieee_fpe_handler() local 254 prec = fpscr & FPSCR_DBL_PRECISION; in ieee_fpe_handler() 257 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 270 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler() 284 int n, m, prec; in ieee_fpe_handler() local 292 prec = fpscr & FPSCR_DBL_PRECISION; in ieee_fpe_handler() 295 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 311 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler() 328 int n, m, prec; in ieee_fpe_handler() local 336 prec = fpscr & FPSCR_DBL_PRECISION; in ieee_fpe_handler() [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | irq.c | 514 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 520 seq_printf(p, "%*s: ", prec, "TAU"); in arch_show_interrupts() 527 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 532 seq_printf(p, "%*s: ", prec, "BCT"); in arch_show_interrupts() 537 seq_printf(p, "%*s: ", prec, "LOC"); in arch_show_interrupts() 542 seq_printf(p, "%*s: ", prec, "SPU"); in arch_show_interrupts() 547 seq_printf(p, "%*s: ", prec, "PMI"); in arch_show_interrupts() 552 seq_printf(p, "%*s: ", prec, "MCE"); in arch_show_interrupts() 558 seq_printf(p, "%*s: ", prec, "HMI"); in arch_show_interrupts() 565 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() [all …]
|
/Linux-v4.19/arch/arm64/kernel/ |
D | irq.c | 38 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 40 show_ipi_list(p, prec); in arch_show_interrupts() 41 seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); in arch_show_interrupts()
|
/Linux-v4.19/arch/arm/kernel/ |
D | irq.c | 51 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 54 show_fiq_list(p, prec); in arch_show_interrupts() 57 show_ipi_list(p, prec); in arch_show_interrupts() 59 seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); in arch_show_interrupts()
|
D | fiq.c | 85 int show_fiq_list(struct seq_file *p, int prec) in show_fiq_list() argument 88 seq_printf(p, "%*s: %s\n", prec, "FIQ", in show_fiq_list()
|
/Linux-v4.19/kernel/irq/ |
D | proc.c | 443 int __weak arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 454 static int prec; in show_interrupts() local 465 return arch_show_interrupts(p, prec); in show_interrupts() 469 for (prec = 3, j = 1000; prec < 10 && j <= nr_irqs; ++prec) in show_interrupts() 472 seq_printf(p, "%*s", prec + 8, ""); in show_interrupts() 490 seq_printf(p, "%*d: ", prec, i); in show_interrupts() 507 seq_printf(p, " %*d", prec, (int) desc->irq_data.hwirq); in show_interrupts() 509 seq_printf(p, " %*s", prec, ""); in show_interrupts()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 471 int n, m, prec; in ieee_fpe_handler() local 479 prec = fpscr & (1 << 19); in ieee_fpe_handler() 482 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 498 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler() 514 int n, m, prec; in ieee_fpe_handler() local 522 prec = fpscr & (1 << 19); in ieee_fpe_handler() 525 && (prec && ((hx & 0x7fffffff) < 0x00100000 in ieee_fpe_handler() 541 && (!prec && ((hx & 0x7fffffff) < 0x00800000 in ieee_fpe_handler()
|
/Linux-v4.19/arch/m68k/kernel/ |
D | irq.c | 35 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 37 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | irq.c | 161 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 166 seq_printf(p, "%*s: ", prec, "STK"); in arch_show_interrupts() 171 seq_printf(p, "%*s: ", prec, "IST"); in arch_show_interrupts() 178 seq_printf(p, "%*s: ", prec, "RES"); in arch_show_interrupts() 183 seq_printf(p, "%*s: ", prec, "UAH"); in arch_show_interrupts() 187 seq_printf(p, "%*s: ", prec, "FPA"); in arch_show_interrupts() 191 seq_printf(p, "%*s: ", prec, "TLB"); in arch_show_interrupts()
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | irq.c | 54 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 58 show_ipi_list(p, prec); in arch_show_interrupts() 61 seq_printf(p, "%*s:", prec, "NMI"); in arch_show_interrupts()
|
/Linux-v4.19/arch/s390/kernel/ |
D | diag.c | 55 int cpu, prec, tmp; in show_diag_stat() local 62 prec = 10; in show_diag_stat() 64 prec--; in show_diag_stat() 65 seq_printf(m, "%*s%d", prec, "CPU", cpu); in show_diag_stat()
|
/Linux-v4.19/arch/mips/kernel/ |
D | irq.c | 41 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 43 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/Linux-v4.19/lib/ |
D | reciprocal_div.c | 31 struct reciprocal_value_adv reciprocal_value_adv(u32 d, u8 prec) in reciprocal_value_adv() argument 49 mhigh = (1ULL << (32 + l)) + (1ULL << (32 + l - prec)); in reciprocal_value_adv()
|
/Linux-v4.19/arch/sh/kernel/ |
D | irq.c | 41 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 45 seq_printf(p, "%*s: ", prec, "NMI"); in arch_show_interrupts() 50 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/Linux-v4.19/arch/c6x/kernel/ |
D | irq.c | 127 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 129 seq_printf(p, "%*s: %10lu\n", prec, "Err", irq_err_count); in arch_show_interrupts()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 587 int prec; in brcmf_fws_psq_flush() local 591 for (prec = 0; prec < q->num_prec; prec++) { in brcmf_fws_psq_flush() 592 skb = brcmu_pktq_pdeq_match(q, prec, matchfn, &ifidx); in brcmf_fws_psq_flush() 595 skb = brcmu_pktq_pdeq_match(q, prec, matchfn, &ifidx); in brcmf_fws_psq_flush() 837 int prec; in brcmf_fws_bus_txq_cleanup() local 846 for (prec = 0; prec < txq->num_prec; prec++) { in brcmf_fws_bus_txq_cleanup() 847 skb = brcmu_pktq_pdeq_match(txq, prec, fn, &ifidx); in brcmf_fws_bus_txq_cleanup() 854 skb = brcmu_pktq_pdeq_match(txq, prec, fn, &ifidx); in brcmf_fws_bus_txq_cleanup() 1254 int prec = 2 * fifo; in brcmf_fws_enq() local 1272 prec += 1; in brcmf_fws_enq() [all …]
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | round.S | 55 swap %d1 |set up d1.w for round prec. 81 swap %d1 |set up d1 for round prec. 106 swap %d1 |set up d1 for round prec. 116 swap %d1 |set up d1 for round prec. 148 bfextu LOCAL_HI(%a0){#24:#2},%d3 |sgl prec. g-r are 2 bits right 149 movel #30,%d2 |of the sgl prec. limits 160 bfextu LOCAL_LO(%a0){#21:#2},%d3 |dbl-prec. g-r are 2 bits right 161 movel #30,%d2 |of the dbl prec. limits 179 .set ad_1_sgl,0x00000100 | constant to add 1 to l-bit in sgl prec 180 .set ad_1_dbl,0x00000800 | constant to add 1 to l-bit in dbl prec [all …]
|
D | res_func.S | 776 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec 783 | or.l #inex2_mask,USER_FPSR(%a6) ;if prec is s or d, set inex2 894 bsrl round |round result to users rmode & prec 918 bsrl round |round result to users rmode & prec 944 bsrl round |round result to users rmode & prec 1069 bsrl round |round result to users rmode & prec 1102 bsrl round |round result to users rmode & prec 1125 bsrl round |round result to users rmode & prec 1244 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec 1497 | 41dfffffffc00000 in dbl prec = 401d0000fffffffe00000000 in ext prec [all …]
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | smp.h | 30 void show_ipi_list(struct seq_file *p, int prec);
|
/Linux-v4.19/include/linux/ |
D | reciprocal_div.h | 102 struct reciprocal_value_adv reciprocal_value_adv(u32 d, u8 prec);
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | smp.h | 54 extern void show_ipi_list(struct seq_file *p, int prec);
|