Home
last modified time | relevance | path

Searched refs:new_send (Results 1 – 12 of 12) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Ds_ducks.lua35 local s = ARDOUR.LuaAPI.new_send (Session, src, src:amp ())
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dmessage_support.hpp273 auto *new_send = new send_t(*this); in with_data_elems() local
274 new_send->data_elems = new_data_elems; in with_data_elems()
275 return func_t(new_send); in with_data_elems()
H A Dkernel_builder.cpp167 const send_t &new_send() const { in new_send() function
186 return new_send().register_size(); in new_reg_buf_size()
2792 auto new_send = send.call(new_args); in sub_slm_bufs() local
2793 ret = substitute(ret, s, new_send, 1); in sub_slm_bufs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/i40iw/
H A Di40iw_cm.c1063 struct i40iw_timer_entry *new_send; in i40iw_schedule_cm_timer() local
1068 new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC); in i40iw_schedule_cm_timer()
1069 if (!new_send) { in i40iw_schedule_cm_timer()
1076 new_send->sqbuf = sqbuf; in i40iw_schedule_cm_timer()
1077 new_send->timetosend = jiffies; in i40iw_schedule_cm_timer()
1078 new_send->type = type; in i40iw_schedule_cm_timer()
1079 new_send->send_retrans = send_retrans; in i40iw_schedule_cm_timer()
1083 new_send->timetosend += (HZ / 10); in i40iw_schedule_cm_timer()
1085 kfree(new_send); in i40iw_schedule_cm_timer()
1089 cm_node->close_entry = new_send; in i40iw_schedule_cm_timer()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/i40iw/
H A Di40iw_cm.c1063 struct i40iw_timer_entry *new_send; in i40iw_schedule_cm_timer() local
1068 new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC); in i40iw_schedule_cm_timer()
1069 if (!new_send) { in i40iw_schedule_cm_timer()
1076 new_send->sqbuf = sqbuf; in i40iw_schedule_cm_timer()
1077 new_send->timetosend = jiffies; in i40iw_schedule_cm_timer()
1078 new_send->type = type; in i40iw_schedule_cm_timer()
1079 new_send->send_retrans = send_retrans; in i40iw_schedule_cm_timer()
1083 new_send->timetosend += (HZ / 10); in i40iw_schedule_cm_timer()
1085 kfree(new_send); in i40iw_schedule_cm_timer()
1089 cm_node->close_entry = new_send; in i40iw_schedule_cm_timer()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/i40iw/
H A Di40iw_cm.c1063 struct i40iw_timer_entry *new_send; in i40iw_schedule_cm_timer() local
1068 new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC); in i40iw_schedule_cm_timer()
1069 if (!new_send) { in i40iw_schedule_cm_timer()
1076 new_send->sqbuf = sqbuf; in i40iw_schedule_cm_timer()
1077 new_send->timetosend = jiffies; in i40iw_schedule_cm_timer()
1078 new_send->type = type; in i40iw_schedule_cm_timer()
1079 new_send->send_retrans = send_retrans; in i40iw_schedule_cm_timer()
1083 new_send->timetosend += (HZ / 10); in i40iw_schedule_cm_timer()
1085 kfree(new_send); in i40iw_schedule_cm_timer()
1089 cm_node->close_entry = new_send; in i40iw_schedule_cm_timer()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc_route_observer.cc229 OSCRouteObserver::refresh_send (boost::shared_ptr<ARDOUR::Send> new_send, bool force) in refresh_send() argument
240 if ((new_send == _send) && !force) { in refresh_send()
252 _send = new_send; in refresh_send()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dlua_api.h63 …boost::shared_ptr<Processor> new_send (Session* s, boost::shared_ptr<ARDOUR::Route> r, boost::shar…
/dports/net-im/prosody/prosody-0.11.13/net/
H A Dserver_epoll.lua732 function interface:set_send(new_send) -- luacheck: ignore 212
H A Dserver_event.lua383 function interface_mt:set_send(new_send) -- luacheck: ignore 212
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlua_api.cc115 ARDOUR::LuaAPI::new_send (Session* s, boost::shared_ptr<Route> r, boost::shared_ptr<Processor> befo… in new_send() function in ARDOUR::LuaAPI
H A Dluabindings.cc2625 .addFunction ("new_send", ARDOUR::LuaAPI::new_send) in common()