| /linux-6.15/fs/afs/ |
| H A D | fs_probe.c | 21 if (estate) { in afs_get_endpoint_state() 25 trace_afs_estate(estate->server_id, estate->probe_seq, r, where); in afs_get_endpoint_state() 27 return estate; in afs_get_endpoint_state() 34 trace_afs_estate(estate->server_id, estate->probe_seq, refcount_read(&estate->ref), in afs_endpoint_state_rcu() 37 kfree(estate); in afs_endpoint_state_rcu() 42 if (estate) { in afs_put_endpoint_state() 43 unsigned int server_id = estate->server_id, probe_seq = estate->probe_seq; in afs_put_endpoint_state() 156 estate->error = 0; in afs_fileserver_probe_result() 247 estate = kzalloc(sizeof(*estate), GFP_KERNEL); in afs_fs_probe_fileserver() 248 if (!estate) in afs_fs_probe_fileserver() [all …]
|
| H A D | rotate.c | 59 struct afs_endpoint_state *estate; in afs_start_fs_iteration() local 66 s->probe_seq = estate->probe_seq; in afs_start_fs_iteration() 473 op->estate = NULL; in afs_select_fileserver() 481 ASSERTCMP(op->estate, ==, NULL); in afs_select_fileserver() 499 ASSERTCMP(op->estate, ==, NULL); in afs_select_fileserver() 573 ASSERTCMP(op->estate, ==, NULL); in afs_select_fileserver() 606 alist = op->estate->addresses; in afs_select_fileserver() 668 op->estate = NULL; in afs_select_fileserver() 684 struct afs_endpoint_state *estate; in afs_select_fileserver() local 687 error = READ_ONCE(estate->error); in afs_select_fileserver() [all …]
|
| H A D | server.c | 410 struct afs_endpoint_state *estate = rcu_access_pointer(server->endpoint_state); in afs_give_up_callbacks() local 411 struct afs_addr_list *alist = estate->addresses; in afs_give_up_callbacks() 465 struct afs_endpoint_state *estate; in afs_server_destroyer() local 484 estate = rcu_access_pointer(server->endpoint_state); in afs_server_destroyer() 485 if (estate) in afs_server_destroyer() 486 afs_set_peer_appdata(server, estate->addresses, NULL); in afs_server_destroyer() 543 struct afs_endpoint_state *estate; in afs_update_server_record() local 556 estate = rcu_dereference(server->endpoint_state); in afs_update_server_record() 557 has_addrs = estate->addresses; in afs_update_server_record()
|
| H A D | proc.c | 435 struct afs_endpoint_state *estate; in afs_proc_servers_show() local 457 estate = rcu_dereference(server->endpoint_state); in afs_proc_servers_show() 458 if (!estate) in afs_proc_servers_show() 460 failed = estate->failed_set; in afs_proc_servers_show() 462 estate->probe_seq, atomic_read(&estate->nr_probing), in afs_proc_servers_show() 463 estate->responsive_set, estate->failed_set); in afs_proc_servers_show() 465 alist = estate->addresses; in afs_proc_servers_show()
|
| H A D | fs_operation.c | 354 if (op->estate) { in afs_put_operation() 355 alist = op->estate->addresses; in afs_put_operation()
|
| H A D | internal.h | 918 struct afs_endpoint_state *estate; /* Current endpoint state (doesn't pin ref) */ member 1161 struct afs_endpoint_state *estate, unsigned int addr_index, 1199 struct afs_endpoint_state *afs_get_endpoint_state(struct afs_endpoint_state *estate, 1201 void afs_put_endpoint_state(struct afs_endpoint_state *estate, enum afs_estate_trace where); 1208 int afs_wait_for_one_fs_probe(struct afs_server *server, struct afs_endpoint_state *estate, 1387 struct afs_addr_list *alist = op->estate->addresses; in afs_make_op_call()
|
| H A D | fsclient.c | 1750 struct afs_endpoint_state *estate, unsigned int addr_index, in afs_fs_get_capabilities() argument 1764 call->peer = rxrpc_kernel_get_peer(estate->addresses->addrs[addr_index].peer); in afs_fs_get_capabilities() 1765 call->probe = afs_get_endpoint_state(estate, afs_estate_trace_get_getcaps); in afs_fs_get_capabilities()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | edr.c | 154 pci_ers_result_t estate = PCI_ERS_RESULT_DISCONNECT; in edr_handle_event() local 201 estate = pcie_do_recovery(edev, pci_channel_io_frozen, dpc_reset_link); in edr_handle_event() 209 if (estate == PCI_ERS_RESULT_RECOVERED) { in edr_handle_event()
|
| /linux-6.15/include/trace/events/ |
| H A D | afs.h | 1634 __field(unsigned int, estate) 1642 __entry->estate = estate_debug_id; 1649 __entry->estate, 1655 TP_PROTO(struct afs_server *server, bool tx, struct afs_endpoint_state *estate, 1658 TP_ARGS(server, tx, estate, addr_index, error, abort_code, rtt_us), 1662 __field(unsigned int, estate) 1672 struct afs_addr_list *alist = estate->addresses; 1674 __entry->estate = estate->probe_seq; 1685 __entry->server, __entry->tx ? "tx" : "rx", __entry->estate,
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | i2c.rst | 9 conserving board real estate and minimizing signal quality issues. Most
|
| /linux-6.15/Documentation/usb/ |
| H A D | ehci.rst | 187 more silicon real estate at the problem so that new motherboard chip
|