/linux/drivers/misc/sgi-gru/ |
H A D | grukservices.c | 162 STAT(load_kernel_context); in gru_load_kernel_context() 221 STAT(lock_kernel_context); in gru_lock_kernel_context() 248 STAT(unlock_kernel_context); in gru_unlock_kernel_context() 586 STAT(mesq_noop); in send_noop_message() 596 STAT(mesq_noop_unexpected_error); in send_noop_message() 600 STAT(mesq_noop_lb_overflow); in send_noop_message() 604 STAT(mesq_noop_qlimit_reached); in send_noop_message() 608 STAT(mesq_noop_amo_nacked); in send_noop_message() 612 STAT(mesq_noop_put_nacked); in send_noop_message() 622 STAT(mesq_noop_page_overflow); in send_noop_message() [all …]
|
H A D | grufault.c | 341 STAT(tlb_preload_page); in gru_preload_tlb() 390 STAT(tfh_stale_on_fault); in gru_try_dropin() 441 STAT(tlb_dropin); in gru_try_dropin() 446 STAT(tlb_dropin_fail_no_asid); in gru_try_dropin() 459 STAT(tlb_dropin_fail_upm); in gru_try_dropin() 467 STAT(tlb_dropin_fail_fmm); in gru_try_dropin() 477 STAT(tlb_dropin_fail_no_exception); in gru_try_dropin() 488 STAT(tlb_dropin_fail_idle); in gru_try_dropin() 496 STAT(tlb_dropin_fail_invalid); in gru_try_dropin() 507 STAT(tlb_dropin_fail_range_active); in gru_try_dropin() [all …]
|
H A D | grutlbpurge.c | 158 STAT(flush_tlb); in gru_flush_tlb_range() 164 STAT(flush_tlb_gru); in gru_flush_tlb_range() 169 STAT(flush_tlb_gru_tgh); in gru_flush_tlb_range() 179 STAT(flush_tlb_gru_zero_asid); in gru_flush_tlb_range() 213 STAT(mmu_invalidate_range); in gru_invalidate_range_start() 243 STAT(gms_alloc); in gru_alloc_notifier() 253 STAT(gms_free); in gru_free_notifier()
|
H A D | grumain.c | 83 STAT(asid_wrap); in gru_wrap_asid() 94 STAT(asid_next); in gru_reset_asid_limit() 237 STAT(asid_new); in gru_load_mm_tracker() 239 STAT(asid_reuse); in gru_load_mm_tracker() 285 STAT(gts_free); in gts_drop() 320 STAT(gts_alloc); in gru_alloc_gts() 363 STAT(vdata_alloc); in gru_alloc_vma_data() 408 STAT(gts_double_allocate); in gru_alloc_thread_state() 438 STAT(free_context); in gru_free_gru_context() 736 STAT(check_context_unload); in gru_check_context_placement() [all …]
|
H A D | grutables.h | 265 #define STAT(id) do { \ macro
|
H A D | grufile.c | 85 STAT(vdata_free); in gru_vma_close()
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-stat-properties.rst | 53 .. _DTV-STAT-SIGNAL-STRENGTH: 73 .. _DTV-STAT-CNR: 91 .. _DTV-STAT-PRE-ERROR-BIT-COUNT: 105 :ref:`DTV_STAT_PRE_TOTAL_BIT_COUNT <DTV-STAT-PRE-TOTAL-BIT-COUNT>`. 120 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT: 127 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>` 145 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`. 148 .. _DTV-STAT-POST-ERROR-BIT-COUNT: 162 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`. 177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT: [all …]
|
/linux/drivers/scsi/arm/ |
H A D | cumana_1.c | 40 #define STAT 0x2004 macro 59 status = readb(base + STAT); in cumanascsi_pwrite() 83 status = readb(base + STAT); in cumanascsi_pwrite() 93 status = readb(base + STAT); in cumanascsi_pwrite() 125 status = readb(base + STAT); in cumanascsi_pread() 149 status = readb(base + STAT); in cumanascsi_pread() 159 status = readb(base + STAT); in cumanascsi_pread()
|
H A D | oak.c | 38 #define STAT ((128 + 16) << 2) macro 51 while (((status = readw(base + STAT)) & 0x100)==0); in oakscsi_pwrite() 69 while (((status = readw(base + STAT)) & 0x100)==0) in oakscsi_pread() 98 #undef STAT
|
/linux/drivers/atm/ |
H A D | nicstar.c | 105 #define CMD_BUSY(card) (readl((card)->membase + STAT) & NS_STAT_CMDBZ) 432 data = readl(card->membase + STAT); in ns_init_card() 434 writel(NS_STAT_TMROF, card->membase + STAT); in ns_init_card() 463 writel(NS_STAT_SFBQF, card->membase + STAT); in ns_init_card() 700 ns_stat_lfbqc_get(readl(card->membase + STAT))) < card->lbnr.min) { in ns_init_card() 730 ns_stat_sfbqc_get(readl(card->membase + STAT))) < card->sbnr.min) { in ns_init_card() 966 stat = readl(card->membase + STAT); in push_rxbufs() 1070 stat_r = readl(card->membase + STAT); in ns_irq_handler() 1076 writel(NS_STAT_TSIF, card->membase + STAT); in ns_irq_handler() 1081 writel(NS_STAT_TXICP, card->membase + STAT); in ns_irq_handler() [all …]
|
H A D | nicstarmac.c | 105 while ( readl(bs + STAT) & 0x0200 ) ; \
|
H A D | nicstar.h | 434 STAT = 0x18, /* Status R/W */ enumerator
|
/linux/Documentation/trace/postprocess/ |
H A D | trace-pagealloc-postprocess.pl | 140 if (open(STAT, "/proc/$pid/stat")) { 141 $statline = <STAT>; 142 close(STAT);
|
H A D | trace-vmscan-postprocess.pl | 231 if (open(STAT, "/proc/$pid/stat")) { 232 $statline = <STAT>; 233 close(STAT);
|
/linux/drivers/char/tpm/ |
H A D | tpm_infineon.c | 112 STAT = 0x02, enumerator 179 status = tpm_data_in(STAT); in empty_fifo() 192 status = tpm_data_in(STAT); in wait() 373 return tpm_data_in(STAT); in tpm_inf_status()
|
/linux/Documentation/driver-api/media/ |
H A D | dtv-frontend.rst | 212 Signal strength (:ref:`DTV-STAT-SIGNAL-STRENGTH`) 232 Carrier Signal to Noise ratio (:ref:`DTV-STAT-CNR`) 246 Bit counts post-FEC (:ref:`DTV-STAT-POST-ERROR-BIT-COUNT` and :ref:`DTV-STAT-POST-TOTAL-BIT-COUNT`) 255 Bit counts pre-FEC (:ref:`DTV-STAT-PRE-ERROR-BIT-COUNT` and :ref:`DTV-STAT-PRE-TOTAL-BIT-COUNT`) 265 Block counts (:ref:`DTV-STAT-ERROR-BLOCK-COUNT` and :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`)
|
/linux/arch/arm/include/debug/ |
H A D | asm9260.S | 25 1002: ldr \rd, [\rx, #0x60] @ STAT
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_dsi.c | 753 DSI_PORT_WRITE(STAT, stat_ulps); in vc4_dsi_ulps() 755 ret = wait_for((DSI_PORT_READ(STAT) & stat_ulps) == stat_ulps, 200); in vc4_dsi_ulps() 759 DSI_PORT_READ(STAT)); in vc4_dsi_ulps() 772 DSI_PORT_WRITE(STAT, stat_stop); in vc4_dsi_ulps() 774 ret = wait_for((DSI_PORT_READ(STAT) & stat_stop) == stat_stop, 200); in vc4_dsi_ulps() 778 DSI_PORT_READ(STAT)); in vc4_dsi_ulps() 940 DSI_PORT_WRITE(STAT, DSI_PORT_READ(STAT)); in vc4_dsi_bridge_pre_enable()
|
/linux/drivers/char/xilinx_hwicap/ |
H A D | xilinx_hwicap.h | 132 u32 STAT; member
|
/linux/tools/perf/Documentation/ |
H A D | perf-kvm.txt | 91 STAT REPORT OPTIONS 110 STAT LIVE OPTIONS
|
H A D | perf-stat.txt | 28 See STAT RECORD. 31 See STAT REPORT. 385 STAT RECORD 393 STAT REPORT
|
/linux/arch/arm/mach-rpc/ |
H A D | irq.c | 12 #define STAT 0x00 macro
|
/linux/include/linux/ceph/ |
H A D | rados.h | 207 f(STAT, __CEPH_OSD_OP(RD, DATA, 2), "stat") \
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 5595 #define STAT(x) val[STAT_IDX(x)] in t4_tp_get_tcp_stats() macro 5596 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) in t4_tp_get_tcp_stats() 5601 v4->tcp_out_rsts = STAT(OUT_RST); in t4_tp_get_tcp_stats() 5609 v6->tcp_out_rsts = STAT(OUT_RST); in t4_tp_get_tcp_stats() 5615 #undef STAT in t4_tp_get_tcp_stats()
|
/linux/tools/perf/util/ |
H A D | header.c | 3423 FEAT_OPN(STAT, stat, false),
|