diff --git a/en_US.ISO8859-1/books/arch-handbook/locking/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/locking/chapter.sgml index 3f5dbec7cf..22cbb9c811 100644 --- a/en_US.ISO8859-1/books/arch-handbook/locking/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/locking/chapter.sgml @@ -100,7 +100,7 @@ A list of data structures or data structure members that this entry protects. For data structure members, the name will be in the form of - <structname/structure name/.<structfield/member name/. + structure name.member name. @@ -153,38 +153,38 @@ cnt.v_swtch, cp_time, curpriority, - <structname/mtx/.<structfield/mtx_blocked/, - <structname/mtx/.<structfield/mtx_contested/, - <structname/proc/.<structfield/p_procq/, - <structname/proc/.<structfield/p_slpq/, - <structname/proc/.<structfield/p_sflag/ - <structname/proc/.<structfield/p_stat/, - <structname/proc/.<structfield/p_estcpu/, - <structname/proc/.<structfield/p_cpticks/ - <structname/proc/.<structfield/p_pctcpu/, - <structname/proc/.<structfield/p_wchan/, - <structname/proc/.<structfield/p_wmesg/, - <structname/proc/.<structfield/p_swtime/, - <structname/proc/.<structfield/p_slptime/, - <structname/proc/.<structfield/p_runtime/, - <structname/proc/.<structfield/p_uu/, - <structname/proc/.<structfield/p_su/, - <structname/proc/.<structfield/p_iu/, - <structname/proc/.<structfield/p_uticks/, - <structname/proc/.<structfield/p_sticks/, - <structname/proc/.<structfield/p_iticks/, - <structname/proc/.<structfield/p_oncpu/, - <structname/proc/.<structfield/p_lastcpu/, - <structname/proc/.<structfield/p_rqindex/, - <structname/proc/.<structfield/p_heldmtx/, - <structname/proc/.<structfield/p_blocked/, - <structname/proc/.<structfield/p_mtxname/, - <structname/proc/.<structfield/p_contested/, - <structname/proc/.<structfield/p_priority/, - <structname/proc/.<structfield/p_usrpri/, - <structname/proc/.<structfield/p_nativepri/, - <structname/proc/.<structfield/p_nice/, - <structname/proc/.<structfield/p_rtprio/, + mtx.mtx_blocked, + mtx.mtx_contested, + proc.p_procq, + proc.p_slpq, + proc.p_sflag, + proc.p_stat, + proc.p_estcpu, + proc.p_cpticks + proc.p_pctcpu, + proc.p_wchan, + proc.p_wmesg, + proc.p_swtime, + proc.p_slptime, + proc.p_runtime, + proc.p_uu, + proc.p_su, + proc.p_iu, + proc.p_uticks, + proc.p_sticks, + proc.p_iticks, + proc.p_oncpu, + proc.p_lastcpu, + proc.p_rqindex, + proc.p_heldmtx, + proc.p_blocked, + proc.p_mtxname, + proc.p_contested, + proc.p_priority, + proc.p_usrpri, + proc.p_nativepri, + proc.p_nice, + proc.p_rtprio, pscnt, slpque, itqueuebits, @@ -259,8 +259,8 @@ callfree, callwheel, nextsoftcheck, - <structname/proc/.<structfield/p_itcallout/, - <structname/proc/.<structfield/p_slpcallout/, + proc.p_itcallout, + proc.p_slpcallout, softticks, ticks @@ -302,16 +302,16 @@ allproc zombproc pidhashtbl - <structname/proc/.<structfield/p_list/ - <structname/proc/.<structfield/p_hash/ + proc.p_list + proc.p_hash nextpid proctree_lock - <structname/proc/.<structfield/p_children/ - <structname/proc/.<structfield/p_sibling/ + proc.p_children + proc.p_sibling @@ -334,7 +334,7 @@ - <structname/mtx/.<structfield/mtx_lock/ + mtx.mtx_lock