Home
last modified time | relevance | path

Searched refs:msleep (Results 1 – 25 of 52) sorted by relevance

123

/dragonfly/games/hack/
HDhack.fight.c86 if (mdef->mconf || mdef->mfroz || mdef->msleep) { in hitmm()
88 if (mdef->msleep) in hitmm()
89 mdef->msleep = 0; in hitmm()
93 mdef->msleep = 0; in hitmm()
329 if (!mon->mfroz && !mon->msleep) in hmon()
351 if (mdat->mlet == 'L' && !mtmp->mfroz && !mtmp->msleep && in attack()
398 if (mtmp->msleep) { in attack()
399 mtmp->msleep = 0; in attack()
HDhack.wizard.c91 if (mtmp->data->mlet == '1' && mtmp->msleep && !rn2(40)) in amulet()
94 mtmp->msleep = 0; in amulet()
260 mtmp->msleep = 0; in aggravate()
HDhack.apply.c151 if (mtmp->msleep) { in use_camera()
152 mtmp->msleep = 0; in use_camera()
299 if (mtmp->msleep) in use_whistle()
300 mtmp->msleep = 0; in use_whistle()
HDhack.mkmaze.c102 mtmp->msleep = 1; in makemaz()
104 mtmp->msleep = 1; in makemaz()
HDdef.monst.h83 Bitfield(msleep,1);
HDhack.mkshop.c185 shk->msleep = 0; in mkshop()
255 mon->msleep = 1; in mkzoo()
HDhack.trap.c246 if (!mtmp->msleep && !mtmp->mfroz) { in mintrap()
247 mtmp->msleep = 1; in mintrap()
HDhack.bones.c111 mtmp->msleep = 1; in savebones()
HDhack.search.c195 mtmp->msleep = 0; in wakeup()
HDhack.mon.c247 if (mtmp->msleep) { in dochug()
256 mtmp->msleep = 0; in dochug()
325 if (mtmp->mfroz || mtmp->msleep) in m_move()
HDhack.shk.c299 mtmp->msleep = 0; in inshop()
741 if (shopkeeper->msleep || shopkeeper->mfroz || in subfrombill()
916 if (u.uinshop && shkp && !shkp->mfroz && !shkp->msleep && in shkcatch()
HDhack.makemon.c157 mtmp->msleep = 1; in makemon()
/dragonfly/sys/dev/drm/amd/display/dc/gpio/
HDhw_ddc.c101 msleep(3); in set_config()
118 msleep(3); in set_config()
127 msleep(3); in set_config()
138 msleep(2); in set_config()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDmxgpu_ai.c107 msleep(10); in xgpu_ai_poll_msg()
133 msleep(1); in xgpu_ai_mailbox_trans_msg()
258 msleep(10); in xgpu_ai_mailbox_flr_work()
HDamdgpu_virt.c180 msleep(MAX_KIQ_REG_BAILOUT_INTERVAL); in amdgpu_virt_kiq_rreg()
234 msleep(MAX_KIQ_REG_BAILOUT_INTERVAL); in amdgpu_virt_kiq_wreg()
/dragonfly/sys/dev/drm/i915/
HDdvo_ns2501.c667 msleep(15); in ns2501_dpms()
673 msleep(200); in ns2501_dpms()
681 msleep(200); in ns2501_dpms()
685 msleep(15); in ns2501_dpms()
HDdvo_ch7017.c359 msleep(20); in ch7017_dpms()
HDintel_dsi.c749 msleep(msec); in intel_dsi_msleep()
871 msleep(20); /* XXX */ in intel_dsi_pre_enable()
921 msleep(10); in intel_dsi_disable()
/dragonfly/sys/dev/drm/include/linux/
HDdelay.h33 static inline void msleep(unsigned int msecs) in msleep() function
/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc_hw_sequencer.c261 msleep(1); in hwss_wait_for_blank_complete()
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/
HDaux_engine.c294 msleep(engine->delay); in read_command()
510 msleep(engine->delay); in write_command()
/dragonfly/sys/dev/drm/
HDdrm_dp_dual_mode_helper.c485 msleep(10); in drm_lspcon_set_mode()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
HDdce_aux.c595 msleep(engine->delay); in read_command()
785 msleep(engine->delay); in write_command()
/dragonfly/sys/netgraph7/
HDng_device.c425 if ((error = msleep(priv, &priv->ngd_mtx, in ngdread()
/dragonfly/sys/netproto/802_11/
HDREADME.DRAGONFLY72 * msleep() calls typically have to become lksleep() calls. However,

123