/linux/security/apparmor/include/ |
H A D | label.h | 150 #define last_error(E, FN) \ macro 215 last_error(__E, (FN)); \ 226 last_error(__E, (FN)); \ 239 last_error(__E, (FN)); \
|
/linux/include/linux/ |
H A D | lp.h | 59 unsigned int last_error; member
|
/linux/drivers/crypto/nx/ |
H A D | nx_debugfs.c | 54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 55 root, &drv->stats.last_error.counter); in nx_debugfs_init()
|
H A D | nx.h | 76 atomic_t last_error; member
|
H A D | nx.c | 57 atomic_set(&(nx_ctx->stats->last_error), op->hcall_err); in nx_hcall_sync()
|
/linux/drivers/hwmon/occ/ |
H A D | common.h | 112 int last_error; /* latest transfer error */ member
|
H A D | common.c | 151 occ->last_error = rc; in occ_poll() 160 occ->last_error = 0; in occ_poll() 222 rc = occ->last_error; in occ_update_response()
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-pfo-nx-crypto | 17 last_error:
|
/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.c | 23 time64_t last_error; member 67 data->last_error = ktime_get_boottime_seconds(); in iwl_trans_inc_restart_count() 183 ktime_get_boottime_seconds() - data->last_error >= in iwl_trans_determine_restart_mode()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-cadence.c | 1260 unsigned int last_error, current_error; in cdns_i2c_calc_divs() local 1272 last_error = -1; in cdns_i2c_calc_divs() 1287 if (last_error > current_error) { in cdns_i2c_calc_divs() 1291 last_error = current_error; in cdns_i2c_calc_divs()
|
/linux/drivers/char/ |
H A D | lp.c | 244 unsigned int last = lp_table[minor].last_error; in lp_check_status() 272 lp_table[minor].last_error = last; in lp_check_status() 1040 lp_table[i].last_error = 0; in lp_init()
|
/linux/fs/xfs/ |
H A D | xfs_qm.c | 63 int last_error = 0; in xfs_qm_dquot_walk() local 95 if (error && last_error != -EFSCORRUPTED) in xfs_qm_dquot_walk() 96 last_error = error; in xfs_qm_dquot_walk() 102 if (last_error == -EFSCORRUPTED) { in xfs_qm_dquot_walk() 116 return last_error; in xfs_qm_dquot_walk()
|
/linux/drivers/bluetooth/ |
H A D | btintel_pcie.c | 48 time64_t last_error; member 2288 retry_window = ktime_get_boottime_seconds() - data->last_error; in btintel_pcie_inc_recovery_count() 2290 data->last_error = ktime_get_boottime_seconds(); in btintel_pcie_inc_recovery_count() 2296 data->last_error = 0; in btintel_pcie_inc_recovery_count() 2397 retry_window = ktime_get_boottime_seconds() - data->last_error; in btintel_pcie_hw_error() 2406 data->last_error); in btintel_pcie_hw_error()
|
/linux/security/apparmor/ |
H A D | af_unix.c | 757 last_error(error, in aa_unix_file_perm() 770 last_error(error, in aa_unix_file_perm()
|
H A D | file.c | 555 last_error(error, aa_sock_file_perm(subj_cred, flabel, op, in __file_sock_perm()
|
/linux/include/linux/ceph/ |
H A D | osd_client.h | 339 int last_error; member
|
/linux/fs/afs/ |
H A D | fs_probe.c | 150 WRITE_ONCE(addr->last_error, ret); in afs_fileserver_probe_result()
|
H A D | rotate.c | 179 WRITE_ONCE(op->estate->addresses->addrs[op->addr_index].last_error, error); in afs_select_fileserver()
|
H A D | proc.c | 476 addr->last_error, addr->prio); in afs_proc_servers_show()
|
H A D | internal.h | 101 short last_error; /* Last error from this address */ member
|
/linux/net/ceph/ |
H A D | debugfs.c | 257 lreq->last_error); in dump_linger_request()
|