Home
last modified time | relevance | path

Searched refs:lj (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_aio.c516 lj = job->lio; in aio_free_entry()
517 if (lj) { in aio_free_entry()
679 lj->lioj_count, lj->lioj_finished_count); in aio_proc_rundown()
886 if (lj) { in aio_bio_done_notify()
888 if (lj->lioj_count == lj->lioj_finished_count) in aio_bio_done_notify()
912 aio_sendsig(userp, &lj->lioj_signal, &lj->lioj_ksi, in aio_bio_done_notify()
1707 if (lj) in aio_aqueue()
2251 bcopy(sig, &lj->lioj_signal, sizeof(lj->lioj_signal)); in kern_lio_listio()
2313 while (lj->lioj_count - 1 != lj->lioj_finished_count) { in kern_lio_listio()
2323 if (lj->lioj_count - 1 == lj->lioj_finished_count) { in kern_lio_listio()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddm814x-clocks.dtsi23 compatible = "ti,dm814-adpll-lj-clock";
34 compatible = "ti,dm814-adpll-lj-clock";
45 compatible = "ti,dm814-adpll-lj-clock";
56 compatible = "ti,dm814-adpll-lj-clock";
67 compatible = "ti,dm814-adpll-lj-clock";
78 compatible = "ti,dm814-adpll-lj-clock";
89 compatible = "ti,dm814-adpll-lj-clock";
100 compatible = "ti,dm814-adpll-lj-clock";
111 compatible = "ti,dm814-adpll-lj-clock";
122 compatible = "ti,dm814-adpll-lj-clock";
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dadpll.txt13 "ti,dm814-adpll-lj-clock" depending on the type of the ADPLL
34 compatible = "ti,dm814-adpll-lj-clock";
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.c112 struct lua_longjmp lj; in luaD_rawrunprotected() local
113 lj.status = 0; in luaD_rawrunprotected()
114 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected()
115 L->errorJmp = &lj; in luaD_rawrunprotected()
116 LUAI_TRY(L, &lj, in luaD_rawrunprotected()
119 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected()
120 return lj.status; in luaD_rawrunprotected()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.c196 struct lua_longjmp lj; in luaD_rawrunprotected() local
197 lj.status = LUA_OK; in luaD_rawrunprotected()
198 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected()
200 L->errorJmp = &lj; in luaD_rawrunprotected()
201 LUAI_TRY(L, &lj, in luaD_rawrunprotected()
204 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected()
206 return lj.status; in luaD_rawrunprotected()