Function report |
Source Code:include\linux\seqlock.h |
Create Date:2022-07-28 05:35:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:need_seqretry
Proto:static inline int need_seqretry(seqlock_t *lock, int seq)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
seqlock_t * | lock | |
int | seq |
536 | Return Not (seq & 1) && read_seqretry(lock, seq) |
Name | Describe |
---|---|
thread_group_cputime | Accumulate raw cputime values of dead tasks (sig->[us]time) and live* tasks (sum on group iteration) belonging to @tsk's group. |
d_walk | d_walk - walk the dentry tree*@parent: start of walk*@data: data passed to @enter() and @finish()*@enter: callback when first entering the dentry* The @enter() callbacks are called with d_lock held. |
prepend_path | prepend_path - Prepend path string to a buffer*@path: the dentry/vfsmount to report*@root: root vfsmnt/dentry*@buffer: pointer to the end of the buffer*@buflen: pointer to buffer length* The function will first try to write out the pathname without taking |
__dentry_path | Write full pathname from the root of the filesystem into the buffer. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |