Home
last modified time | relevance | path

Searched refs:stat (Results 1051 - 1075 of 5913) sorted by relevance

1...<<41424344454647484950>>...237

/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c912 uint32_t stat, reg; in tilcdc_crtc_irq() local
914 stat = tilcdc_read_irqstatus(dev); in tilcdc_crtc_irq()
915 tilcdc_clear_irqstatus(dev, stat); in tilcdc_crtc_irq()
917 if (stat & LCDC_END_OF_FRAME0) { in tilcdc_crtc_irq()
956 if (stat & LCDC_FIFO_UNDERFLOW) in tilcdc_crtc_irq()
958 __func__, stat); in tilcdc_crtc_irq()
960 if (stat & LCDC_PL_LOAD_DONE) { in tilcdc_crtc_irq()
970 if (stat & LCDC_SYNC_LOST) { in tilcdc_crtc_irq()
972 __func__, stat); in tilcdc_crtc_irq()
987 __func__, stat); in tilcdc_crtc_irq()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dfsldma.c915 u32 stat; in fsldma_chan_irq() local
918 stat = get_sr(chan); in fsldma_chan_irq()
919 set_sr(chan, stat); in fsldma_chan_irq()
920 chan_dbg(chan, "irq: stat = 0x%x\n", stat); in fsldma_chan_irq()
923 stat &= ~(FSL_DMA_SR_CB | FSL_DMA_SR_CH); in fsldma_chan_irq()
924 if (!stat) in fsldma_chan_irq()
927 if (stat & FSL_DMA_SR_TE) in fsldma_chan_irq()
935 if (stat & FSL_DMA_SR_PE) { in fsldma_chan_irq()
937 stat in fsldma_chan_irq()
[all...]
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dmips.c1255 ++vcpu->stat.int_exits; in kvm_mips_handle_exit()
1266 ++vcpu->stat.cop_unusable_exits; in kvm_mips_handle_exit()
1274 ++vcpu->stat.tlbmod_exits; in kvm_mips_handle_exit()
1283 ++vcpu->stat.tlbmiss_st_exits; in kvm_mips_handle_exit()
1291 ++vcpu->stat.tlbmiss_ld_exits; in kvm_mips_handle_exit()
1296 ++vcpu->stat.addrerr_st_exits; in kvm_mips_handle_exit()
1301 ++vcpu->stat.addrerr_ld_exits; in kvm_mips_handle_exit()
1306 ++vcpu->stat.syscall_exits; in kvm_mips_handle_exit()
1311 ++vcpu->stat.resvd_inst_exits; in kvm_mips_handle_exit()
1316 ++vcpu->stat in kvm_mips_handle_exit()
[all...]
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Dmips.c1204 ++vcpu->stat.int_exits; in __kvm_mips_handle_exit()
1215 ++vcpu->stat.cop_unusable_exits; in __kvm_mips_handle_exit()
1223 ++vcpu->stat.tlbmod_exits; in __kvm_mips_handle_exit()
1232 ++vcpu->stat.tlbmiss_st_exits; in __kvm_mips_handle_exit()
1240 ++vcpu->stat.tlbmiss_ld_exits; in __kvm_mips_handle_exit()
1245 ++vcpu->stat.addrerr_st_exits; in __kvm_mips_handle_exit()
1250 ++vcpu->stat.addrerr_ld_exits; in __kvm_mips_handle_exit()
1255 ++vcpu->stat.syscall_exits; in __kvm_mips_handle_exit()
1260 ++vcpu->stat.resvd_inst_exits; in __kvm_mips_handle_exit()
1265 ++vcpu->stat in __kvm_mips_handle_exit()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110_hw.c292 u32 stat; in av7110_wait_msgstate() local
307 stat = rdebi(av7110, DEBINOSWAP, MSGSTATE, 0, 2); in av7110_wait_msgstate()
309 if ((stat & flags) == 0) in av7110_wait_msgstate()
313 __func__, stat & flags); in av7110_wait_msgstate()
327 u32 stat; in __av7110_send_fw_cmd() local
397 stat = rdebi(av7110, DEBINOSWAP, MSGSTATE, 0, 2); in __av7110_send_fw_cmd()
398 if (stat & flags[0]) { in __av7110_send_fw_cmd()
403 if ((stat & flags[1]) == 0) in __av7110_send_fw_cmd()
442 stat = rdebi(av7110, DEBINOSWAP, MSGSTATE, 0, 2); in __av7110_send_fw_cmd()
443 if (stat in __av7110_send_fw_cmd()
539 u32 stat; av7110_fw_request() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dav7110_hw.c292 u32 stat; in av7110_wait_msgstate() local
307 stat = rdebi(av7110, DEBINOSWAP, MSGSTATE, 0, 2); in av7110_wait_msgstate()
309 if ((stat & flags) == 0) in av7110_wait_msgstate()
313 __func__, stat & flags); in av7110_wait_msgstate()
327 u32 stat; in __av7110_send_fw_cmd() local
397 stat = rdebi(av7110, DEBINOSWAP, MSGSTATE, 0, 2); in __av7110_send_fw_cmd()
398 if (stat & flags[0]) { in __av7110_send_fw_cmd()
403 if ((stat & flags[1]) == 0) in __av7110_send_fw_cmd()
442 stat = rdebi(av7110, DEBINOSWAP, MSGSTATE, 0, 2); in __av7110_send_fw_cmd()
443 if (stat in __av7110_send_fw_cmd()
539 u32 stat; av7110_fw_request() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dfsldma.c916 u32 stat; in fsldma_chan_irq() local
919 stat = get_sr(chan); in fsldma_chan_irq()
920 set_sr(chan, stat); in fsldma_chan_irq()
921 chan_dbg(chan, "irq: stat = 0x%x\n", stat); in fsldma_chan_irq()
924 stat &= ~(FSL_DMA_SR_CB | FSL_DMA_SR_CH); in fsldma_chan_irq()
925 if (!stat) in fsldma_chan_irq()
928 if (stat & FSL_DMA_SR_TE) in fsldma_chan_irq()
936 if (stat & FSL_DMA_SR_PE) { in fsldma_chan_irq()
938 stat in fsldma_chan_irq()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c50 u8 stat[6]; member
71 ret = nvkm_rdaux(outp->dp.aux, addr, &lt->stat[0], 3); in nvkm_dp_train_sense()
80 ret = nvkm_rdaux(outp->dp.aux, addr, &lt->stat[4], 2); in nvkm_dp_train_sense()
89 OUTP_TRACE(outp, "status %6ph pc2 %02x", lt->stat, lt->pc2stat); in nvkm_dp_train_sense()
91 OUTP_TRACE(outp, "status %6ph", lt->stat); in nvkm_dp_train_sense()
111 u8 lane = (lt->stat[4 + (i >> 1)] >> ((i & 1) * 4)) & 0xf; in nvkm_dp_train_drive()
227 eq_done = !!(lt->stat[2] & DPCD_LS04_INTERLANE_ALIGN_DONE); in nvkm_dp_train_eq()
229 u8 lane = (lt->stat[i >> 1] >> ((i & 1) * 4)) & 0xf; in nvkm_dp_train_eq()
260 u8 lane = (lt->stat[i >> 1] >> ((i & 1) * 4)) & 0xf; in nvkm_dp_train_cr()
335 memset(lt.stat, in nvkm_dp_train_link()
546 u8 stat[3]; nvkm_dp_acquire() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c8 #include <sys/stat.h>
243 struct statvfs stat; in read_mnt_flags() local
246 ret = statvfs(path, &stat); in read_mnt_flags()
250 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | ST_NOEXEC | in read_mnt_flags()
256 if (stat.f_flag & ST_RDONLY) in read_mnt_flags()
258 if (stat.f_flag & ST_NOSUID) in read_mnt_flags()
260 if (stat.f_flag & ST_NODEV) in read_mnt_flags()
262 if (stat.f_flag & ST_NOEXEC) in read_mnt_flags()
264 if (stat.f_flag & ST_NOATIME) in read_mnt_flags()
266 if (stat in read_mnt_flags()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dstat.h19 struct stat { struct
49 * struct stat of the 64-bit kernel.
93 struct stat { struct
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dstat.h9 struct stat { struct
52 struct stat { struct
/kernel/linux/build/test/moduletest/runtest/bin/enhancedswap_t/testcases/bin/
H A Denhancedswap04.sh33 local memcg_100_stat=/dev/memcg/100/memory.stat
34 local memcg_stat=/dev/memcg/memory.stat
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dstat.h19 struct stat { struct
49 * struct stat of the 64-bit kernel.
93 struct stat { struct
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dfd-002-posix-eq.c21 #include <sys/stat.h>
28 struct stat st0, st1, st2; in main()
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dstat.h9 struct stat { struct
52 struct stat { struct
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dpriv.h13 u32 stat; member
26 void (*intr_mask)(struct nvkm_mc *, u32 mask, u32 stat);
H A Dgt215.c57 gt215_mc_intr_mask(struct nvkm_mc *mc, u32 mask, u32 stat) in gt215_mc_intr_mask() argument
59 nvkm_mask(mc->subdev.device, 0x000640, mask, stat); in gt215_mc_intr_mask()
/kernel/linux/linux-5.10/include/linux/
H A Dstat.h6 #include <asm/stat.h>
7 #include <uapi/linux/stat.h>
/kernel/linux/linux-6.6/include/linux/
H A Dstat.h6 #include <asm/stat.h>
7 #include <uapi/linux/stat.h>
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dfd-002-posix-eq.c21 #include <sys/stat.h>
28 struct stat st0, st1, st2; in main()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h35 #include "sys/stat.h"
61 int (*stat)(struct MountPoint *, const char *, struct stat *); member
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h20 #include "sys/stat.h"
40 S32 (*stat)(struct TagMountPoint *, const char *, struct stat *); member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dstat.h24 struct stat { struct
69 struct stat { struct
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_008.cpp46 struct stat buf; in GetFileMode()
47 stat(filePath, &buf); in GetFileMode()
74 fileName.push_back("sched.stat"); in ItProcessPlimits008()
79 fileName.push_back("memory.stat"); in ItProcessPlimits008()

Completed in 17 milliseconds

1...<<41424344454647484950>>...237