Lines Matching refs:RC_CHK_ACCESS

140 	return RC_CHK_ACCESS(thread)->maps;  in thread__maps()
145 RC_CHK_ACCESS(thread)->maps = maps; in thread__set_maps()
150 return RC_CHK_ACCESS(thread)->pid_; in thread__pid()
155 RC_CHK_ACCESS(thread)->pid_ = pid_; in thread__set_pid()
160 return RC_CHK_ACCESS(thread)->tid; in thread__tid()
165 RC_CHK_ACCESS(thread)->tid = tid; in thread__set_tid()
170 return RC_CHK_ACCESS(thread)->ppid; in thread__ppid()
175 RC_CHK_ACCESS(thread)->ppid = ppid; in thread__set_ppid()
180 return RC_CHK_ACCESS(thread)->cpu; in thread__cpu()
185 RC_CHK_ACCESS(thread)->cpu = cpu; in thread__set_cpu()
190 return RC_CHK_ACCESS(thread)->guest_cpu; in thread__guest_cpu()
195 RC_CHK_ACCESS(thread)->guest_cpu = guest_cpu; in thread__set_guest_cpu()
200 return &RC_CHK_ACCESS(thread)->refcnt; in thread__refcnt()
205 RC_CHK_ACCESS(thread)->exited = exited; in thread__set_exited()
210 return RC_CHK_ACCESS(thread)->comm_set; in thread__comm_set()
215 RC_CHK_ACCESS(thread)->comm_set = set; in thread__set_comm_set()
220 return RC_CHK_ACCESS(thread)->comm_len; in thread__var_comm_len()
225 RC_CHK_ACCESS(thread)->comm_len = len; in thread__set_comm_len()
230 return &RC_CHK_ACCESS(thread)->namespaces_list; in thread__namespaces_list()
235 return list_empty(&RC_CHK_ACCESS(thread)->namespaces_list); in thread__namespaces_list_empty()
240 return &RC_CHK_ACCESS(thread)->namespaces_lock; in thread__namespaces_lock()
245 return &RC_CHK_ACCESS(thread)->comm_lock; in thread__comm_lock()
251 return &RC_CHK_ACCESS(thread)->comm_list; in thread__comm_list()
256 return RC_CHK_ACCESS(thread)->db_id; in thread__db_id()
261 RC_CHK_ACCESS(thread)->db_id = db_id; in thread__set_db_id()
266 return RC_CHK_ACCESS(thread)->priv; in thread__priv()
271 RC_CHK_ACCESS(thread)->priv = p; in thread__set_priv()
276 return RC_CHK_ACCESS(thread)->ts; in thread__ts()
281 RC_CHK_ACCESS(thread)->ts = ts; in thread__set_ts()
286 return RC_CHK_ACCESS(thread)->nsinfo; in thread__nsinfo()
291 return &RC_CHK_ACCESS(thread)->srccode_state; in thread__srccode_state()
296 return RC_CHK_ACCESS(thread)->filter; in thread__filter()
301 RC_CHK_ACCESS(thread)->filter = filter; in thread__set_filter()
306 return RC_CHK_ACCESS(thread)->filter_entry_depth; in thread__filter_entry_depth()
311 RC_CHK_ACCESS(thread)->filter_entry_depth = depth; in thread__set_filter_entry_depth()
318 RC_CHK_ACCESS(thread)->e_machine = e_machine; in thread__set_e_machine()
323 return RC_CHK_ACCESS(thread)->e_flags; in thread__e_flags()
328 RC_CHK_ACCESS(thread)->e_flags = e_flags; in thread__set_e_flags()
334 return RC_CHK_ACCESS(thread)->lbr_stitch_enable; in thread__lbr_stitch_enable()
339 RC_CHK_ACCESS(thread)->lbr_stitch_enable = en; in thread__set_lbr_stitch_enable()
344 return RC_CHK_ACCESS(thread)->lbr_stitch; in thread__lbr_stitch()
349 RC_CHK_ACCESS(thread)->lbr_stitch = lbrs; in thread__set_lbr_stitch()