Searched refs:stat (Results 451 - 475 of 1630) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c4 #include <sys/stat.h>
46 struct stat fileStat;
143 "stat",
155 "failed to get stat path[%d]: %s vs %s\n",
164 "failed to match stat return [%d]: %d vs %zd [%s]\n",
169 "failed to match stat return [%d]: %d vs %zd [%s]\n",
/linux-master/drivers/media/dvb-frontends/
H A Ddib8000.c1014 c->strength.stat[0].scale = FE_SCALE_DECIBEL;
1015 c->strength.stat[0].uvalue = 0;
1017 c->cnr.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
1018 c->block_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
1019 c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
1020 c->post_bit_error.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
1021 c->post_bit_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
3411 static int dib8000_read_status(struct dvb_frontend *fe, enum fe_status *stat);
3418 enum fe_status stat = 0; local
3428 dib8000_read_status(fe, &stat);
3767 dib8000_read_status(struct dvb_frontend *fe, enum fe_status *stat) argument
4121 dib8000_get_stats(struct dvb_frontend *fe, enum fe_status stat) argument
[all...]
/linux-master/fs/
H A Dbad_inode.c14 #include <linux/stat.h>
99 const struct path *path, struct kstat *stat,
98 bad_inode_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) argument
/linux-master/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c13 #include <sys/stat.h>
47 struct stat file_stat;
/linux-master/tools/include/nolibc/
H A Dtypes.h13 #include <linux/stat.h>
24 /* stat flags (WARNING, octal here). We need to check for an existing
25 * definition because linux/stat.h may omit to define those if it finds
183 * significantly differs from the format returned by the stat() syscall flavours.
185 struct stat { struct
/linux-master/tools/perf/tests/
H A Dattr.c31 #include <sys/stat.h>
183 struct stat st;
/linux-master/arch/arm64/kvm/
H A Dmmio.c196 vcpu->stat.mmio_exit_kernel++;
203 vcpu->stat.mmio_exit_user++;
/linux-master/tools/writeback/
H A Dwb_monitor.py104 if wb.stat[i].count >= 0:
105 self.stats[i] = int(K(wb.stat[i].count))
/linux-master/drivers/i2c/busses/
H A Di2c-ocores.c148 static void ocores_process(struct ocores_i2c *i2c, u8 stat) argument
167 if (stat & OCI2C_STAT_ARBLOST) {
177 if (stat & OCI2C_STAT_NACK) {
228 u8 stat = oc_getreg(i2c, OCI2C_STATUS); local
231 if ((stat & OCI2C_STAT_IF) && !(stat & OCI2C_STAT_BUSY))
233 } else if (!(stat & OCI2C_STAT_IF)) {
236 ocores_process(i2c, stat);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c105 int *stat,
128 *stat = 0;
134 *stat = 1;
144 int *stat)
146 return __xfs_inobt_alloc_block(cur, start, new, stat, XFS_AG_RESV_NONE);
154 int *stat)
157 return xfs_inobt_alloc_block(cur, start, new, stat);
158 return __xfs_inobt_alloc_block(cur, start, new, stat,
101 __xfs_inobt_alloc_block( struct xfs_btree_cur *cur, const union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat, enum xfs_ag_resv_type resv) argument
140 xfs_inobt_alloc_block( struct xfs_btree_cur *cur, const union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat) argument
150 xfs_finobt_alloc_block( struct xfs_btree_cur *cur, const union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat) argument
/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.c320 VDBG(dev, "complete %s req %p stat %d len %u/%u\n",
1530 stat &= ~irqbit; \
1540 u32 stat, handled = 0; local
1546 stat = readl(&regs->int_status) & dev->int_enable;
1547 if (!stat)
1552 if (unlikely(stat & INT_DEVWIDE)) {
1553 if (stat & INT_SYSERROR) {
1556 stat = 0;
1562 if (stat & INT_PWRDETECT) {
1563 writel(~stat,
[all...]
/linux-master/arch/sh/kernel/
H A Dsys_sh32.c10 #include <linux/stat.h>
H A Dsys_sh.c18 #include <linux/stat.h>
/linux-master/drivers/dio/
H A Ddio-sysfs.c16 #include <linux/stat.h>
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c3 #include <sys/stat.h>
H A Dmode_t.c3 #include <sys/stat.h>
6 /* From include/linux/stat.h */
/linux-master/tools/testing/selftests/efivarfs/
H A Dopen-unlink.c9 #include <sys/stat.h>
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_mnt.c27 static int memfd_getattr(const char *path, struct stat *st)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c50 u32 stat; local
53 stat = in_be32(&spu->problem->mb_stat_R);
61 if (stat & 0xff0000)
69 if (stat & 0x00ff00)
H A Drun.c49 int spu_stopped(struct spu_context *ctx, u32 *stat) argument
58 *stat = ctx->ops->status_read(ctx);
59 if (*stat & stopped) {
64 if (*stat & SPU_STATUS_RUNNING)
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_uninitialized_heap.c26 #include <sys/stat.h>
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c13 #include <sys/stat.h>
/linux-master/tools/testing/selftests/timens/
H A Dexec.c8 #include <sys/stat.h>
/linux-master/samples/binderfs/
H A Dbinderfs_example.c12 #include <sys/stat.h>
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_common.h61 int left = (void *)q->stat - pos;

Completed in 373 milliseconds

<<11121314151617181920>>