/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | notif-wait.c | 71 struct iwl_notification_wait *wait_entry; in iwl_abort_notification_waits() local 75 wait_entry->aborted = true; in iwl_abort_notification_waits() 93 wait_entry->fn = fn; in iwl_init_notification_wait() 94 wait_entry->fn_data = fn_data; in iwl_init_notification_wait() 95 wait_entry->n_cmds = n_cmds; in iwl_init_notification_wait() 97 wait_entry->triggered = false; in iwl_init_notification_wait() 98 wait_entry->aborted = false; in iwl_init_notification_wait() 110 list_del(&wait_entry->list); in iwl_remove_notification() 116 struct iwl_notification_wait *wait_entry, in iwl_wait_notification() argument 122 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification() [all …]
|
H A D | notif-wait.h | 79 void __acquires(wait_entry) 81 struct iwl_notification_wait *wait_entry, 87 int __must_check __releases(wait_entry) 89 struct iwl_notification_wait *wait_entry, 92 void __releases(wait_entry) 94 struct iwl_notification_wait *wait_entry);
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | notif-wait.c | 71 struct iwl_notification_wait *wait_entry; in iwl_abort_notification_waits() local 75 wait_entry->aborted = true; in iwl_abort_notification_waits() 93 wait_entry->fn = fn; in iwl_init_notification_wait() 94 wait_entry->fn_data = fn_data; in iwl_init_notification_wait() 95 wait_entry->n_cmds = n_cmds; in iwl_init_notification_wait() 97 wait_entry->triggered = false; in iwl_init_notification_wait() 98 wait_entry->aborted = false; in iwl_init_notification_wait() 110 list_del(&wait_entry->list); in iwl_remove_notification() 116 struct iwl_notification_wait *wait_entry, in iwl_wait_notification() argument 122 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification() [all …]
|
H A D | notif-wait.h | 79 void __acquires(wait_entry) 81 struct iwl_notification_wait *wait_entry, 87 int __must_check __releases(wait_entry) 89 struct iwl_notification_wait *wait_entry, 92 void __releases(wait_entry) 94 struct iwl_notification_wait *wait_entry);
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | notif-wait.c | 71 struct iwl_notification_wait *wait_entry; in iwl_abort_notification_waits() local 75 wait_entry->aborted = true; in iwl_abort_notification_waits() 93 wait_entry->fn = fn; in iwl_init_notification_wait() 94 wait_entry->fn_data = fn_data; in iwl_init_notification_wait() 95 wait_entry->n_cmds = n_cmds; in iwl_init_notification_wait() 97 wait_entry->triggered = false; in iwl_init_notification_wait() 98 wait_entry->aborted = false; in iwl_init_notification_wait() 110 list_del(&wait_entry->list); in iwl_remove_notification() 116 struct iwl_notification_wait *wait_entry, in iwl_wait_notification() argument 122 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification() [all …]
|
H A D | notif-wait.h | 79 void __acquires(wait_entry) 81 struct iwl_notification_wait *wait_entry, 87 int __must_check __releases(wait_entry) 89 struct iwl_notification_wait *wait_entry, 92 void __releases(wait_entry) 94 struct iwl_notification_wait *wait_entry);
|
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/ |
H A D | gnix_wait.c | 256 struct gnix_wait_entry *wait_entry; in _gnix_wait_set_add() local 260 wait_entry = calloc(1, sizeof(*wait_entry)); in _gnix_wait_set_add() 261 if (!wait_entry) { in _gnix_wait_set_add() 269 wait_entry->wait_obj = wait_obj; in _gnix_wait_set_add() 271 gnix_slist_insert_tail(&wait_entry->entry, &wait_priv->set); in _gnix_wait_set_add() 279 struct gnix_wait_entry *wait_entry; in _gnix_wait_set_remove() local 290 wait_entry = container_of(found, struct gnix_wait_entry, in _gnix_wait_set_remove() 292 free(wait_entry); in _gnix_wait_set_remove()
|
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 108 struct wait_entry { struct 123 bool join(const wait_entry& other) in join() argument 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; in join() 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 439 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 524 for (std::pair<const PhysReg, wait_entry>& e : ctx.gpr_map) { in update_counters() 525 wait_entry& entry = e.second; in update_counters() 559 for (std::pair<PhysReg, wait_entry> e : ctx.gpr_map) { in update_counters_for_flat_load() [all …]
|
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 198 struct wait_entry { struct 212 bool join(const wait_entry& other) in join() argument 280 std::map<PhysReg,wait_entry> gpr_map; 317 for (std::pair<PhysReg,wait_entry> entry : other->gpr_map) in join() 397 std::map<PhysReg,wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 411 std::map<PhysReg,wait_entry>::iterator it = ctx.gpr_map.find(reg); in check_instr() 550 std::map<PhysReg,wait_entry>::iterator it = ctx.gpr_map.begin(); in kill() 635 for (std::pair<const PhysReg,wait_entry>& e : ctx.gpr_map) { in update_counters() 636 wait_entry& entry = e.second; in update_counters() 665 for (std::pair<PhysReg,wait_entry> e : ctx.gpr_map) in update_counters_for_flat_load() [all …]
|
/dports/net/haproxy/haproxy-2.4.10/src/ |
H A D | ring.c | 200 list_for_each_entry(appctx, &ring->waiters, wait_entry) in ring_write() 239 LIST_DEL_INIT(&appctx->wait_entry); in ring_detach_appctx() 291 LIST_DEL_INIT(&appctx->wait_entry); in cli_io_handler_show_ring() 366 LIST_APPEND(&ring->waiters, &appctx->wait_entry); in cli_io_handler_show_ring()
|
/dports/net/haproxy22/haproxy-2.2.19/src/ |
H A D | ring.c | 193 list_for_each_entry(appctx, &ring->waiters, wait_entry) in ring_write() 232 LIST_DEL_INIT(&appctx->wait_entry); in ring_detach_appctx() 284 LIST_DEL_INIT(&appctx->wait_entry); in cli_io_handler_show_ring() 359 LIST_ADDQ(&ring->waiters, &appctx->wait_entry); in cli_io_handler_show_ring()
|
/dports/net/haproxy23/haproxy-2.3.16/src/ |
H A D | ring.c | 193 list_for_each_entry(appctx, &ring->waiters, wait_entry) in ring_write() 232 LIST_DEL_INIT(&appctx->wait_entry); in ring_detach_appctx() 284 LIST_DEL_INIT(&appctx->wait_entry); in cli_io_handler_show_ring() 359 LIST_ADDQ(&ring->waiters, &appctx->wait_entry); in cli_io_handler_show_ring()
|
H A D | sink.c | 344 LIST_DEL_INIT(&appctx->wait_entry); in sink_forward_io_handler() 413 LIST_ADDQ(&ring->waiters, &appctx->wait_entry); in sink_forward_io_handler() 484 LIST_DEL_INIT(&appctx->wait_entry); in sink_forward_oc_io_handler() 557 LIST_ADDQ(&ring->waiters, &appctx->wait_entry); in sink_forward_oc_io_handler() 595 LIST_DEL_INIT(&sft->appctx->wait_entry); in __sink_forward_session_deinit()
|
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/ |
H A D | applet.h | 55 LIST_INIT(&appctx->wait_entry); in appctx_init()
|
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/ |
H A D | applet.h | 55 LIST_INIT(&appctx->wait_entry); in appctx_init()
|
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/ |
H A D | applet.h | 55 LIST_INIT(&appctx->wait_entry); in appctx_init()
|