Lines Matching refs:RC_CHK_ACCESS
136 return RC_CHK_ACCESS(thread)->maps; in thread__maps()
141 RC_CHK_ACCESS(thread)->maps = maps; in thread__set_maps()
146 return RC_CHK_ACCESS(thread)->pid_; in thread__pid()
151 RC_CHK_ACCESS(thread)->pid_ = pid_; in thread__set_pid()
156 return RC_CHK_ACCESS(thread)->tid; in thread__tid()
161 RC_CHK_ACCESS(thread)->tid = tid; in thread__set_tid()
166 return RC_CHK_ACCESS(thread)->ppid; in thread__ppid()
171 RC_CHK_ACCESS(thread)->ppid = ppid; in thread__set_ppid()
176 return RC_CHK_ACCESS(thread)->cpu; in thread__cpu()
181 RC_CHK_ACCESS(thread)->cpu = cpu; in thread__set_cpu()
186 return RC_CHK_ACCESS(thread)->guest_cpu; in thread__guest_cpu()
191 RC_CHK_ACCESS(thread)->guest_cpu = guest_cpu; in thread__set_guest_cpu()
196 return &RC_CHK_ACCESS(thread)->refcnt; in thread__refcnt()
201 RC_CHK_ACCESS(thread)->exited = exited; in thread__set_exited()
206 return RC_CHK_ACCESS(thread)->comm_set; in thread__comm_set()
211 RC_CHK_ACCESS(thread)->comm_set = set; in thread__set_comm_set()
216 return RC_CHK_ACCESS(thread)->comm_len; in thread__var_comm_len()
221 RC_CHK_ACCESS(thread)->comm_len = len; in thread__set_comm_len()
226 return &RC_CHK_ACCESS(thread)->namespaces_list; in thread__namespaces_list()
231 return list_empty(&RC_CHK_ACCESS(thread)->namespaces_list); in thread__namespaces_list_empty()
236 return &RC_CHK_ACCESS(thread)->namespaces_lock; in thread__namespaces_lock()
241 return &RC_CHK_ACCESS(thread)->comm_lock; in thread__comm_lock()
247 return &RC_CHK_ACCESS(thread)->comm_list; in thread__comm_list()
252 return RC_CHK_ACCESS(thread)->db_id; in thread__db_id()
257 RC_CHK_ACCESS(thread)->db_id = db_id; in thread__set_db_id()
262 return RC_CHK_ACCESS(thread)->priv; in thread__priv()
267 RC_CHK_ACCESS(thread)->priv = p; in thread__set_priv()
272 return RC_CHK_ACCESS(thread)->ts; in thread__ts()
277 RC_CHK_ACCESS(thread)->ts = ts; in thread__set_ts()
282 return RC_CHK_ACCESS(thread)->nsinfo; in thread__nsinfo()
287 return &RC_CHK_ACCESS(thread)->srccode_state; in thread__srccode_state()
292 return RC_CHK_ACCESS(thread)->filter; in thread__filter()
297 RC_CHK_ACCESS(thread)->filter = filter; in thread__set_filter()
302 return RC_CHK_ACCESS(thread)->filter_entry_depth; in thread__filter_entry_depth()
307 RC_CHK_ACCESS(thread)->filter_entry_depth = depth; in thread__set_filter_entry_depth()
314 RC_CHK_ACCESS(thread)->e_machine = e_machine; in thread__set_e_machine()
320 return RC_CHK_ACCESS(thread)->lbr_stitch_enable; in thread__lbr_stitch_enable()
325 RC_CHK_ACCESS(thread)->lbr_stitch_enable = en; in thread__set_lbr_stitch_enable()
330 return RC_CHK_ACCESS(thread)->lbr_stitch; in thread__lbr_stitch()
335 RC_CHK_ACCESS(thread)->lbr_stitch = lbrs; in thread__set_lbr_stitch()