/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_dev_mgr.c | 48 list_for_each(itr, &vfs_table) in adf_get_vf_real_id() 101 list_for_each(itr, &accel_table) in adf_devmgr_update_class_index() 157 list_for_each(itr, &accel_table) in adf_devmgr_add_dev() 248 list_for_each(itr, &accel_table) in adf_devmgr_pci_to_accel_dev() 275 list_for_each(itr, &accel_table) in adf_devmgr_get_dev_by_id() 313 list_for_each(itr, &vfs_table) in adf_get_num_dettached_vfs()
|
H A D | adf_init.c | 189 list_for_each(list_itr, &service_table) in adf_error_notifier() 368 list_for_each(list_itr, &service_table) in adf_dev_init() 461 list_for_each(list_itr, &service_table) in adf_dev_start() 535 list_for_each(list_itr, &service_table) in adf_dev_stop() 600 list_for_each(list_itr, &service_table) in adf_dev_shutdown() 669 list_for_each(list_itr, &service_table) in adf_dev_restarting_notify() 710 list_for_each(list_itr, &service_table) in adf_dev_stop_notify_sync() 741 list_for_each(list_itr, &service_table) in adf_dev_restarted_notify()
|
H A D | adf_cfg_device.c | 1191 list_for_each(list, &cfg->sec_list) in adf_config_device() 1205 list_for_each(list, &cfg->sec_list) in adf_config_device() 1219 list_for_each(list, &cfg->sec_list) in adf_config_device() 1233 list_for_each(list, &cfg->sec_list) in adf_config_device() 1258 list_for_each(list, &cfg->sec_list) in adf_config_device()
|
H A D | adf_cfg.c | 290 list_for_each(list, &s->param_head) in adf_cfg_key_value_find() 306 list_for_each(list, &cfg->sec_list) in adf_cfg_sec_find()
|
H A D | adf_fw_counters.c | 300 list_for_each(list, &fw_counters_data->ae_sec_list) in adf_fw_counters_sec_find()
|
H A D | adf_freebsd_uio_cleanup.c | 139 list_for_each(entry, &bundle->list) in get_orphan_bundle()
|
H A D | adf_freebsd_dev_processes.c | 278 list_for_each(lpos, &processes_list) in adf_processes_write()
|
H A D | adf_cfg_section.c | 402 list_for_each(list, &sec_process->param_head) in adf_cfg_section_copy()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list_sort.c | 61 list_for_each(le, head) in drm_list_sort() 65 list_for_each(le, head) in drm_list_sort()
|
H A D | drm_ioctl.c | 163 list_for_each(list, &dev->maplist) { in drm_getmap()
|
H A D | drm_linux_list.h | 109 #define list_for_each(entry, head) \ macro
|
H A D | drm_crtc.c | 1227 list_for_each(lh, &file_priv->fbs) in drm_mode_getresources() 1233 list_for_each(lh, &dev->mode_config.crtc_list) in drm_mode_getresources() 1236 list_for_each(lh, &dev->mode_config.connector_list) in drm_mode_getresources() 1239 list_for_each(lh, &dev->mode_config.encoder_list) in drm_mode_getresources()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | list_test.c | 262 ATF_TC(list_for_each); 263 ATF_TC_HEAD(list_for_each, tc) in ATF_TC_HEAD() argument 267 ATF_TC_BODY(list_for_each, tc) in ATF_TC_BODY() argument 361 ATF_TP_ADD_TC(tp, list_for_each); in ATF_TP_ADD_TCS()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | list.h | 118 #define list_for_each(pos, head) \ macro
|
/freebsd/sys/dev/hptnr/ |
H A D | list.h | 117 #define list_for_each(pos, head) \ macro
|
/freebsd/sys/dev/hptrr/ |
H A D | list.h | 120 #define list_for_each(pos, head) \ macro
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 173 list_for_each(pos, &apertures) { in devm_aperture_acquire()
|
H A D | linux_compat.c | 2505 list_for_each(le, head) in list_sort() 2509 list_for_each(le, head) in list_sort()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 185 #define list_for_each(p, head) \ macro 484 list_for_each(lh, list) { in list_count_nodes()
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 211 #define list_for_each(VAR, HEAD) \ macro
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_kern_lib.c | 398 list_for_each(pos, &instance->bulk_waiter_list) { in vchiq_blocking_bulk_transfer()
|
H A D | vchiq_arm.c | 728 list_for_each(pos, &instance->bulk_waiter_list) { in vchiq_ioctl()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 169 #define list_for_each(p, head) \ macro
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 371 #define list_for_each(pos, head) \ macro
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-taskq.c | 425 list_for_each(l, lh) { in taskq_find_list() 463 list_for_each(l, &tq->tq_active_list) { in taskq_find()
|