Home
last modified time | relevance | path

Searched refs:may_sleep (Results 1 – 25 of 78) sorted by relevance

1234

/dports/games/wolfpack/empire-4.4.1/src/lib/player/
H A Ddispatch.c94 player->may_sleep = command->c_flags & C_MOD in dispatch()
134 if (player->may_sleep != PLAYER_SLEEP_NEVER || !io_eof(player->iop)) in dispatch()
135 player->may_sleep = PLAYER_SLEEP_FREELY; in dispatch()
H A Daccept.c87 lp->may_sleep = PLAYER_SLEEP_FREELY; in player_new()
157 if (pl->may_sleep < (write ? PLAYER_SLEEP_FREELY : PLAYER_SLEEP_ON_INPUT)) in player_io_deadline()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
198 info->out_buffer = kzalloc(COMPLETION_CODE_SIZE, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
424 info = kzalloc(sizeof(*info), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
446 info->completion_addr = kzalloc(sizeof(union cpt_res_s), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
H A Drequest_manager.h65 bool may_sleep; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
198 info->out_buffer = kzalloc(COMPLETION_CODE_SIZE, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
424 info = kzalloc(sizeof(*info), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
446 info->completion_addr = kzalloc(sizeof(union cpt_res_s), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
H A Drequest_manager.h65 bool may_sleep; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
198 info->out_buffer = kzalloc(COMPLETION_CODE_SIZE, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list()
424 info = kzalloc(sizeof(*info), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
446 info->completion_addr = kzalloc(sizeof(union cpt_res_s), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
H A Drequest_manager.h65 bool may_sleep; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/natsemi/
H A Dsonic.c156 static void sonic_quiesce(struct net_device *dev, u16 mask, bool may_sleep) in sonic_quiesce() argument
166 if (!may_sleep) in sonic_quiesce()
711 static int sonic_init(struct net_device *dev, bool may_sleep) in sonic_init() argument
733 sonic_quiesce(dev, SONIC_CR_ALL, may_sleep); in sonic_init()
762 sonic_quiesce(dev, SONIC_CR_RRRA, may_sleep); in sonic_init()
837 sonic_quiesce(dev, SONIC_CR_LCAM, may_sleep); in sonic_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/natsemi/
H A Dsonic.c156 static void sonic_quiesce(struct net_device *dev, u16 mask, bool may_sleep) in sonic_quiesce() argument
166 if (!may_sleep) in sonic_quiesce()
711 static int sonic_init(struct net_device *dev, bool may_sleep) in sonic_init() argument
733 sonic_quiesce(dev, SONIC_CR_ALL, may_sleep); in sonic_init()
762 sonic_quiesce(dev, SONIC_CR_RRRA, may_sleep); in sonic_init()
837 sonic_quiesce(dev, SONIC_CR_LCAM, may_sleep); in sonic_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/natsemi/
H A Dsonic.c156 static void sonic_quiesce(struct net_device *dev, u16 mask, bool may_sleep) in sonic_quiesce() argument
166 if (!may_sleep) in sonic_quiesce()
711 static int sonic_init(struct net_device *dev, bool may_sleep) in sonic_init() argument
733 sonic_quiesce(dev, SONIC_CR_ALL, may_sleep); in sonic_init()
762 sonic_quiesce(dev, SONIC_CR_RRRA, may_sleep); in sonic_init()
837 sonic_quiesce(dev, SONIC_CR_LCAM, may_sleep); in sonic_init()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dlinux_vst_gui_support.cc341 bool may_sleep = true; in gui_event_loop() local
350 may_sleep = false; in gui_event_loop()
467 if (!gui_quit && may_sleep && elapsed_time_ms + 1 < LXVST_sched_timer_interval) { in gui_event_loop()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dplayer.h83 enum player_sleep may_sleep; /* when may thread sleep? */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/wiznet/
H A Dw5100.h16 bool may_sleep; member
H A Dw5100-spi.c103 .may_sleep = true,
244 .may_sleep = true,
402 .may_sleep = true,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/wiznet/
H A Dw5100.h16 bool may_sleep; member
H A Dw5100-spi.c103 .may_sleep = true,
244 .may_sleep = true,
402 .may_sleep = true,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/wiznet/
H A Dw5100.h16 bool may_sleep; member
H A Dw5100-spi.c103 .may_sleep = true,
244 .may_sleep = true,
402 .may_sleep = true,
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtask_scheduler_observer.h154 virtual bool may_sleep() { return allow_sleep; } in may_sleep() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dtask_scheduler_observer.h160 virtual bool may_sleep() { return allow_sleep; } in may_sleep() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/cgroup/
H A Drstat.c148 static void cgroup_rstat_flush_locked(struct cgroup *cgrp, bool may_sleep) in cgroup_rstat_flush_locked() argument
175 if (may_sleep && (need_resched() || in cgroup_rstat_flush_locked()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/cgroup/
H A Drstat.c148 static void cgroup_rstat_flush_locked(struct cgroup *cgrp, bool may_sleep) in cgroup_rstat_flush_locked() argument
175 if (may_sleep && (need_resched() || in cgroup_rstat_flush_locked()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/cgroup/
H A Drstat.c148 static void cgroup_rstat_flush_locked(struct cgroup *cgrp, bool may_sleep) in cgroup_rstat_flush_locked() argument
175 if (may_sleep && (need_resched() || in cgroup_rstat_flush_locked()
/dports/games/wolfpack/empire-4.4.1/src/server/
H A Dupdate.c189 p->may_sleep = PLAYER_SLEEP_NEVER; in update_run()

1234