/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel.cpp | 945 struct stat s; in readFD()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 6372 int cp, int stat, int vnic) in bnxt_hwrm_reserve_rings() argument 6375 return bnxt_hwrm_reserve_pf_rings(bp, tx, rx, grp, cp, stat, in bnxt_hwrm_reserve_rings() 6442 int rx = bp->rx_nr_rings, stat; in bnxt_need_reserve_rings() local 6462 stat = bnxt_get_func_stat_ctxs(bp); in bnxt_need_reserve_rings() 6481 int vnic = 1, stat; in __bnxt_reserve_rings() local 6494 stat = bnxt_get_func_stat_ctxs(bp); in __bnxt_reserve_rings() 6506 stat = hw_resc->resv_stat_ctxs; in __bnxt_reserve_rings() 6526 if (stat > bnxt_get_ulp_stat_ctxs(bp)) in __bnxt_reserve_rings() 6527 stat -= bnxt_get_ulp_stat_ctxs(bp); in __bnxt_reserve_rings() 6528 cp = min_t(int, cp, stat); in __bnxt_reserve_rings() [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-report.txt | 582 Do not print 0 results in the --stat output. 588 linkperf:perf-stat[1], linkperf:perf-annotate[1], linkperf:perf-record[1],
|
/openbmc/linux/mm/ |
H A D | page-writeback.c | 1483 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1484 written = percpu_counter_read(&wb->stat[WB_WRITTEN]); in __wb_update_bandwidth()
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 41 struct stat st; in dev_major_minor() 46 if (stat(devpath, &st) < 0) { in dev_major_minor()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-pic32.c | 2098 u32 stat; in pic32_gpio_irq_handler() local 2102 stat = readl(bank->reg_base + CNF_REG); in pic32_gpio_irq_handler() 2103 pending = pic32_gpio_get_pending(gc, stat); in pic32_gpio_irq_handler()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1822 struct stat statbuf; in copy_binary() 4575 struct stat statbuf; in FIXTURE_SETUP() 4596 if (stat(self->dir_path, &statbuf)) { in FIXTURE_SETUP() 4610 if (stat(variant->file_path, &statbuf)) { in FIXTURE_SETUP()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 338 u32 stat[(4 * (CIM_NUM_IBQ + CIM_NUM_OBQ_T5))]; in cim_qcfg_show() local 342 u32 *p = stat; in cim_qcfg_show() 348 ARRAY_SIZE(stat), stat); in cim_qcfg_show()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | mac80211.c | 371 struct rtw_coex_stat *coex_stat = &coex->stat; in rtw_ops_bss_info_changed()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | Kconfig | 110 Please see: https://www.ak-modul-bus.de/stat/mikrocontroller.html
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_opregion.c | 131 u32 stat; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | sysfs.rst | 333 a stat(2) operation.
|
H A D | vfs.rst | 21 VFS system calls open(2), stat(2), read(2), write(2), chmod(2) and so on 29 The VFS implements the open(2), stat(2), chmod(2), and similar system 58 like open(2) the file, or stat(2) it to peek at the inode data. The 59 stat(2) operation is fairly simple: once the VFS has the dentry, it 638 called by stat(2) and related system calls.
|
H A D | autofs.rst | 93 "`stat`" will (normally) cause the `d_op->d_automount()` dentry operation 109 mounting onto a directory is considered to be "beyond a `stat`", the
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 662 uint32_t stat, uint32_t param);
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s.c | 181 vcpu->stat.queue_intr++; in kvmppc_book3s_queue_irqprio()
|
H A D | powerpc.c | 355 vcpu->stat.st++; in kvmppc_st() 398 vcpu->stat.ld++; in kvmppc_ld()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu.h | 811 int rxtxflag, u64 *stat);
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 2398 local stat=$1; shift 2401 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]'
|
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | 2137 nfsd_statfs(struct svc_rqst *rqstp, struct svc_fh *fhp, struct kstatfs *stat, int access) in nfsd_statfs() argument 2147 if (vfs_statfs(&path, stat)) in nfsd_statfs()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 606 bool offset_loaded, u64 *offset, u64 *stat) in i40e_stat_update64() argument 614 *stat = new_data - *offset; in i40e_stat_update64() 633 bool offset_loaded, u64 *offset, u64 *stat) in i40e_stat_update48() argument 646 *stat = new_data - *offset; in i40e_stat_update48() 648 *stat = (new_data + BIT_ULL(48)) - *offset; in i40e_stat_update48() 649 *stat &= 0xFFFFFFFFFFFFULL; in i40e_stat_update48() 669 *stat = (u32)(new_data - *offset); in i40e_stat_update32() 671 *stat = (u32)((new_data + BIT_ULL(32)) - *offset); in i40e_stat_update32() 685 *stat += new_data; in i40e_stat_update_and_clear32() 701 struct i40e_eth_stats *stat) in i40e_stats_update_rx_discards() argument [all …]
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 5568 u64 *stat; in dasd_eckd_dump_sense_dbf() local 5571 stat = (u64 *) &irb->scsw; in dasd_eckd_dump_sense_dbf() 5575 reason, *stat, *((u32 *) (stat + 1)), in dasd_eckd_dump_sense_dbf() 5579 reason, *stat, *((u32 *) (stat + 1)), in dasd_eckd_dump_sense_dbf()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 1177 parent_total = entry->stat.period; in hist_browser__show_callchain() 1231 return he->stat._field; \ 2921 total = he->stat.period; in hist_browser__update_percent_limit()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 1243 struct stat st; in get_file_size() 1284 struct stat st; in get_file_align() 1343 struct stat file_stat; in file_ram_open()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 643 #define ipmi_inc_stat(intf, stat) \ argument 644 atomic_inc(&(intf)->stats[IPMI_STAT_ ## stat]) 645 #define ipmi_get_stat(intf, stat) \ argument 646 ((unsigned int) atomic_read(&(intf)->stats[IPMI_STAT_ ## stat]))
|