Searched refs:statep (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | libxed.py | 39 self.statep = addressof(self.state) 90 self.xed_operand_values_set_mode(inst.xedp, inst.statep)
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | policy.c | 27 static int add_policy(struct netlink_policy_dump_state **statep, in add_policy() argument 31 struct netlink_policy_dump_state *state = *statep; in add_policy() 61 *statep = state; in add_policy()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | policy.c | 27 static int add_policy(struct netlink_policy_dump_state **statep, in add_policy() argument 31 struct netlink_policy_dump_state *state = *statep; in add_policy() 61 *statep = state; in add_policy()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 812 unsigned char *statep; in lpfc_debugfs_nodelist_data() local 832 statep = "UNUSED"; in lpfc_debugfs_nodelist_data() 835 statep = "PLOGI "; in lpfc_debugfs_nodelist_data() 838 statep = "ADISC "; in lpfc_debugfs_nodelist_data() 841 statep = "REGLOG"; in lpfc_debugfs_nodelist_data() 844 statep = "PRLI "; in lpfc_debugfs_nodelist_data() 847 statep = "LOGO "; in lpfc_debugfs_nodelist_data() 850 statep = "UNMAP "; in lpfc_debugfs_nodelist_data() 854 statep = "MAPPED"; in lpfc_debugfs_nodelist_data() 858 statep in lpfc_debugfs_nodelist_data() [all...] |
H A D | lpfc_attr.c | 172 char *statep; in lpfc_nvme_info_show() local 190 statep = "REGISTERED"; in lpfc_nvme_info_show() 192 statep = "INIT"; in lpfc_nvme_info_show() 195 statep); in lpfc_nvme_info_show() 357 statep = "ONLINE"; in lpfc_nvme_info_show() 359 statep = "UNKNOWN "; in lpfc_nvme_info_show() 367 localport->port_id, statep); in lpfc_nvme_info_show() 386 statep = "ONLINE"; in lpfc_nvme_info_show() 389 statep = "UNKNOWN "; in lpfc_nvme_info_show() 392 statep in lpfc_nvme_info_show() [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 866 * statep: If not null is set to point at the found state. Caller will 872 struct xfs_da_state **statep) in xfs_attr_node_hasname() 878 if (statep != NULL) in xfs_attr_node_hasname() 879 *statep = state; in xfs_attr_node_hasname() 888 if (!statep) in xfs_attr_node_hasname() 870 xfs_attr_node_hasname( struct xfs_da_args *args, struct xfs_da_state **statep) xfs_attr_node_hasname() argument
|
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | cookie.c | 385 enum fscache_cookie_state *statep = &wait_for->state; in fscache_wait_on_collision() local 387 wait_var_event_timeout(statep, fscache_cookie_is_dropped(wait_for), in fscache_wait_on_collision() 392 wait_var_event(statep, fscache_cookie_is_dropped(wait_for)); in fscache_wait_on_collision()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 812 unsigned char *statep; in lpfc_debugfs_nodelist_data() local 832 statep = "UNUSED"; in lpfc_debugfs_nodelist_data() 835 statep = "PLOGI "; in lpfc_debugfs_nodelist_data() 838 statep = "ADISC "; in lpfc_debugfs_nodelist_data() 841 statep = "REGLOG"; in lpfc_debugfs_nodelist_data() 844 statep = "PRLI "; in lpfc_debugfs_nodelist_data() 847 statep = "LOGO "; in lpfc_debugfs_nodelist_data() 850 statep = "UNMAP "; in lpfc_debugfs_nodelist_data() 854 statep = "MAPPED"; in lpfc_debugfs_nodelist_data() 858 statep in lpfc_debugfs_nodelist_data() [all...] |
H A D | lpfc_attr.c | 347 char *statep; in lpfc_nvme_info_show() local 365 statep = "REGISTERED"; in lpfc_nvme_info_show() 367 statep = "INIT"; in lpfc_nvme_info_show() 370 statep); in lpfc_nvme_info_show() 532 statep = "ONLINE"; in lpfc_nvme_info_show() 534 statep = "UNKNOWN "; in lpfc_nvme_info_show() 542 localport->port_id, statep); in lpfc_nvme_info_show() 561 statep = "ONLINE"; in lpfc_nvme_info_show() 564 statep = "UNKNOWN "; in lpfc_nvme_info_show() 567 statep in lpfc_nvme_info_show() [all...] |
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 4768 self.statep = addressof(self.state) 4819 self.xed_operand_values_set_mode(inst.xedp, inst.statep)
|
Completed in 39 milliseconds