Home
last modified time | relevance | path

Searched refs:co (Results 1 – 25 of 77) sorted by relevance

1234

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c20 if (!lua_checkstack(co, narg)) { in auxresume()
24 if (lua_status(co) == LUA_OK && lua_gettop(co) == 0) { in auxresume()
28 lua_xmove(L, co, narg); in auxresume()
29 status = lua_resume(co, L, narg); in auxresume()
31 int nres = lua_gettop(co); in auxresume()
48 lua_State *co = lua_tothread(L, 1); in luaB_coresume() local
51 r = auxresume(L, co, lua_gettop(L) - 1); in luaB_coresume()
67 int r = auxresume(L, co, lua_gettop(L)); in luaB_auxwrap()
103 lua_State *co = lua_tothread(L, 1); in luaB_costatus() local
107 switch (lua_status(co)) { in luaB_costatus()
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c491 if (L == co) return CO_RUN; in costatus()
492 switch (lua_status(co)) { in costatus()
499 else if (lua_gettop(co) == 0) in costatus()
511 lua_State *co = lua_tothread(L, 1); in luaB_costatus() local
519 int status = costatus(L, co); in auxresume()
520 if (!lua_checkstack(co, narg)) in auxresume()
526 lua_xmove(L, co, narg); in auxresume()
527 lua_setlevel(L, co); in auxresume()
528 status = lua_resume(co, narg); in auxresume()
530 int nres = lua_gettop(co); in auxresume()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua137 co = coroutine.wrap(function() function
142 assert(co() == 20)
143 assert(co() == 30)
157 local co = coroutine.wrap(function (c) function
161 assert(co() == "aa")
233 local co = coroutine.create(co_func)
234 local a,b,c = coroutine.resume(co, co)
236 a,b = coroutine.resume(co, co)
238 a,b = coroutine.resume(co, co)
240 assert(coroutine.resume(co, co) == false)
[all …]
H A Dtst.lib_table.lua34 local co = coroutine.create(f)
35 local res = tuple(coroutine.resume(co, ...))
36 if res[1] and coroutine.status(co) == "suspended" then
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dst-rproc.txt7 the bootloader starts a co-processor, the primary OS must detect its state
17 - clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
18 - clock-frequency Clock frequency to set co-processor at if the bootloader
21 for the co-processor
H A Dimx-rproc.txt11 - clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
H A Dmtk,scp.txt13 - clocks Clock for co-processor (See: ../clock/clock-bindings.txt)
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx7d-sbc-imx7.dts4 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/
5 * Author: Ilya Ledvich <ilya@compulab.co.il>
H A Dwm8750-apc8750.dts6 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dvt8500-bv07.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8505-ref.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8650-mid.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dam57xx-sbc-am57x.dts5 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/
6 * Author: Dmitry Lifshitz <lifshitz@compulab.co.il>
H A Dwm8850-w70v2.dts8 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dcompulab-sb-som.dtsi3 * Copyright (C) 2015 CompuLab, Ltd. - http://www.compulab.co.il/
H A Dorion5x-mv88f5181.dtsi2 * Copyright (C) 2016 Jamie Lentin <jm@lentin.co.uk>
/f-stack/tools/ipfw/
H A Dipfw2.c2174 if (!co->show_sets) in show_static_rule()
2215 if (co->show_sets) in show_static_rule()
2242 if (co->comment_only != 0) in show_static_rule()
2333 if (co->verbose) { in show_dyn_state()
2548 if (co->use_set) { in prepare_format_dyn()
2552 if (set != co->use_set - 1) in prepare_format_dyn()
2623 if (co->use_set && r->set != co->use_set - 1) in prepare_format_opts()
2666 if (co->use_set && r->set != co->use_set - 1) in list_static_range()
2695 if (co->use_set) { in list_dyn_state()
2698 if (set != co->use_set - 1) in list_dyn_state()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Ddigicolor.yaml10 - Baruch Siach <baruch@tkos.co.il>
H A Dvt8500.yaml10 - Tony Prisk <linux@prisktech.co.nz>
/f-stack/freebsd/netinet/
H A Dtcp_hpts.c1027 co_ret = callout_reset_sbt_on(&hpts->co, sb, 0, in tcp_hpts_insert_locked()
1031 co_ret = callout_reset_sbt_on(&hpts->co, sb, 0, in tcp_hpts_insert_locked()
1823 callout_stop(&hpts->co); in tcp_hpts_thread()
1826 if (callout_pending(&hpts->co) || in tcp_hpts_thread()
1827 !callout_active(&hpts->co)) { in tcp_hpts_thread()
1831 callout_deactivate(&hpts->co); in tcp_hpts_thread()
1853 callout_reset_sbt_on(&hpts->co, sb, 0, in tcp_hpts_thread()
1857 callout_reset_sbt_on(&hpts->co, sb, 0, in tcp_hpts_thread()
1953 callout_init(&hpts->co, 1); in tcp_init_hptsi()
1995 callout_reset_sbt_on(&hpts->co, sb, 0, in tcp_init_hptsi()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dstartek,startek-kd050c.yaml10 - Nikita Kiryanov <nikita@compulab.co.il>
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Dcsky,mptimer.txt6 regs is accessed by cpu co-processor 4 registers with mtcr/mfcr.
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Drtc-meson-vrtc.txt12 application processors (AP) and the secure co-processor (SCP.) When
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dcsky,mpintc.txt10 16-31 : private irq, and we use 16 as the co-processor timer.
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Dbrcm,iproc-i2c.txt31 'APE' co-processor. Value must be unsigned, 32-bit

1234