Searched refs:xa_for_each_start (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 76 xa_for_each()、xa_for_each_start()或xa_for_each_range()来遍历XArray中的现有条目。你 155 * xa_for_each_start()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-loader.c | 380 xa_for_each_start(&ipc4_data->fw_lib_xa, lib_id, fw_lib, lib_id) { in sof_ipc4_find_module_by_uuid() 539 xa_for_each_start(&ipc4_data->fw_lib_xa, lib_id, fw_lib, 1) { in sof_ipc4_query_fw_configuration()
|
| /linux/net/psp/ |
| H A D | psp_nl.c | 386 xa_for_each_start(&psp_devs, cb->args[0], psd, cb->args[0]) { in psp_nl_parse_key() 941 xa_for_each_start(&psp_devs, cb->args[0], psd, cb->args[0]) {
|
| /linux/include/linux/ |
| H A D | xarray.h | 480 #define xa_for_each_start(xa, index, entry, start) \ macro 505 xa_for_each_start(xa, index, entry, 0)
|
| /linux/net/qrtr/ |
| H A D | af_qrtr.c | 761 xa_for_each_start(&qrtr_ports, index, ipc, 1) { in qrtr_reset_ports()
|
| /linux/fs/btrfs/ |
| H A D | delayed-inode.c | 2072 xa_for_each_start(&root->delayed_nodes, index, node, index) { in btrfs_kill_all_delayed_nodes()
|