/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | handle_exit.c | 42 vcpu->stat.hvc_exit_stat++; in handle_hvc() 94 vcpu->stat.wfe_exit_stat++; in kvm_handle_wfx() 98 vcpu->stat.wfi_exit_stat++; in kvm_handle_wfx()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu_priv1.h | 24 void (*int_stat_clear) (struct spu *spu, int class, u64 stat); 69 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear() argument 71 spu_priv1_ops->int_stat_clear(spu, class, stat); in spu_int_stat_clear()
|
/kernel/linux/linux-5.10/arch/sparc/boot/ |
H A D | piggyback.c | 22 #include <sys/stat.h> 179 struct stat s; in main() 186 if (stat (argv[4], &s) < 0) in main()
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_attach.c | 10 #include <sys/stat.h> 50 struct stat s; in record_connection() 52 ret = stat(VHCI_STATE_PATH, &s); in record_connection()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu_priv1.h | 24 void (*int_stat_clear) (struct spu *spu, int class, u64 stat); 69 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear() argument 71 spu_priv1_ops->int_stat_clear(spu, class, stat); in spu_int_stat_clear()
|
/kernel/linux/linux-6.6/arch/sparc/boot/ |
H A D | piggyback.c | 22 #include <sys/stat.h> 183 struct stat s; in main() 190 if (stat (argv[4], &s) < 0) in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gm107.c | 78 u16 stat = intr & 0x0000ffff; in gm107_ltc_intr_lts() local 81 if (stat) { in gm107_ltc_intr_lts() 82 nvkm_snprintbf(msg, sizeof(msg), gf100_ltc_lts_intr_name, stat); in gm107_ltc_intr_lts()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32_debug.c | 145 static void show_busphase(unsigned char stat) in show_busphase() argument 147 switch(stat) { in show_busphase() 170 printk( "BUSPHASE_other: 0x%x\n", stat); in show_busphase() 192 printk(" stat"); in show_autophase()
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
H A D | cpupower.c | 16 #include <sys/stat.h> 176 struct stat statbuf; in main() 215 stat(pathname, &statbuf) != 0) { in main()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 191 int *stat); /* success/failure */ 198 int *stat); /* success/failure */ 205 int *stat); /* output: success/failure */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gm107.c | 78 u16 stat = intr & 0x0000ffff; in gm107_ltc_intr_lts() local 81 if (stat) { in gm107_ltc_intr_lts() 82 nvkm_snprintbf(msg, sizeof(msg), gf100_ltc_lts_intr_name, stat); in gm107_ltc_intr_lts()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma.c | 80 struct percpu_counter *stat = (struct percpu_counter *)table->data; in svcrdma_counter_handler() local 85 percpu_counter_set(stat, 0); in svcrdma_counter_handler() 90 percpu_counter_sum_positive(stat)); in svcrdma_counter_handler()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpupower.c | 16 #include <sys/stat.h> 179 struct stat statbuf; in main() 220 stat(pathname, &statbuf) != 0) { in main()
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_attach.c | 10 #include <sys/stat.h> 50 struct stat s; in record_connection() 52 ret = stat(VHCI_STATE_PATH, &s); in record_connection()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | nsp32_debug.c | 145 static void show_busphase(unsigned char stat) in show_busphase() argument 147 switch(stat) { in show_busphase() 170 printk( "BUSPHASE_other: 0x%x\n", stat); in show_busphase() 192 printk(" stat"); in show_autophase()
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 21 import stat namespace 29 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | build_before_generate.py | 22 import stat namespace 26 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/libs/fuzzlib/tools/ |
H A D | colored.py | 20 import stat namespace 23 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/src/core/command/ |
H A D | distribute_utils.py | 23 import stat
namespace 31 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | drivers.py | 25 import stat namespace 34 MODES = stat.S_IWUSR | stat.S_IRUSR
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stat1ndk.cpp | 27 #include <sys/stat.h>
67 struct stat st = {PARAM_0};
in Fstatat() 85 struct stat statbuff;
in Lstat()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | otherstestndk32.cpp | 42 #include <sys/stat.h>
91 extern "C" int __fstatat_time64(int, const char *__restrict, struct stat *__restrict, int);
105 struct stat st;
in FStatAt_time64()
|
/third_party/libphonenumber/tools/cpp/src/cpp-build/ |
H A D | generate_geocoding_data.cc | 22 #include <sys/stat.h> 110 struct stat entry_stat; in ListDirectory() 127 if (stat(entry_path.c_str(), &entry_stat)) { in ListDirectory()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | freedreno_dt.c | 35 #include <sys/stat.h> 75 find_freqs_fn(const char *fpath, const struct stat *sb, int typeflag, in find_freqs_fn() 140 find_device_fn(const char *fpath, const struct stat *sb, int typeflag, in find_device_fn()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device.h | 95 struct stat; 113 int (*stat)(struct ntfs_device *dev, struct stat *buf); member
|