ItsTotallyRSX

Untitled

Jun 22nd, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 268.84 KB | None | 0 0
  1. C STRUCT TYPE , C STRUCT NAME (can be shortened) , MEMBER NAME (must work on offset) , MEMBER NAME TO BE USED IN C APIS , MEMBER NAME TO BE CONVERTED INTO C++ MSFT/GOOGLE CONVENTNION,,,,
  2. struct refcount_struct , refcount_struct , refs , refs , refs
  3.  
  4. struct kref , kref , refcount , refcount , ref_count
  5.  
  6. struct kobject , kobject , name , name , name
  7. struct kobject , kobject , entry , entry , entry
  8. struct kobject , kobject , parent , parent , parent
  9. struct kobject , kobject , kset , kset , k_set
  10. struct kobject , kobject , ktype , ktype , k_type
  11. struct kobject , kobject , sd , sd , sd
  12. struct kobject , kobject , kref , kref , k_ref
  13.  
  14. struct resource , resource , start , start , start
  15. struct resource , resource , end , end , end
  16. struct resource , resource , name , name , name
  17. struct resource , resource , flags , flags , flags
  18. struct resource , resource , desc , desc , desc
  19. struct resource , resource , sibling , siblings , siblings
  20. struct resource , resource , child , child , child
  21.  
  22. struct vtime , vtime , seqcount , seqcount , seq_count
  23. struct vtime , vtime , starttime , starttime , start_time
  24. struct vtime , vtime , state , state , state
  25. struct vtime , vtime , utime , utime , u_time
  26. struct vtime , vtime , stime , stime , s_time
  27. struct vtime , vtime , gtime , gtime , g_time
  28.  
  29. struct prev_cputime , prev_cputime
  30.  
  31. struct load_weight , load_weight , weight , weight , weight
  32. struct load_weight , load_weight , inv_weight , inv_weight , inv_weight
  33.  
  34. struct sched_avg , sched_avg , last_update_time , last_update_time , last_update_time
  35. struct sched_avg , sched_avg , load_sum , load_sum , load_sum
  36. struct sched_avg , sched_avg , util_sum , util_sum , util_sum
  37. struct sched_avg , sched_avg , period_contrib , period_contrib , period_contrib
  38. struct sched_avg , sched_avg , load_avg , load_avg , load_avg
  39. struct sched_avg , sched_avg , util_avg , util_avg , util_avg
  40.  
  41. struct sched_statistics , sched_statistics , wait_start , wait_start , wait_start
  42. struct sched_statistics , sched_statistics , wait_max , wait_max , wait_max
  43. struct sched_statistics , sched_statistics , wait_count , wait_count , wait_count
  44. struct sched_statistics , sched_statistics , wait_sum , wait_sum , wait_sum
  45. struct sched_statistics , sched_statistics , iowait_count , iowait_count , iowait_count
  46. struct sched_statistics , sched_statistics , iowait_sum , iowait_sum , iowait_sum
  47. struct sched_statistics , sched_statistics , sleep_start , sleep_start , sleep_start
  48. struct sched_statistics , sched_statistics , sleep_max , sleep_max , sleep_max
  49. struct sched_statistics , sched_statistics , sum_sleep_runtime , sum_sleep_runtime , sum_sleep_runtime
  50. struct sched_statistics , sched_statistics , block_start , block_start , block_start
  51. struct sched_statistics , sched_statistics , block_max , block_max , block_max
  52. struct sched_statistics , sched_statistics , exec_max , exec_max , exec_max
  53. struct sched_statistics , sched_statistics , slice_max , slice_max , slice_max
  54. struct sched_statistics , sched_statistics , nr_migrations_cold , nr_migrations_cold , nr_migrations_cold
  55. struct sched_statistics , sched_statistics , nr_failed_migrations_affine , nr_failed_migrations_affine , NR_failed_migrations_affine
  56. struct sched_statistics , sched_statistics , nr_failed_migrations_running , nr_failed_migrations_running , NR_failed_migrations_running
  57. struct sched_statistics , sched_statistics , nr_failed_migrations_hot , nr_failed_migrations_hot , NR_failed_migrations_hot
  58. struct sched_statistics , sched_statistics , nr_forced_migrations , nr_forced_migrations , NR_forced_migrations
  59. struct sched_statistics , sched_statistics , nr_wakeups , nr_wakeups , NR_wakeups
  60. struct sched_statistics , sched_statistics , nr_wakeups_sync , nr_wakeups_sync , NR_wakeups_sync
  61. struct sched_statistics , sched_statistics , nr_wakeups_migrate , nr_wakeups_migrate , NR_wakeups_migrate
  62. struct sched_statistics , sched_statistics , nr_wakeups_local , nr_wakeups_local , NR_wakeups_local
  63. struct sched_statistics , sched_statistics , nr_wakeups_remote , nr_wakeups_remote , NR_wakeups_remote
  64. struct sched_statistics , sched_statistics , nr_wakeups_affine , nr_wakeups_affine , NR_wakeups_affine
  65. struct sched_statistics , sched_statistics , nr_wakeups_affine_attempts , nr_wakeups_affine_attempts , NR_wakeups_affine_attempts
  66. struct sched_statistics , sched_statistics , nr_wakeups_passive , nr_wakeups_passive , NR_wakeups_passive
  67. struct sched_statistics , sched_statistics , nr_wakeups_idle , nr_wakeups_idle , NR_wakeups_idle
  68.  
  69.  
  70. struct sched_entity , sched_entity , load , load , load
  71. struct sched_entity , sched_entity , run_node , run_node , run_node
  72. struct sched_entity , sched_entity , group_node , group_node , group_node
  73. struct sched_entity , sched_entity , on_rq , on_rq , on_rq
  74. struct sched_entity , sched_entity , exec_start , exec_start , exec_start
  75. struct sched_entity , sched_entity , sum_exec_runtime , sum_exec_runtime , sum_exec_runtime
  76. struct sched_entity , sched_entity , vruntime , vruntime , v_runtime
  77. struct sched_entity , sched_entity , prev_sum_exec_runtime , prev_sum_exec_runtime , prev_sum_exec_runtime
  78. struct sched_entity , sched_entity , nr_migrations , nr_migrations , nr_migrations
  79. struct sched_entity , sched_entity , statistics , statistics , statistics
  80. struct sched_entity , sched_entity , depth , depth , depth
  81. struct sched_entity , sched_entity , parent , parent , parent
  82. struct sched_entity , sched_entity , cfs_rq , cfs_rq , cfs_rq
  83. struct sched_entity , sched_entity , my_q , my_q , my_q
  84. struct sched_entity , sched_entity , avg , avg , avg
  85.  
  86. struct sched_rt_entity , sched_rt_entity , run_list , run_list , run_list
  87. struct sched_rt_entity , sched_rt_entity , timeout , timeout , timeout
  88. struct sched_rt_entity , sched_rt_entity , watchdog_stamp , watchdog_stamp , watchdog_stamp
  89. struct sched_rt_entity , sched_rt_entity , time_slice , time_slice , time_slice
  90. struct sched_rt_entity , sched_rt_entity , on_rq , on_rq , on_rq
  91. struct sched_rt_entity , sched_rt_entity , on_list , on_list , on_list
  92. struct sched_rt_entity , sched_rt_entity , back , back , back
  93. struct sched_rt_entity , sched_rt_entity , parent , parent , parent
  94. struct sched_rt_entity , sched_rt_entity , rt_rq , rt_rq , rt_rq
  95. struct sched_rt_entity , sched_rt_entity , my_q , my_q , my_q
  96.  
  97. struct sched_dl_entity , sched_dl_entity , rb_node , rb_node , RB_node
  98. struct sched_dl_entity , sched_dl_entity , dl_runtime , dl_runtime , DL_runtime
  99. struct sched_dl_entity , sched_dl_entity , dl_deadline , dl_deadline , DL_deadline
  100. struct sched_dl_entity , sched_dl_entity , dl_period , dl_period , DL_period
  101. struct sched_dl_entity , sched_dl_entity , dl_bw , dl_bw , DL_bw
  102. struct sched_dl_entity , sched_dl_entity , dl_density , dl_density , DL_density
  103. struct sched_dl_entity , sched_dl_entity , runtime , runtime , runtime
  104. struct sched_dl_entity , sched_dl_entity , deadline , deadline , deadline
  105. struct sched_dl_entity , sched_dl_entity , flags , flags , flags
  106. struct sched_dl_entity , sched_dl_entity , dl_throttled , dl_throttled , DL_throttled
  107. struct sched_dl_entity , sched_dl_entity , dl_boosted , dl_boosted , DL_boosted
  108. struct sched_dl_entity , sched_dl_entity , dl_yielded , dl_yielded , DL_yielded
  109. struct sched_dl_entity , sched_dl_entity , dl_non_contending , dl_non_contending , DL_non_contending
  110. struct sched_dl_entity , sched_dl_entity , dl_timer , dl_timer , DL_timer
  111. struct sched_dl_entity , sched_dl_entity , inactive_timer , inactive_timer , inactive_timer
  112.  
  113. struct sd_data , sd_data , sd , sd , SD
  114. struct sd_data , sd_data , sds , sds , SDS
  115. struct sd_data , sd_data , sg , sg , SG
  116. struct sd_data , sd_data , sgc , sgc , SGC
  117.  
  118. struct sched_domain , sched_domain , parent , parent , parent
  119. struct sched_domain , sched_domain , child , child , child
  120. struct sched_domain , sched_domain , groups , groups , groups
  121. struct sched_domain , sched_domain , min_interval , min_interval , min_interval
  122. struct sched_domain , sched_domain , max_interval , max_interval , max_interval
  123. struct sched_domain , sched_domain , busy_factor , busy_factor , busy_factor
  124. struct sched_domain , sched_domain , imbalance_pct , imbalance_pct , imbalance_pct
  125. struct sched_domain , sched_domain , cache_nice_tries , cache_nice_tries , cache_nice_tries
  126. struct sched_domain , sched_domain , busy_idx , busy_idx , busy_idx
  127. struct sched_domain , sched_domain , idle_idx , idle_idx , idle_idx
  128. struct sched_domain , sched_domain , newidle_idx , newidle_idx , newidle_idx
  129. struct sched_domain , sched_domain , wake_idx , wake_idx , wake_idx
  130. struct sched_domain , sched_domain , forkexec_idx , forkexec_idx , forkexec_idx
  131. struct sched_domain , sched_domain , smt_gain , smt_gain , smt_gain
  132. struct sched_domain , sched_domain , nohz_idle , nohz_idle , noHZ_idle
  133. struct sched_domain , sched_domain , flags , flags , flags
  134. struct sched_domain , sched_domain , level , level , level
  135. struct sched_domain , sched_domain , last_balance , last_balance , last_balance
  136. struct sched_domain , sched_domain , balance_interval , balance_interval , balance_interval
  137. struct sched_domain , sched_domain , nr_balance_failed , nr_balance_failed , nr_balance_failed
  138. struct sched_domain , sched_domain , max_newidle_lb_cost , max_newidle_lb_cost , max_newidle_lb_cost
  139. struct sched_domain , sched_domain , next_decay_max_lb_cost , next_decay_max_lb_cost , next_decay_max_lb_cost
  140. struct sched_domain , sched_domain , avg_scan_cost , avg_scan_cost , avg_scan_cost
  141. struct sched_domain , sched_domain , lb_count , lb_count , LB_count
  142. struct sched_domain , sched_domain , lb_failed , lb_failed , LB_failed
  143. struct sched_domain , sched_domain , lb_balanced , lb_balanced , LB_balanced
  144. struct sched_domain , sched_domain , lb_imbalance , lb_imbalance , LB_imbalance
  145. struct sched_domain , sched_domain , lb_gained , lb_gained , LB_gained
  146. struct sched_domain , sched_domain , lb_hot_gained , lb_hot_gained , LB_hot_gained
  147. struct sched_domain , sched_domain , lb_nobusyg , lb_nobusyg , LB_nobusyg
  148. struct sched_domain , sched_domain , lb_nobusyq , lb_nobusyq , LB_nobusyq
  149. struct sched_domain , sched_domain , alb_count , alb_count , ALB_count
  150. struct sched_domain , sched_domain , alb_failed , alb_failed , ALB_failed
  151. struct sched_domain , sched_domain , alb_pushed , alb_pushed , ALB_pushed
  152. struct sched_domain , sched_domain , sbe_count , sbe_count , SBE_count
  153. struct sched_domain , sched_domain , sbe_balanced , sbe_balanced , SBE_balanced
  154. struct sched_domain , sched_domain , sbe_pushed , sbe_pushed , SBE_pushed
  155. struct sched_domain , sched_domain , sbf_count , sbf_count , SBF_count
  156. struct sched_domain , sched_domain , sbf_balanced , sbf_balanced , SBF_balanced
  157. struct sched_domain , sched_domain , sbf_pushed , sbf_pushed , SBF_pushed
  158. struct sched_domain , sched_domain , ttwu_wake_remote , ttwu_wake_remote , TTWU_wake_remote
  159. struct sched_domain , sched_domain , ttwu_move_affine , ttwu_move_affine , TTWU_move_affine
  160. struct sched_domain , sched_domain , ttwu_move_balance , ttwu_move_balance , TTWU_move_balance
  161. struct sched_domain , sched_domain , private , private , private
  162. struct sched_domain , sched_domain , rcu , rcu , rcu
  163. struct sched_domain , sched_domain , shared , shared , shared
  164. struct sched_domain , sched_domain , span_weight , span_weight , span_weight
  165.  
  166.  
  167. struct sched_domain_topology_level , sched_domain_topology_level , mask , mask , mask
  168. struct sched_domain_topology_level , sched_domain_topology_level , sd_flags , sd_flags , sd_flags
  169. struct sched_domain_topology_level , sched_domain_topology_level , flags , flags , flags
  170. struct sched_domain_topology_level , sched_domain_topology_level , numa_level , numa_level , numa_level
  171. struct sched_domain_topology_level , sched_domain_topology_level , data , data , data
  172.  
  173. struct sched_domain_shared , sched_domain_shared , ref , ref , ref
  174. struct sched_domain_shared , sched_domain_shared , nr_busy_cpus , nr_busy_cpus , NR_busy_cpus
  175. struct sched_domain_shared , sched_domain_shared , has_idle_cores , has_idle_cores , has_idle_cores
  176.  
  177. struct task_delay_info , task_delay_info , lock , lock , lock
  178. struct task_delay_info , task_delay_info , flags , flags , flags
  179. struct task_delay_info , task_delay_info , blkio_start , blkio_start , blk_IO_start
  180. struct task_delay_info , task_delay_info , blkio_delay , blkio_delay , blk_IO_delay
  181. struct task_delay_info , task_delay_info , swapin_delay , swapin_delay , swapin_delay
  182. struct task_delay_info , task_delay_info , blkio_count , blkio_count , blk_IO_count
  183. struct task_delay_info , task_delay_info , swapin_count , swapin_count , swapin_count
  184. struct task_delay_info , task_delay_info , freepages_start , freepages_start , free_pages_start
  185. struct task_delay_info , task_delay_info , freepages_delay , freepages_delay , free_pages_delay
  186. struct task_delay_info , task_delay_info , freepages_count , freepages_count , free_pages_count
  187.  
  188. struct wake_q_node , wake_q_node , next , next , next
  189.  
  190. struct sighand_struct , sighand_struct , count , count , count
  191. struct sighand_struct , sighand_struct , action , action , action
  192. struct sighand_struct , sighand_struct , siglock , siglock , sig_lock
  193. struct sighand_struct , sighand_struct , signalfd_wqh , signalfd_wqh , signalfd_wqh
  194.  
  195. struct pacct_struct , pacct_struct , ac_flag , ac_flag , AC_flag
  196. struct pacct_struct , pacct_struct , ac_exitcode , ac_exitcode , AC_exitcode
  197. struct pacct_struct , pacct_struct , ac_mem , ac_mem , AC_mem
  198. struct pacct_struct , pacct_struct , ac_utime , ac_utime , AC_utime
  199. struct pacct_struct , pacct_struct , ac_stime , ac_stime , AC_stime
  200. struct pacct_struct , pacct_struct , ac_minflt , ac_minflt , AC_minflt
  201. struct pacct_struct , pacct_struct , ac_majflt , ac_majflt , AC_majflt
  202.  
  203. struct cpu_itimer , cpu_itimer , expires , expires , expires
  204. struct cpu_itimer , cpu_itimer , incr , incr , incr
  205.  
  206. struct task_cputime_atomic , task_cputime_atomic , uname , uname , u_name
  207. struct task_cputime_atomic , task_cputime_atomic , stime , stime , s_time
  208. struct task_cputime_atomic , task_cputime_atomic , sum_exec_runtime , sum_exec_runtime , sum_exec_runtime
  209.  
  210. struct thread_group_cputimer , thread_group_cputimer , cputime_atomic , cputime_atomic , cpu_time_atomic
  211. struct thread_group_cputimer , thread_group_cputimer , running , running , running
  212. struct thread_group_cputimer , thread_group_cputimer , checking_timer , checking_timer , checking_timer
  213.  
  214. struct signal_struct , signal_struct , sigcnt , sigcnt , sigcnt
  215. struct signal_struct , signal_struct , live , live , live
  216. struct signal_struct , signal_struct , nr_threads , nr_threads , nr_threads
  217. struct signal_struct , signal_struct , thread_head , thread_head , thread_head
  218. struct signal_struct , signal_struct , wait_chldexit , wait_chldexit , wait_chldexit
  219. struct signal_struct , signal_struct , curr_target , curr_target , curr_target
  220. struct signal_struct , signal_struct , shared_pending , shared_pending , shared_pending
  221. struct signal_struct , signal_struct , group_exit_code , group_exit_code , group_exit_code
  222. struct signal_struct , signal_struct , notify_count , notify_count , notify_count
  223. struct signal_struct , signal_struct , group_exit_task , group_exit_task , group_exit_task
  224. struct signal_struct , signal_struct , group_stop_count , group_stop_count , group_stop_count
  225. struct signal_struct , signal_struct , flags , flags , flags
  226. struct signal_struct , signal_struct , leader_pid , leader_pid , leader_PID
  227. struct signal_struct , signal_struct , tty_old_pgrp , tty_old_pgrp , tty_old_pgrp
  228. struct signal_struct , signal_struct , int leader , int leader , leader
  229. struct signal_struct , signal_struct , tty , tty , tty
  230. struct signal_struct , signal_struct , autogroup , autogroup , auto_group
  231. struct signal_struct , signal_struct , stats_lock , stats_lock , stats_lock
  232. struct signal_struct , signal_struct , utime , utime , u_time
  233. struct signal_struct , signal_struct , stime , stime , s_time
  234. struct signal_struct , signal_struct , cutime , cutime , cu_time
  235. struct signal_struct , signal_struct , cstime , cstime , cs_time
  236. struct signal_struct , signal_struct , gtime , gtime , g_time
  237. struct signal_struct , signal_struct , cgtime , cgtime , cg_time
  238. struct signal_struct , signal_struct , prev_cputime , prev_cputime , prev_cpu_time
  239. struct signal_struct , signal_struct , nvcsw , nvcsw , nvcsw
  240. struct signal_struct , signal_struct , nivcsw , nivcsw , nivcsw
  241. struct signal_struct , signal_struct , cnvcsw , cnvcsw , cnvcsw
  242. struct signal_struct , signal_struct , cnivcsw , cnivcsw , cnivcsw
  243. struct signal_struct , signal_struct , min_flt , min_flt , min_flt
  244. struct signal_struct , signal_struct , maj_flt , maj_flt , maj_flt
  245. struct signal_struct , signal_struct , cmin_flt , cmin_flt , cmin_flt
  246. struct signal_struct , signal_struct , cmaj_flt , cmaj_flt , cmaj_flt
  247. struct signal_struct , signal_struct , inblock , inblock , in_block
  248. struct signal_struct , signal_struct , oublock , oublock , ou_block
  249. struct signal_struct , signal_struct , cinblock , cinblock , cin_block
  250. struct signal_struct , signal_struct , coublock , coublock , cou_block
  251. struct signal_struct , signal_struct , maxrss , maxrss , max_rss
  252. struct signal_struct , signal_struct , cmaxrss , cmaxrss , cmax_rss
  253. struct signal_struct , signal_struct , ioac , ioac , ioac
  254. struct signal_struct , signal_struct , sum_sched_runtime , sum_sched_runtime , sum_sched_runtime
  255. struct signal_struct , signal_struct , rlim , rlim , rlim
  256. struct signal_struct , signal_struct , oom_flag_origin , oom_flag_origin , oom_flag_origin
  257. struct signal_struct , signal_struct , oom_score_adj , oom_score_adj , oom_score_adj
  258. struct signal_struct , signal_struct , oom_score_adj_min , oom_score_adj_min , oom_score_adj_min
  259. struct signal_struct , signal_struct , oom_mm , oom_mm , oom_mm
  260. struct signal_struct , signal_struct , cred_guard_mutex , cred_guard_mutex , cred_guard_mutex
  261.  
  262. struct rw_semaphore , rw_semaphore
  263.  
  264. struct spinlock , spinlock_t
  265.  
  266. struct group_info , group_info , usage , usage , usage
  267. struct group_info , group_info , ngroups , ngroups , n_groups
  268.  
  269. struct cred , cred , usage , usage , usage
  270. struct cred , cred , uid , uid , UID
  271. struct cred , cred , gid , gid , GID
  272. struct cred , cred , suid , suid , SUID
  273. struct cred , cred , sgid , sgid , SGID
  274. struct cred , cred , euid , euid , EUID
  275. struct cred , cred , egid , egid , EGID
  276. struct cred , cred , fsuid , fsuid , FSUID
  277. struct cred , cred , fsgid , fsgid , FSGID
  278. struct cred , cred , securebits , securebits , secure_bits
  279. struct cred , cred , cap_inheritable , cap_inheritable , cap_inheritable
  280. struct cred , cred , cap_permitted , cap_permitted , cap_permitted
  281. struct cred , cred , cap_effective , cap_effective , cap_effective
  282. struct cred , cred , cap_bset , cap_bset , cap_b_set
  283. struct cred , cred , cap_ambient , cap_ambient , cap_ambient
  284. struct cred , cred , jit_keyring , jit_keyring , jit_keyring
  285. struct cred , cred , session_keyring , session_keyring , session_keyring
  286. struct cred , cred , process_keyring , process_keyring , process_keyring
  287. struct cred , cred , thread_keyring , thread_keyring , thread_keyring
  288. struct cred , cred , request_key_auth , request_key_auth , request_key_auth
  289. struct cred , cred , user , user , user
  290. struct cred , cred , user_ns , user_ns , user_namespace
  291. struct cred , cred , group_info , group_info , group_info
  292. struct cred , cred , rcu , rcu , rcu
  293.  
  294. struct user_struct , user_struct , __count , __count , count
  295. struct user_struct , user_struct , processes , processes , processes
  296. struct user_struct , user_struct , sigpending , sigpending , signal_pending
  297. struct user_struct , user_struct , locked_shm , locked_shm , locked_shm
  298. struct user_struct , user_struct , unix_inflight , unix_inflight , unix_inflight
  299. struct user_struct , user_struct , pipe_bufs , pipe_bufs , pipe_bufs
  300. struct user_struct , user_struct , uid_keyring , uid_keyring , UID_keyring
  301. struct user_struct , user_struct , session_keyring , session_keyring , session_keyring
  302. struct user_struct , user_struct , uidhash_node , uidhash_node , uidhash_node
  303. struct user_struct , user_struct , uid , uid , UID
  304. struct user_struct , user_struct , locked_vm , locked_vm , locked_VM
  305.  
  306. struct key , key , usage , usage , usage
  307. struct key , key , serial , serial , serial
  308. struct key , key , serial_node , serial_node , serial_node
  309. struct key , key , sem , sem , sem
  310. struct key , key , user , user , user
  311. struct key , key , security , security , security
  312. struct key , key , expiry , expiry , expiry
  313. struct key , key , revoked_at , revoked_at , revoked_at
  314. struct key , key , last_used_at , last_used_at , last_used_at
  315. struct key , key , uid , uid , UID
  316. struct key , key , gid , gid , GID
  317. struct key , key , perm , perm , perm
  318. struct key , key , quotalen , quotalen , quota_len
  319. struct key , key , datalen , datalen , data_len
  320. struct key , key , state , state , state
  321. struct key , key , flags , flags , flags
  322.  
  323. struct key_type , key_type , name , name , name
  324. struct key_type , key_type , def_datalen , def_datalen , def_data_len
  325. struct key_type , key_type , vet_description , vet_description , vet_description
  326. struct key_type , key_type , preparse , preparse , preparse
  327. struct key_type , key_type , free_preparse , free_preparse , free_preparse
  328. struct key_type , key_type , instantiate , instantiate , instantiate
  329. struct key_type , key_type , update , update , update
  330. struct key_type , key_type , match_preparse , match_preparse , match_preparse
  331. struct key_type , key_type , match_free , match_free , match_free
  332. struct key_type , key_type , revoke , revoke , revoke
  333. struct key_type , key_type , destory , destory , destory
  334. struct key_type , key_type , describe , describe , describe
  335. struct key_type , key_type , read , read , read
  336. struct key_type , key_type , request_key , request_key , request_key
  337. struct key_type , key_type , lookup_restriction , lookup_restriction , lookup_restriction
  338. struct key_type , key_type , link , link , link
  339. struct key_type , key_type , lock_class , lock_class , lock_class
  340.  
  341. struct key_construction , key_construction , key , key , key
  342. struct key_construction , key_construction , authkey , authkey , auth_key
  343.  
  344. struct key_preparsed_payload , key_preparsed_payload
  345.  
  346. struct key_match_data , key_match_data , cmp , cmp , cmp
  347. struct key_match_data , key_match_data , raw_data , raw_data , raw_data
  348. struct key_match_data , key_match_data , preparsed , preparsed , preparsed
  349. struct key_match_data , key_match_data , lookup_type , lookup_type , lookup_type
  350.  
  351. struct keyring_index_key , keyring_index_key , type , type , type
  352. struct keyring_index_key , keyring_index_key , description , description , description
  353. struct keyring_index_key , keyring_index_key , desc_len , desc_len , desc_len
  354.  
  355. struct task_struct , task , thread_info , thread_info , thread_info
  356. struct task_struct , task , state , state , state
  357. struct task_struct , task , stack , stack , stack
  358. struct task_struct , task , usage , usage , usage
  359. struct task_struct , task , flags , flags , flags
  360. struct task_struct , task , ptrace , ptrace , ptrace
  361. struct task_struct , task , wake_entry , wake_entry , wake_entry
  362. struct task_struct , task , on_cpu , on_cpu , on_cpu
  363. struct task_struct , task , cpu , cpu , cpu
  364. struct task_struct , task , wakee_flips , wakee_flips , wakee_flips
  365. struct task_struct , task , wakee_flip_decay_ts , wakee_flip_decay_ts , wakee_flip_decay_ts
  366. struct task_struct , task , last_wakee , last_wakee , last_wakee
  367. struct task_struct , task , wake_cpu , wake_cpu , wake_cpu
  368. struct task_struct , task , on_rq , on_rq , on_rq
  369. struct task_struct , task , prio , prio , prio
  370. struct task_struct , task , static_prio , static_prio , static_prio
  371. struct task_struct , task , normal_prio , normal_prio , normal_prio
  372. struct task_struct , task , rt_priority , rt_priority , rt_priority
  373. struct task_struct , task , sched_class , sched_class , sched_class
  374. struct task_struct , task , se , se , SE
  375. struct task_struct , task , rt , rt , RT
  376. struct task_struct , task , sched_task_group , sched_task_group , sched_task_group
  377. struct task_struct , task , dl , dl , DL
  378. struct task_struct , task , preempt_notifiers , preempt_notifiers , preempt_notifiers
  379. struct task_struct , task , btrace_seq , btrace_seq , btrace_seq
  380. struct task_struct , task , policy , policy , policy
  381. struct task_struct , task , nr_cpus_allowed , nr_cpus_allowed , nr_cpus_allowed
  382. struct task_struct , task , cpus_allowed , cpus_allowed , cpus_allowed
  383. struct task_struct , task , sched_info , sched_info , sched_info
  384. struct task_struct , task , tasks , tasks , tasks
  385. struct task_struct , task , pushable_tasks , pushable_tasks , pushable_tasks
  386. struct task_struct , task , pushable_dl_tasks , pushable_dl_tasks , pushable_dl_tasks
  387. struct task_struct , task , mm , mm , MM
  388. struct task_struct , task , active_mm , active_mm , active_MM
  389. struct task_struct , task , vmacache , vmacache , vma_cache
  390. struct task_struct , task , rss_stat , rss_stat , rss_stat
  391. struct task_struct , task , exit_state , exit_state , exit_state
  392. struct task_struct , task , exit_code , exit_code , exit_code
  393. struct task_struct , task , exit_signal , exit_signal , exit_signal
  394. struct task_struct , task , pdeath_signal , pdeath_signal , pdeath_signal
  395. struct task_struct , task , jobctl , jobctl , jobCTL
  396. struct task_struct , task , personality , personality , personality
  397. struct task_struct , task , atomic_flags , atomic_flags , atomic_flags
  398. struct task_struct , task , restart_block , restart_block , restart_block
  399. struct task_struct , task , pid , pid , PID
  400. struct task_struct , task , tgid , tgid , TGID
  401. struct task_struct , task , real_parent , real_parent , real_parent
  402. struct task_struct , task , parent , parent , parent
  403. struct task_struct , task , children , children , children
  404. struct task_struct , task , sibling , sibling , sibling
  405. struct task_struct , task , group_leader , group_leader , group_leader
  406. struct task_struct , task , ptraced , ptraced , pTraced
  407. struct task_struct , task , ptrace_entry , ptrace_entry , pTrace_entry
  408. struct task_struct , task , pids , pids , p_ids
  409. struct task_struct , task , thread_group , thread_group , thread_group
  410. struct task_struct , task , thread_node , thread_node , thread_node
  411. struct task_struct , task , vfork_done , vfork_done , v_fork_done
  412. struct task_struct , task , set_child_tid , set_child_tid , set_child_tid
  413. struct task_struct , task , clear_child_tid , clear_child_tid , clear_child_tid
  414. struct task_struct , task , utime , utime , u_time
  415. struct task_struct , task , stime , stime , s_time
  416. struct task_struct , task , gtime , gtime , g_time
  417. struct task_struct , task , prev_cputime , prev_cputime , prev_cpu_time
  418. struct task_struct , task , vtime , vtime , vtime
  419. struct task_struct , task , tick_dep_mask , tick_dep_mask , tick_dep_mask
  420. struct task_struct , task , nvcsw , nvcsw , nvcsw
  421. struct task_struct , task , nivcsw , nivcsw , nivcsw
  422. struct task_struct , task , start_time , start_time , start_time
  423. struct task_struct , task , real_start_time , real_start_time , real_start_time
  424. struct task_struct , task , min_flt , min_flt , min_flt
  425. struct task_struct , task , maj_flt , maj_flt , maj_flt
  426. struct task_struct , task , cputime_expires , cputime_expires , cpu_time_expires
  427. struct task_struct , task , cpu_timers , cpu_timers , cpu_timers
  428. struct task_struct , task , ptracer_cred , ptracer_cred , ptracer_cred
  429. struct task_struct , task , real_cred , real_cred , real_cred
  430. struct task_struct , task , cred , cred , cred
  431. struct task_struct , task , comm , comm , comm
  432. struct task_struct , task , nameidata , nameidata , name_i_data
  433. struct task_struct , task , sysvsem , sysvsem , sys_v_sem
  434. struct task_struct , task , sysvshm , sysvshm , sys_v_shm
  435. struct task_struct , task , last_switch_count , last_switch_count , last_switch_count
  436. struct task_struct , task , fs , fs , fs
  437. struct task_struct , task , files , files , files
  438. struct task_struct , task , nsproxy , nsproxy , namespace_proxy
  439. struct task_struct , task , signal , signal , signal
  440. struct task_struct , task , sighand , sighand , sig_hand
  441. struct task_struct , task , blocked , blocked , blocked
  442. struct task_struct , task , real_blocked , real_blocked , real_blocked
  443. struct task_struct , task , saved_sigmask , saved_sigmask , saved_sigmask
  444. struct task_struct , task , pending , pending , pending
  445. struct task_struct , task , sas_ss_sp , sas_ss_sp , sas_ss_sp
  446. struct task_struct , task , sas_ss_size , sas_ss_size , sas_ss_size
  447. struct task_struct , task , sas_ss_flags , sas_ss_flags , sas_ss_flags
  448. struct task_struct , task , thread , thread , thread
  449.  
  450. struct fwnode_operations , fwnode_operations , get , get , get
  451. struct fwnode_operations , fwnode_operations , put , put , put
  452. struct fwnode_operations , fwnode_operations , device_is_available , device_is_available , device_is_available
  453. struct fwnode_operations , fwnode_operations , property_present , property_present , property_present
  454. struct fwnode_operations , fwnode_operations , property_read_int_array , property_read_int_array , property_read_int_array
  455. struct fwnode_operations , fwnode_operations , property_read_string_array , property_read_string_array , property_read_string_array
  456. struct fwnode_operations , fwnode_operations , get_parent , get_parent , get_parent
  457. struct fwnode_operations , fwnode_operations , get_next_child_node , get_next_child_node , get_next_child_node
  458. struct fwnode_operations , fwnode_operations , get_named_child_node , get_named_child_node , get_named_child_node
  459. struct fwnode_operations , fwnode_operations , get_reference_args , get_reference_args , get_reference_args
  460. struct fwnode_operations , fwnode_operations , graph_get_next_endpoint , graph_get_next_endpoint , graph_get_next_endpoint
  461. struct fwnode_operations , fwnode_operations , graph_get_remote_endpoint , graph_get_remote_endpoint , graph_get_remote_endpoint
  462. struct fwnode_operations , fwnode_operations , graph_get_port_parent , graph_get_port_parent , graph_get_port_parent
  463. struct fwnode_operations , fwnode_operations , graph_parse_endpoint , graph_parse_endpoint , graph_parse_endpoint
  464.  
  465.  
  466. struct fwnode_handle , fwnode_handle , secondary , secondary , secondary
  467. struct fwnode_handle , fwnode_handle , ops , ops , ops
  468.  
  469. struct fwnode_endpoint , fwnode_endpoint , port , port , port
  470. struct fwnode_endpoint , fwnode_endpoint , id , id , id
  471. struct fwnode_endpoint , fwnode_endpoint , local_fwnode , local_fwnode , local_fw_node
  472.  
  473. struct thread_struct , thread_struct , thread_struct , thread_struct , thread_struct
  474. struct thread_struct , thread_struct , sp0 , sp0 , SP0
  475. struct thread_struct , thread_struct , sp , sp , SP
  476. struct thread_struct , thread_struct , sysenter_cs , sysenter_cs , sys_enter_cs
  477. struct thread_struct , thread_struct , es , es , ES
  478. struct thread_struct , thread_struct , ds , ds , DS
  479. struct thread_struct , thread_struct , fsindex , fsindex , FS_index
  480. struct thread_struct , thread_struct , gsindex , gsindex , GS_index
  481. struct thread_struct , thread_struct , fsbase , fsbase , FS_base
  482. struct thread_struct , thread_struct , gsbase , gsbase , GS_base
  483. struct thread_struct , thread_struct , ptrace_bps , ptrace_bps , ptrace_bps
  484. struct thread_struct , thread_struct , debugreg6 , debugreg6 , debugreg6
  485. struct thread_struct , thread_struct , ptrace_dr7 , ptrace_dr7 , ptrace_dr7
  486. struct thread_struct , thread_struct , cr2 , cr2 , cr2
  487. struct thread_struct , thread_struct , trap_nr , trap_nr , trap_nr
  488. struct thread_struct , thread_struct , error_code , error_code , error_code
  489. struct thread_struct , thread_struct , io_bitmap_ptr , io_bitmap_ptr , IO_bitmap_ptr
  490. struct thread_struct , thread_struct , iopl , iopl , iopl
  491. struct thread_struct , thread_struct , io_bitmap_max , io_bitmap_max , IO_bitmap_max
  492. struct thread_struct , thread_struct , addr_limit , addr_limit , addr_limit
  493. struct thread_struct , thread_struct , fpu , fpu , fpu
  494.  
  495. struct thread_info , thread_info , flags , flags , flags
  496. struct thread_info , thread_info , status , status , status
  497.  
  498.  
  499. struct upid , upid , nr , nr , nr
  500. struct upid , upid , ns , ns , ns
  501. struct upid , upid , pid_chain , pid_chain , PID_chain
  502.  
  503. struct pid , pid , count , count , count
  504. struct pid , pid , level , level , level
  505. struct pid , pid , tasks , tasks , tasks
  506. struct pid , pid , rcu , rcu , rcu
  507. struct pid , pid , numbers , numbers , numbers
  508.  
  509. struct pid_link , pid_link , node , node , node
  510. struct pid_link , pid_link , pid , pid , PID
  511.  
  512. struct pid_namespace , pid_namespace , kref , kref , k_ref
  513. struct pid_namespace , pid_namespace , pidmap , pidmap , PID_map
  514. struct pid_namespace , pid_namespace , rcu , rcu , rcu
  515. struct pid_namespace , pid_namespace , last_pid , last_pid , last_PID
  516. struct pid_namespace , pid_namespace , nr_hashed , nr_hashed , nr_hashed
  517. struct pid_namespace , pid_namespace , child_reaper , child_reaper , child_reaper
  518. struct pid_namespace , pid_namespace , pid_cachep , pid_cachep , PID_cachep
  519. struct pid_namespace , pid_namespace , level , level , level
  520. struct pid_namespace , pid_namespace , parent , parent , parent
  521. struct pid_namespace , pid_namespace , proc_mnt , proc_mnt , proc_mnt
  522. struct pid_namespace , pid_namespace , proc_self , proc_self , proc_self
  523. struct pid_namespace , pid_namespace , proc_thread_self , proc_thread_self , proc_thread_self
  524. struct pid_namespace , pid_namespace , user_ns , user_ns , user_ns
  525. struct pid_namespace , pid_namespace , ucounts , ucounts , u_counts
  526. struct pid_namespace , pid_namespace , proc_work , proc_work , proc_work
  527. struct pid_namespace , pid_namespace , pid_gid , pid_gid , pid_GID
  528. struct pid_namespace , pid_namespace , hide_pid , hide_pid , hide_PID
  529. struct pid_namespace , pid_namespace , reboot , reboot , reboot
  530. struct pid_namespace , pid_namespace , ns , ns , ns
  531.  
  532. struct pidmap , pidmap , nr_free , nr_free , nr_free
  533. struct pidmap , pidmap , page , page , page
  534.  
  535. struct mutex , mutex
  536.  
  537. struct mutex_waiter , mutex_waiter
  538.  
  539. struct kstat , kstat , result_mask , result_mask , result_mask
  540. struct kstat , kstat , mode , mode , mode
  541. struct kstat , kstat , nlink , nlink , n_link
  542. struct kstat , kstat , blksize , blksize , io_size
  543. struct kstat , kstat , attributes , attributes , attributes
  544. struct kstat , kstat , attributes_mask , attributes_mask , attributes_mask
  545. struct kstat , kstat , ino , ino , ino
  546. struct kstat , kstat , dev , dev , dev
  547. struct kstat , kstat , rdev , rdev , r_dev
  548. struct kstat , kstat , uid , uid , UID
  549. struct kstat , kstat , gid , gid , GID
  550. struct kstat , kstat , size , size , size
  551. struct kstat , kstat , atime , atime , access_time
  552. struct kstat , kstat , mtime , mtime , modified_time
  553. struct kstat , kstat , ctime , ctime , changed_time
  554. struct kstat , kstat , btime , btime , created_time
  555. struct kstat , kstat , blocks , blocks , blocks
  556.  
  557. struct kstatfs , kstatfs , f_type , f_type , type
  558. struct kstatfs , kstatfs , f_bsize , f_bsize , b_size
  559. struct kstatfs , kstatfs , f_blocks , f_blocks , b_locks
  560. struct kstatfs , kstatfs , f_bfree , f_bfree , b_free
  561. struct kstatfs , kstatfs , f_bavail , f_bavail , b_avail
  562. struct kstatfs , kstatfs , f_files , f_files , files
  563. struct kstatfs , kstatfs , f_ffree , f_ffree , f_free
  564. struct kstatfs , kstatfs , f_fsid , f_fsid , f_SID
  565. struct kstatfs , kstatfs , f_namelen , f_namelen , name_len
  566. struct kstatfs , kstatfs , f_frsize , f_frsize , fr_size
  567. struct kstatfs , kstatfs , f_flags , f_flags , flags
  568. struct kstatfs , kstatfs , f_spare , f_spare , spare
  569.  
  570. struct filename , filename , name , name , name
  571. struct filename , filename , uptr , uptr , u_ptr
  572. struct filename , filename , aname , aname , a_name
  573. struct filename , filename , refcnt , refcnt , ref_cnt
  574.  
  575. struct file , file , f_u.fu_llist , f_u_fu_llist , u_fu_llist
  576. struct file , file , f_u.fu_rcuhead , f_u_fu_rcuhead , u_fu_rcuhead
  577. struct file , file , f_path , f_path , path
  578. struct file , file , f_inode , f_inode , i_node
  579. struct file , file , f_op , f_op , op
  580. struct file , file , f_lock , f_lock , lock
  581. struct file , file , f_write_hint , f_write_hint , write_hint
  582. struct file , file , f_count , f_count , count
  583. struct file , file , f_flags , f_flags , flags
  584. struct file , file , f_mode , f_mode , mode
  585. struct file , file , f_pos_lock , f_pos_lock , pos_lock
  586. struct file , file , f_pos , f_pos , pos
  587. struct file , file , f_owner , f_owner , owner
  588. struct file , file , f_cred , f_cred , cred
  589. struct file , file , f_ra , f_ra , ra
  590. struct file , file , f_version , f_version , version
  591. struct file , file , f_security , f_security , security
  592. struct file , file , private_data , private_data , ivate_data
  593. struct file , file , f_mapping , f_mapping , mapping
  594. struct file , file , f_wb_err , f_wb_err , wb_err
  595.  
  596. struct path , path , mnt , mnt , mount
  597. struct path , path , dentry , dentry , d_entry
  598.  
  599. struct inode , inode , i_mode , i_mode , mode
  600. struct inode , inode , i_opflags , i_opflags , op_flags
  601. struct inode , inode , i_uid , i_uid , UID
  602. struct inode , inode , i_gid , i_gid , GID
  603. struct inode , inode , i_flags , i_flags , flags
  604. struct inode , inode , i_op , i_op , op
  605. struct inode , inode , i_sb , i_sb , sb
  606. struct inode , inode , i_mapping , i_mapping , mapping
  607. struct inode , inode , i_ino , i_ino , ino
  608. struct inode , inode , i_nlink , i_nlink , n_link
  609. struct inode , inode , i_rdev , i_rdev , r_dev
  610. struct inode , inode , i_size , i_size , size
  611. struct inode , inode , i_atime , i_atime , access_time
  612. struct inode , inode , i_mtime , i_mtime , modified_time
  613. struct inode , inode , i_ctime , i_ctime , change_time
  614. struct inode , inode , i_lock , i_lock , lock
  615. struct inode , inode , i_bytes , i_bytes , bytes
  616. struct inode , inode , i_blkbits , i_blkbits , blk_bits
  617. struct inode , inode , i_write_hint , i_write_hint , write_hint
  618. struct inode , inode , i_blocks , i_blocks , blocks
  619. struct inode , inode , i_state , i_state , state
  620. struct inode , inode , i_rwsem , i_rwsem , rw_sem
  621. struct inode , inode , dirtied_when , dirtied_when , dirtied_when
  622. struct inode , inode , dirtied_time_when , dirtied_time_when , dirtied_time_when
  623. struct inode , inode , i_hash , i_hash , hash
  624. struct inode , inode , i_io_list , i_io_list , io_list
  625. struct inode , inode , i_lru , i_lru , lru
  626. struct inode , inode , i_sb_list , i_sb_list , sb_list
  627. struct inode , inode , i_wb_list , i_wb_list , wb_list
  628. struct inode , inode , i_dentry , i_dentry , d_entry
  629. struct inode , inode , i_rcu , i_rcu , rcu
  630. struct inode , inode , i_version , i_version , version
  631. struct inode , inode , i_count , i_count , count
  632. struct inode , inode , i_dio_count , i_dio_count , dio_count
  633. struct inode , inode , i_writecount , i_writecount , write_count
  634. struct inode , inode , i_fop , i_fop , fop
  635. struct inode , inode , i_flctx , i_flctx , f_l_ctx
  636. struct inode , inode , i_data , i_data , data
  637. struct inode , inode , i_devices , i_devices , devices
  638. struct inode , inode , i_pipe , i_pipe , pipe
  639. struct inode , inode , i_bdev , i_bdev , b_dev
  640. struct inode , inode , i_cdev , i_cdev , c_dev
  641. struct inode , inode , i_link , i_link , link
  642. struct inode , inode , i_dir_seq , i_dir_seq , dir_seq
  643. struct inode , inode , i_generation , i_generation , generation
  644. struct inode , inode , i_private , i_private , private
  645.  
  646. struct iattr , iattr , ia_valid , ia_valid , valid
  647. struct iattr , iattr , ia_mode , ia_mode , mode
  648. struct iattr , iattr , ia_uid , ia_uid , UID
  649. struct iattr , iattr , ia_gid , ia_gid , GID
  650. struct iattr , iattr , ia_size , ia_size , size
  651. struct iattr , iattr , ia_atime , ia_atime , access_time
  652. struct iattr , iattr , ia_mtime , ia_mtime , modified_time
  653. struct iattr , iattr , ia_ctime , ia_ctime , creation_time
  654. struct iattr , iattr , ia_file , ia_file , file
  655.  
  656. struct block_device , block_device , bd_dev , bd_dev , dev
  657. struct block_device , block_device , bd_openers , bd_openers , openers
  658. struct block_device , block_device , bd_inode , bd_inode , INode
  659. struct block_device , block_device , bd_super , bd_super , super
  660. struct block_device , block_device , bd_mutex , bd_mutex , mutex
  661. struct block_device , block_device , bd_claiming , bd_claiming , claiming
  662. struct block_device , block_device , bd_holder , bd_holder , holder
  663. struct block_device , block_device , bd_holders , bd_holders , holders
  664. struct block_device , block_device , bd_write_holder , bd_write_holder , write_holder
  665. struct block_device , block_device , bd_holder_disks , bd_holder_disks , holder_disks
  666. struct block_device , block_device , bd_contains , bd_contains , contains
  667. struct block_device , block_device , bd_block_size , bd_block_size , block_size
  668. struct block_device , block_device , bd_partno , bd_partno , part_no
  669. struct block_device , block_device , bd_part , bd_part , part
  670. struct block_device , block_device , bd_part_count , bd_part_count , part_count
  671. struct block_device , block_device , bd_invalidated , bd_invalidated , invalidated
  672. struct block_device , block_device , bd_disk , bd_disk , disk
  673. struct block_device , block_device , bd_queue , bd_queue , queue
  674. struct block_device , block_device , bd_bdi , bd_bdi , bdi
  675. struct block_device , block_device , bd_list , bd_list , list
  676. struct block_device , block_device , bd_private , bd_private , private
  677. struct block_device , block_device , bd_fsfreeze_count , bd_fsfreeze_count , fsfreeze_count
  678. struct block_device , block_device , bd_fsfreeze_mutex , bd_fsfreeze_mutex , fsfreeze_mutex
  679.  
  680. struct fown_struct , fown_struct , lock , lock , lock
  681. struct fown_struct , fown_struct , pid , pid , PID
  682. struct fown_struct , fown_struct , pid_type , pid_type , PID_type
  683. struct fown_struct , fown_struct , uid , uid , UID
  684. struct fown_struct , fown_struct , euid , euid , EUID
  685. struct fown_struct , fown_struct , signum , signum , sig_num
  686.  
  687. struct fasync_struct , fasync_struct , fa_lock , fa_lock , lock
  688. struct fasync_struct , fasync_struct , magic , magic , magic
  689. struct fasync_struct , fasync_struct , fa_fd , fa_fd , fd
  690. struct fasync_struct , fasync_struct , fa_next , fa_next , next
  691. struct fasync_struct , fasync_struct , fa_file , fa_file , file
  692. struct fasync_struct , fasync_struct , fa_rcu , fa_rcu , rcu
  693.  
  694. struct sb_writers , sb_writers , frozen , frozen , frozen
  695. struct sb_writers , sb_writers , wait_unfrozen , wait_unfrozen , wait_unfrozen
  696. struct sb_writers , sb_writers , rw_sem , rw_sem , rw_sem
  697.  
  698. struct super_block , super_block , s_list , s_list , list
  699. struct super_block , super_block , s_dev , s_dev , dev
  700. struct super_block , super_block , s_blocksize_bits , s_blocksize_bits , block_size_bits
  701. struct super_block , super_block , s_blocksize , s_blocksize , block_size
  702. struct super_block , super_block , s_maxbytes , s_maxbytes , max_bytes
  703. struct super_block , super_block , s_type , s_type , type
  704. struct super_block , super_block , s_op , s_op , op
  705. struct super_block , super_block , dq_op , dq_op , dq_op
  706. struct super_block , super_block , s_qcop , s_qcop , s_qcop
  707. struct super_block , super_block , s_export_op , s_export_op , s_export_op
  708. struct super_block , super_block , s_flags , s_flags , flags
  709. struct super_block , super_block , s_iflags , s_iflags , i_flags
  710. struct super_block , super_block , s_magic , s_magic , magic
  711. struct super_block , super_block , s_root , s_root , root
  712. struct super_block , super_block , s_umount , s_umount , u_mount
  713. struct super_block , super_block , s_count , s_count , count
  714. struct super_block , super_block , s_active , s_active , active
  715. struct super_block , super_block , s_security , s_security , security
  716. struct super_block , super_block , s_xattr , s_xattr , x_attr
  717. struct super_block , super_block , s_cop , s_cop , cop
  718. struct super_block , super_block , s_anon , s_anon , anon
  719. struct super_block , super_block , s_mounts , s_mounts , mounts
  720. struct super_block , super_block , s_bdev , s_bdev , b_dev
  721. struct super_block , super_block , s_bdi , s_bdi , b_di
  722. struct super_block , super_block , s_mtd , s_mtd , mtd
  723. struct super_block , super_block , s_instances , s_instances , instances
  724. struct super_block , super_block , s_quota_types , s_quota_types , quota_types
  725. struct super_block , super_block , s_dquot , s_dquot , d_quot
  726. struct super_block , super_block , s_writers , s_writers , writers
  727. struct super_block , super_block , s_id , s_id , ID
  728. struct super_block , super_block , s_uuid , s_uuid , UUID
  729. struct super_block , super_block , s_fs_info , s_fs_info , FS_info
  730. struct super_block , super_block , s_max_links , s_max_links , max_links
  731. struct super_block , super_block , s_mode , s_mode , mode
  732. struct super_block , super_block , s_time_gran , s_time_gran , time_gran
  733. struct super_block , super_block , s_vfs_rename_mutex , s_vfs_rename_mutex , vfs_rename_mutex
  734. struct super_block , super_block , s_subtype , s_subtype , subtype
  735. struct super_block , super_block , s_d_op , s_d_op , d_op
  736. struct super_block , super_block , cleancache_poolid , cleancache_poolid , cleancache_poolid
  737. struct super_block , super_block , s_shrink , s_shrink , shrink
  738. struct super_block , super_block , s_remove_count , s_remove_count , remove_count
  739. struct super_block , super_block , s_readonly_remount , s_readonly_remount , readonly_remount
  740. struct super_block , super_block , s_dio_done_wq , s_dio_done_wq , dio_done_wq
  741. struct super_block , super_block , s_pins , s_pins , pins
  742. struct super_block , super_block , s_user_ns , s_user_ns , user_ns
  743. struct super_block , super_block , s_dentry_lru , s_dentry_lru , dentry_lru
  744. struct super_block , super_block , s_inode_lru , s_inode_lru , inode_lru
  745. struct super_block , super_block , rcu , rcu , rcu
  746. struct super_block , super_block , destroy_work , destroy_work , destroy_work
  747. struct super_block , super_block , s_sync_lock , s_sync_lock , sync_lock
  748. struct super_block , super_block , s_stack_depth , s_stack_depth , stack_depth
  749. struct super_block , super_block , s_inode_list_lock , s_inode_list_lock , i_node_list_lock
  750. struct super_block , super_block , s_inodes , s_inodes , i_nodes
  751. struct super_block , super_block , s_inode_wblist_lock , s_inode_wblist_lock , i_node_wblist_lock
  752. struct super_block , super_block , s_inodes_wb , s_inodes_wb , i_nodes_wb
  753.  
  754. struct dir_context , dir_context , actor , actor , actor
  755. struct dir_context , dir_context , pos , pos , pos
  756.  
  757. struct file_system_type , file_system_type , name , name , name
  758. struct file_system_type , file_system_type , mount , mount , mount
  759. struct file_system_type , file_system_type , fs_flags , fs_flags , fs_flags
  760. struct file_system_type , file_system_type , kill_sb , kill_sb , kill_sb
  761. struct file_system_type , file_system_type , owner , owner , owner
  762. struct file_system_type , file_system_type , next , next , next
  763. struct file_system_type , file_system_type , fs_supers , fs_supers , fs_supers
  764. struct file_system_type , file_system_type , s_lock_key , s_lock_key , s_lock_key
  765. struct file_system_type , file_system_type , s_umount_key , s_umount_key , s_umount_key
  766. struct file_system_type , file_system_type , s_vfs_rename_key , s_vfs_rename_key , s_vfs_rename_key
  767. struct file_system_type , file_system_type , s_writers_key , s_writers_key , s_writers_key
  768. struct file_system_type , file_system_type , i_lock_key , i_lock_key , i_lock_key
  769. struct file_system_type , file_system_type , i_mutex_key , i_mutex_key , i_mutex_key
  770. struct file_system_type , file_system_type , i_mutex_dir_key , i_mutex_dir_key , i_mutex_dir_key
  771.  
  772. struct vfsmount , vfsmount , mnt_root , mnt_root , MNT_root
  773. struct vfsmount , vfsmount , mnt_sb , mnt_sb , MNT_sb
  774. struct vfsmount , vfsmount , mnt_flags , mnt_flags , MNT_flags
  775.  
  776. struct fs_struct , fs_struct , users , users , users
  777. struct fs_struct , fs_struct , lock , lock , lock
  778. struct fs_struct , fs_struct , seq , seq , seq
  779. struct fs_struct , fs_struct , umask , umask , u_mask
  780. struct fs_struct , fs_struct , in_exec , in_exec , in_exec
  781. struct fs_struct , fs_struct , root , root , root
  782. struct fs_struct , fs_struct , pwd , pwd , pwd
  783.  
  784. struct file_ra_state , file_ra_state , start , start , start
  785. struct file_ra_state , file_ra_state , size , size , size
  786. struct file_ra_state , file_ra_state , async_size , async_size , async_size
  787. struct file_ra_state , file_ra_state , ra_pages , ra_pages , ra_pages
  788. struct file_ra_state , file_ra_state , mmap_miss , mmap_miss , mmap_miss
  789. struct file_ra_state , file_ra_state , prev_pos , prev_pos , prev_pos
  790.  
  791. struct file_lock , file_lock , fl_next , fl_next , next
  792. struct file_lock , file_lock , fl_list , fl_list , list
  793. struct file_lock , file_lock , fl_link , fl_link , link
  794. struct file_lock , file_lock , fl_block , fl_block , block
  795. struct file_lock , file_lock , fl_owner , fl_owner , owner
  796. struct file_lock , file_lock , fl_flags , fl_flags , flags
  797. struct file_lock , file_lock , fl_type , fl_type , type
  798. struct file_lock , file_lock , fl_pid , fl_pid , PID
  799. struct file_lock , file_lock , fl_link_cpu , fl_link_cpu , link_cpu
  800. struct file_lock , file_lock , fl_wait , fl_wait , wait
  801. struct file_lock , file_lock , fl_file , fl_file , file
  802. struct file_lock , file_lock , fl_start , fl_start , start
  803. struct file_lock , file_lock , fl_end , fl_end , end
  804. struct file_lock , file_lock , fl_fasync , fl_fasync , f_async
  805. struct file_lock , file_lock , fl_break_time , fl_break_time , break_time
  806. struct file_lock , file_lock , fl_downgrade_time , fl_downgrade_time , downgrade_time
  807. struct file_lock , file_lock , fl_ops , fl_ops , ops
  808. struct file_lock , file_lock , fl_lmops , fl_lmops , LM_ops
  809.  
  810. struct file_lock_operations , file_lock_operations , fl_copy_lock , fl_copy_lock , copy_lock
  811. struct file_lock_operations , file_lock_operations , fl_release_private , fl_release_private , release_private
  812.  
  813. struct lock_manager , lock_manager , list , list , list
  814. struct lock_manager , lock_manager , block_opens , block_opens , block_opens
  815.  
  816. struct lock_manager_operations , lock_manager_operations , lm_compare_owner , lm_compare_owner , compare_owner
  817. struct lock_manager_operations , lock_manager_operations , lm_owner_key , lm_owner_key , owner_key
  818. struct lock_manager_operations , lock_manager_operations , lm_get_owner , lm_get_owner , get_owner
  819. struct lock_manager_operations , lock_manager_operations , lm_put_owner , lm_put_owner , put_owner
  820. struct lock_manager_operations , lock_manager_operations , lm_notify , lm_notify , notify
  821. struct lock_manager_operations , lock_manager_operations , lm_grant , lm_grant , grant
  822. struct lock_manager_operations , lock_manager_operations , lm_break , lm_break , break
  823. struct lock_manager_operations , lock_manager_operations , lm_change , lm_change , change
  824. struct lock_manager_operations , lock_manager_operations , lm_setup , lm_setup , setup
  825.  
  826. struct file_operations , file_operations , owner , owner , owner
  827. struct file_operations , file_operations , llseek , llseek , LL_seek
  828. struct file_operations , file_operations , read , read , read
  829. struct file_operations , file_operations , write , write , write
  830. struct file_operations , file_operations , read_iter , read_iter , read_iter
  831. struct file_operations , file_operations , write_iter , write_iter , write_iter
  832. struct file_operations , file_operations , iterate , iterate , iterate
  833. struct file_operations , file_operations , iterate_shared , iterate_shared , iterate_shared
  834. struct file_operations , file_operations , poll , poll , poll
  835. struct file_operations , file_operations , unlocked_ioctl , unlocked_ioctl , unlocked_ioctl
  836. struct file_operations , file_operations , compat_ioctl , compat_ioctl , compat_ioctl
  837. struct file_operations , file_operations , mmap , mmap , mmap
  838. struct file_operations , file_operations , open , open , open
  839. struct file_operations , file_operations , flush , flush , flush
  840. struct file_operations , file_operations , release , release , release
  841. struct file_operations , file_operations , fsync , fsync , f_sync
  842. struct file_operations , file_operations , fasync , fasync , f_async
  843. struct file_operations , file_operations , lock , lock , lock
  844. struct file_operations , file_operations , sendpage , sendpage , send_page
  845. struct file_operations , file_operations , get_unmapped_area , get_unmapped_area , get_unmapped_area
  846. struct file_operations , file_operations , check_flags , check_flags , check_flags
  847. struct file_operations , file_operations , flock , flock , flock
  848. struct file_operations , file_operations , splice_write , splice_write , splice_write
  849. struct file_operations , file_operations , splice_read , splice_read , splice_read
  850. struct file_operations , file_operations , setlease , setlease , set_lease
  851. struct file_operations , file_operations , fallocate , fallocate , f_allocate
  852. struct file_operations , file_operations , show_fdinfo , show_fdinfo , show_fdinfo
  853. struct file_operations , file_operations , copy_file_range , copy_file_range , copy_file_range
  854. struct file_operations , file_operations , clone_file_range , clone_file_range , clone_file_range
  855. struct file_operations , file_operations , dedupe_file_range , dedupe_file_range , dedupe_file_range
  856.  
  857. struct inode_operations , inode_operations , lookup , lookup , lookup
  858. struct inode_operations , inode_operations , get_link , get_link , get_link
  859. struct inode_operations , inode_operations , permission , permission , permission
  860. struct inode_operations , inode_operations , get_acl , get_acl , get_acl
  861. struct inode_operations , inode_operations , readlink , readlink , read_link
  862. struct inode_operations , inode_operations , create , create , create
  863. struct inode_operations , inode_operations , link , link , link
  864. struct inode_operations , inode_operations , unlink , unlink , unlink
  865. struct inode_operations , inode_operations , symlink , symlink , sym_link
  866. struct inode_operations , inode_operations , mkdir , mkdir , make_dir
  867. struct inode_operations , inode_operations , rmdir , rmdir , remove_dir
  868. struct inode_operations , inode_operations , mknod , mknod , make_node
  869. struct inode_operations , inode_operations , rename , rename , rename
  870. struct inode_operations , inode_operations , setattr , setattr , set_attribute
  871. struct inode_operations , inode_operations , getattr , getattr , get_attribute
  872. struct inode_operations , inode_operations , listxattr , listxattr , list_xattr
  873. struct inode_operations , inode_operations , fiemap , fiemap , fie_map
  874. struct inode_operations , inode_operations , update_time , update_time , update_time
  875. struct inode_operations , inode_operations , atomic_open , atomic_open , atomic_open
  876. struct inode_operations , inode_operations , tmpfile , tmpfile , temp_file
  877. struct inode_operations , inode_operations , set_acl , set_acl , set_acl
  878.  
  879.  
  880. struct super_operations , super_operations , alloc_inode , alloc_inode , alloc_inode
  881. struct super_operations , super_operations , destroy_inode , destroy_inode , destroy_inode
  882. struct super_operations , super_operations , dirty_inode , dirty_inode , dirty_inode
  883. struct super_operations , super_operations , write_inode , write_inode , write_inode
  884. struct super_operations , super_operations , drop_inode , drop_inode , drop_inode
  885. struct super_operations , super_operations , evict_inode , evict_inode , evict_inode
  886. struct super_operations , super_operations , put_super , put_super , put_super
  887. struct super_operations , super_operations , sync_fs , sync_fs , sync_fs
  888. struct super_operations , super_operations , freeze_super , freeze_super , freeze_super
  889. struct super_operations , super_operations , freeze_fs , freeze_fs , freeze_fs
  890. struct super_operations , super_operations , thaw_super , thaw_super , thaw_super
  891. struct super_operations , super_operations , unfreeze_fs , unfreeze_fs , unfreeze_fs
  892. struct super_operations , super_operations , statfs , statfs , stat_fs
  893. struct super_operations , super_operations , remount_fs , remount_fs , remount_fs
  894. struct super_operations , super_operations , umount_begin , umount_begin , umount_begin
  895. struct super_operations , super_operations , show_options , show_options , show_options
  896. struct super_operations , super_operations , show_devname , show_devname , show_devname
  897. struct super_operations , super_operations , show_path , show_path , show_path
  898. struct super_operations , super_operations , show_stats , show_stats , show_stats
  899. struct super_operations , super_operations , nr_cached_objects , nr_cached_objects , nr_cached_objects
  900. struct super_operations , super_operations , free_cached_objects , free_cached_objects , free_cached_objects
  901.  
  902.  
  903. struct address_space , address_space , host , host , host
  904. struct address_space , address_space , page_tree , page_tree , page_tree
  905. struct address_space , address_space , tree_lock , tree_lock , tree_lock
  906. struct address_space , address_space , i_mmap_writable , i_mmap_writable , i_mmap_writable
  907. struct address_space , address_space , i_mmap , i_mmap , i_mmap
  908. struct address_space , address_space , i_mmap_rwsem , i_mmap_rwsem , i_mmap_rwsem
  909. struct address_space , address_space , nrpages , nrpages , nr_pages
  910. struct address_space , address_space , nrexceptional , nrexceptional , nr_exceptional
  911. struct address_space , address_space , a_ops , a_ops , a_ops
  912. struct address_space , address_space , flags , flags , flags
  913. struct address_space , address_space , private_lock , private_lock , private_lock
  914. struct address_space , address_space , gfp_mask , gfp_mask , gfp_mask
  915. struct address_space , address_space , private_list , private_list , private_list
  916. struct address_space , address_space , private_data , private_data , private_data
  917. struct address_space , address_space , wb_err , wb_err , wb_err
  918.  
  919. struct address_space_operations , address_space_operations , writepage , writepage , write_page
  920. struct address_space_operations , address_space_operations , readpage , readpage , read_page
  921. struct address_space_operations , address_space_operations , writepages , writepages , write_pages
  922. struct address_space_operations , address_space_operations , set_page_dirty , set_page_dirty , set_page_dirty
  923. struct address_space_operations , address_space_operations , readpages , readpages , read_pages
  924. struct address_space_operations , address_space_operations , write_begin , write_begin , write_begin
  925. struct address_space_operations , address_space_operations , write_end , write_end , write_end
  926. struct address_space_operations , address_space_operations , bmap , bmap , b_map
  927. struct address_space_operations , address_space_operations , invalidatepage , invalidatepage , invalidate_page
  928. struct address_space_operations , address_space_operations , releasepage , releasepage , release_page
  929. struct address_space_operations , address_space_operations , freepage , freepage , free_page
  930. struct address_space_operations , address_space_operations , direct_IO , direct_IO , direct_IO
  931. struct address_space_operations , address_space_operations , migratepage , migratepage , migrate_page
  932. struct address_space_operations , address_space_operations , isolate_page , isolate_page , isolate_page
  933. struct address_space_operations , address_space_operations , putback_page , putback_page , putback_page
  934. struct address_space_operations , address_space_operations , launder_page , launder_page , launder_page
  935. struct address_space_operations , address_space_operations , is_partially_uptodate , is_partially_uptodate , is_partially_uptodate
  936. struct address_space_operations , address_space_operations , is_dirty_writeback , is_dirty_writeback , is_dirty_writeback
  937. struct address_space_operations , address_space_operations , error_remove_page , error_remove_page , error_remove_page
  938. struct address_space_operations , address_space_operations , swap_activate , swap_activate , swap_activate
  939. struct address_space_operations , address_space_operations , swap_deactivate , swap_deactivate , swap_deactivate
  940.  
  941. struct seq_file , seq_file , buf , buf , buf
  942. struct seq_file , seq_file , size , size , size
  943. struct seq_file , seq_file , from , from , from
  944. struct seq_file , seq_file , count , count , count
  945. struct seq_file , seq_file , pad_until , pad_until , pad_until
  946. struct seq_file , seq_file , index , index , index
  947. struct seq_file , seq_file , read_pos , read_pos , read_pos
  948. struct seq_file , seq_file , version , version , version
  949. struct seq_file , seq_file , lock , lock , lock
  950. struct seq_file , seq_file , op , op , op
  951. struct seq_file , seq_file , poll_event , poll_event , poll_event
  952. struct seq_file , seq_file , file , file , file
  953. struct seq_file , seq_file , private , private , private
  954.  
  955. struct seq_operations , seq_operations , start , start , start
  956. struct seq_operations , seq_operations , stop , stop , stop
  957. struct seq_operations , seq_operations , next , next , next
  958. struct seq_operations , seq_operations , show , show , show
  959.  
  960. struct core_state , core_state , dumper , dumper , dumper
  961. struct core_state , core_state , nr_threads , nr_threads , nr_threads
  962. struct core_state , core_state , startup , startup , startup
  963.  
  964. struct core_thread , core_thread , task , task , task
  965. struct core_thread , core_thread , next , next , next
  966.  
  967. struct mm_struct , mm_struct , mmap , mmap , mmap
  968. struct mm_struct , mm_struct , mm_rb , mm_rb , mm_rb
  969. struct mm_struct , mm_struct , vmacache_seqnum , vmacache_seqnum , vmacache_seqnum
  970. struct mm_struct , mm_struct , get_unmapped_area , get_unmapped_area , get_unmapped_area
  971. struct mm_struct , mm_struct , mmap_base , mmap_base , mmap_base
  972. struct mm_struct , mm_struct , mmap_legacy_base , mmap_legacy_base , mmap_legacy_base
  973. struct mm_struct , mm_struct , task_size , task_size , task_size
  974. struct mm_struct , mm_struct , highest_vm_end , highest_vm_end , highest_vm_end
  975. struct mm_struct , mm_struct , pgd , pgd , pgd
  976. struct mm_struct , mm_struct , mm_users , mm_users , mm_users
  977. struct mm_struct , mm_struct , mm_count , mm_count , mm_count
  978. struct mm_struct , mm_struct , map_count , map_count , map_count
  979. struct mm_struct , mm_struct , page_table_lock , page_table_lock , page_table_lock
  980. struct mm_struct , mm_struct , mmap_sem , mmap_sem , mmap_sem
  981. struct mm_struct , mm_struct , mmlist , mmlist , mm_list
  982. struct mm_struct , mm_struct , hiwater_rss , hiwater_rss , hiwater_rss
  983. struct mm_struct , mm_struct , hiwater_vm , hiwater_vm , hiwater_vm
  984. struct mm_struct , mm_struct , total_vm , total_vm , total_vm
  985. struct mm_struct , mm_struct , locked_vm , locked_vm , locked_vm
  986. struct mm_struct , mm_struct , pinned_vm , pinned_vm , pinned_vm
  987. struct mm_struct , mm_struct , data_vm , data_vm , data_vm
  988. struct mm_struct , mm_struct , exec_vm , exec_vm , exec_vm
  989. struct mm_struct , mm_struct , stack_vm , stack_vm , stack_vm
  990. struct mm_struct , mm_struct , def_flags , def_flags , def_flags
  991. struct mm_struct , mm_struct , start_code , start_code , start_code
  992. struct mm_struct , mm_struct , end_code , end_code , end_code
  993. struct mm_struct , mm_struct , start_data , start_data , start_data
  994. struct mm_struct , mm_struct , end_data , end_data , end_data
  995. struct mm_struct , mm_struct , start_brk , start_brk , start_brk
  996. struct mm_struct , mm_struct , brk , brk , brk
  997. struct mm_struct , mm_struct , start_stack , start_stack , start_stack
  998. struct mm_struct , mm_struct , arg_start , arg_start , arg_start
  999. struct mm_struct , mm_struct , arg_end , arg_end , arg_end
  1000. struct mm_struct , mm_struct , env_start , env_start , env_start
  1001. struct mm_struct , mm_struct , env_end , env_end , env_end
  1002. struct mm_struct , mm_struct , saved_auxv , saved_auxv , saved_auxv
  1003. struct mm_struct , mm_struct , rss_stat , rss_stat , rss_stat
  1004. struct mm_struct , mm_struct , binfmt , binfmt , bin_fmt
  1005. struct mm_struct , mm_struct , cpu_vm_mask_var , cpu_vm_mask_var , cpu_vm_mask_var
  1006. struct mm_struct , mm_struct , context , context , context
  1007. struct mm_struct , mm_struct , flags , flags , flags
  1008. struct mm_struct , mm_struct , core_state , core_state , core_state
  1009. struct mm_struct , mm_struct , user_ns , user_ns , user_ns
  1010. struct mm_struct , mm_struct , exe_file , exe_file , exe_file
  1011. struct mm_struct , mm_struct , tlb_flush_pending , tlb_flush_pending , tlb_flush_pending
  1012. struct mm_struct , mm_struct , uprobes_state , uprobes_state , uprobes_state
  1013. struct mm_struct , mm_struct , async_put_work , async_put_work , async_put_work
  1014.  
  1015. struct vm_area_struct , vm_area_struct , vm_start , vm_start , start
  1016. struct vm_area_struct , vm_area_struct , vm_end , vm_end , end
  1017. struct vm_area_struct , vm_area_struct , vm_next , vm_next , next
  1018. struct vm_area_struct , vm_area_struct , vm_prev , vm_prev , prev
  1019. struct vm_area_struct , vm_area_struct , vm_rb , vm_rb , rb
  1020. struct vm_area_struct , vm_area_struct , rb_subtree_gap , rb_subtree_gap , rb_subtree_gap
  1021. struct vm_area_struct , vm_area_struct , vm_mm , vm_mm , mm
  1022. struct vm_area_struct , vm_area_struct , vm_page_prot , vm_page_prot , page_prot
  1023. struct vm_area_struct , vm_area_struct , vm_flags , vm_flags , flags
  1024. struct vm_area_struct , vm_area_struct , shared.rb , shared_rb , shared_rb
  1025. struct vm_area_struct , vm_area_struct , shared.rb_subtree_last , shared_rb_subtree_last , shared_rb_subtree_last
  1026. struct vm_area_struct , vm_area_struct , anon_vma_chain , anon_vma_chain , anon_vma_chain
  1027. struct vm_area_struct , vm_area_struct , anon_vma , anon_vma , anon_vma
  1028. struct vm_area_struct , vm_area_struct , vm_ops , vm_ops , ops
  1029. struct vm_area_struct , vm_area_struct , vm_pgoff , vm_pgoff , PG_offset
  1030. struct vm_area_struct , vm_area_struct , vm_file , vm_file , file
  1031. struct vm_area_struct , vm_area_struct , vm_private_data , vm_private_data , private_data
  1032. struct vm_area_struct , vm_area_struct , swap_readahead_info , swap_readahead_info , swap_readahead_info
  1033. struct vm_area_struct , vm_area_struct , vm_userfaultfd_ctx , vm_userfaultfd_ctx , userfaultfd_ctx
  1034.  
  1035. struct vm_region , vm_region , vm_rb , vm_rb , rb
  1036. struct vm_region , vm_region , vm_flags , vm_flags , flags
  1037. struct vm_region , vm_region , vm_start , vm_start , start
  1038. struct vm_region , vm_region , vm_end , vm_end , end
  1039. struct vm_region , vm_region , vm_top , vm_top , top
  1040. struct vm_region , vm_region , vm_pgoff , vm_pgoff , offset
  1041. struct vm_region , vm_region , vm_file , vm_file , file
  1042. struct vm_region , vm_region , vm_usage , vm_usage , usage
  1043.  
  1044. struct vm_fault , vm_fault , vma , vma , VMA
  1045. struct vm_fault , vm_fault , flags , flags , flags
  1046. struct vm_fault , vm_fault , gfp_mask , gfp_mask , gfp_mask
  1047. struct vm_fault , vm_fault , pgoff , pgoff , PG_offset
  1048. struct vm_fault , vm_fault , address , address , address
  1049. struct vm_fault , vm_fault , pmd , pmd , PMD
  1050. struct vm_fault , vm_fault , pud , pud , PUD
  1051. struct vm_fault , vm_fault , orig_pte , orig_pte , orig_pte
  1052. struct vm_fault , vm_fault , cow_page , cow_page , cow_page
  1053. struct vm_fault , vm_fault , memcg , memcg , mem_CG
  1054. struct vm_fault , vm_fault , page , page , page
  1055. struct vm_fault , vm_fault , pte , pte , PTE
  1056. struct vm_fault , vm_fault , ptl , ptl , PTL
  1057. struct vm_fault , vm_fault , prealloc_pte , prealloc_pte , prealloc_pte
  1058.  
  1059. struct vm_operations_struct , vm_operations_struct , open , open , open
  1060. struct vm_operations_struct , vm_operations_struct , close , close , close
  1061. struct vm_operations_struct , vm_operations_struct , split , split , split
  1062. struct vm_operations_struct , vm_operations_struct , mremap , mremap , m_remap
  1063. struct vm_operations_struct , vm_operations_struct , fault , fault , fault
  1064. struct vm_operations_struct , vm_operations_struct , huge_fault , huge_fault , huge_fault
  1065. struct vm_operations_struct , vm_operations_struct , map_pages , map_pages , map_pages
  1066. struct vm_operations_struct , vm_operations_struct , page_mkwrite , page_mkwrite , page_mkwrite
  1067. struct vm_operations_struct , vm_operations_struct , pfn_mkwrite , pfn_mkwrite , pfn_mkwrite
  1068. struct vm_operations_struct , vm_operations_struct , access , access , access
  1069. struct vm_operations_struct , vm_operations_struct , name , name , name
  1070. struct vm_operations_struct , vm_operations_struct , find_special_page , find_special_page , find_special_page
  1071.  
  1072. struct vm_special_mapping , vm_special_mapping , name , name , name
  1073. struct vm_special_mapping , vm_special_mapping , pages , pages , pages
  1074. struct vm_special_mapping , vm_special_mapping , fault , fault , fault
  1075. struct vm_special_mapping , vm_special_mapping , mremap , mremap , m_remap
  1076.  
  1077. struct page , page , flags , flags , flags
  1078.  
  1079. struct scatterlist , scatterlist , page_link , page_link , page_link
  1080. struct scatterlist , scatterlist , offset , offset , offset
  1081. struct scatterlist , scatterlist , length , length , length
  1082. struct scatterlist , scatterlist , dma_address , dma_address , dma_address
  1083.  
  1084.  
  1085. struct usb_host_endpoint , usb_host_endpoint , desc , desc , desc
  1086. struct usb_host_endpoint , usb_host_endpoint , ss_ep_comp , ss_ep_comp , ss_ep_comp
  1087. struct usb_host_endpoint , usb_host_endpoint , ssp_isoc_ep_comp , ssp_isoc_ep_comp , ssp_isoc_ep_comp
  1088. struct usb_host_endpoint , usb_host_endpoint , urb_list , urb_list , urb_list
  1089. struct usb_host_endpoint , usb_host_endpoint , hcpriv , hcpriv , hc_priv
  1090. struct usb_host_endpoint , usb_host_endpoint , ep_dev , ep_dev , ep_dev
  1091. struct usb_host_endpoint , usb_host_endpoint , extra , extra , extra
  1092. struct usb_host_endpoint , usb_host_endpoint , extralen , extralen , extra_len
  1093. struct usb_host_endpoint , usb_host_endpoint , enabled , enabled , enabled
  1094. struct usb_host_endpoint , usb_host_endpoint , streams , streams , streams
  1095.  
  1096. struct usb_bus , usb_bus , controller , controller , controller
  1097. struct usb_bus , usb_bus , sysdev , sysdev , sys_dev
  1098. struct usb_bus , usb_bus , busnum , busnum , bus_num
  1099. struct usb_bus , usb_bus , bus_name , bus_name , bus_name
  1100. struct usb_bus , usb_bus , uses_dma , uses_dma , uses_dma
  1101. struct usb_bus , usb_bus , uses_pio_for_control , uses_pio_for_control , uses_pio_for_control
  1102. struct usb_bus , usb_bus , otg_port , otg_port , otg_port
  1103. struct usb_bus , usb_bus , sg_tablesize , sg_tablesize , sg_tablesize
  1104. struct usb_bus , usb_bus , devnum_next , devnum_next , devnum_next
  1105. struct usb_bus , usb_bus , devnum_next_mutex , devnum_next_mutex , devnum_next_mutex
  1106. struct usb_bus , usb_bus , devmap , devmap , dev_map
  1107. struct usb_bus , usb_bus , root_hub , root_hub , root_hub
  1108. struct usb_bus , usb_bus , hs_companion , hs_companion , hs_companion
  1109. struct usb_bus , usb_bus , bandwidth_allocated , bandwidth_allocated , bandwidth_allocated
  1110. struct usb_bus , usb_bus , bandwidth_int_reqs , bandwidth_int_reqs , bandwidth_int_reqs
  1111. struct usb_bus , usb_bus , bandwidth_isoc_reqs , bandwidth_isoc_reqs , bandwidth_isoc_reqs
  1112. struct usb_bus , usb_bus , resuming_ports , resuming_ports , resuming_ports
  1113. struct usb_bus , usb_bus , mon_bus , mon_bus , mon_bus
  1114. struct usb_bus , usb_bus , monitored , monitored , monitored
  1115.  
  1116. struct usb_interface , usb_interface , altsetting , altsetting , alt_setting
  1117. struct usb_interface , usb_interface , cur_altsetting , cur_altsetting , cur_alt_setting
  1118. struct usb_interface , usb_interface , num_altsetting , num_altsetting , num_alt_setting
  1119. struct usb_interface , usb_interface , intf_assoc , intf_assoc , intf_assoc
  1120. struct usb_interface , usb_interface , minor , minor , minor
  1121. struct usb_interface , usb_interface , dev , dev , dev
  1122. struct usb_interface , usb_interface , usb_dev , usb_dev , usb_dev
  1123. struct usb_interface , usb_interface , pm_usage_cnt , pm_usage_cnt , pm_usage_cnt
  1124. struct usb_interface , usb_interface , reset_ws , reset_ws , reset_ws
  1125.  
  1126. struct usb_host_interface , usb_host_interface , desc , desc , desc
  1127. struct usb_host_interface , usb_host_interface , extralen , extralen , extra_len
  1128. struct usb_host_interface , usb_host_interface , extra , extra , extra
  1129. struct usb_host_interface , usb_host_interface , endpoint , endpoint , endpoint
  1130. struct usb_host_interface , usb_host_interface , string , string , string
  1131.  
  1132. struct usb_device , usb_device
  1133.  
  1134. struct usb_driver , usb_driver
  1135.  
  1136. struct usb_device_driver , usb_device_driver
  1137.  
  1138. struct usb_anchor , usb_anchor
  1139.  
  1140. struct usb_iso_packet_descriptor , usb_iso_packet_descriptor
  1141.  
  1142. struct usb_sg_request , usb_sg_request
  1143.  
  1144. struct usb_interface_cache , usb_interface_cache
  1145.  
  1146. struct usb_host_config , usb_host_config
  1147.  
  1148. struct usb_host_bos , usb_host_bos
  1149.  
  1150. struct urb , urb
  1151.  
  1152. struct usb_ss_ep_comp_descriptor , usb_ss_ep_comp_descriptor
  1153.  
  1154. struct usb_ssp_isoc_ep_comp_descriptor, usb_ssp_isoc_ep_comp_descriptor
  1155.  
  1156. struct usb_interface_assoc_descriptor , usb_interface_assoc_descriptor
  1157.  
  1158. struct usb_endpoint_descriptor , usb_endpoint_descriptor
  1159.  
  1160. struct usb_config_descriptor , usb_config_descriptor
  1161.  
  1162. struct notifier_block , notifier_block , notifier_call , notifier_call , notifier_call
  1163. struct notifier_block , notifier_block , next , next , next
  1164. struct notifier_block , notifier_block , priority , priority , priority
  1165.  
  1166. struct atomic_notifier_head , atomic_notifier_head , head , head , head
  1167. struct atomic_notifier_head , atomic_notifier_head , lock , lock , lock
  1168.  
  1169. struct blocking_notifier_head , blocking_notifier_head , rwsem , rwsem , rw_sem
  1170. struct blocking_notifier_head , blocking_notifier_head , head , head , head
  1171.  
  1172. struct raw_notifier_head , raw_notifier_head , head , head , head
  1173.  
  1174. struct srcu_notifier_head , srcu_notifier_head , mutex , mutex , mutex
  1175. struct srcu_notifier_head , srcu_notifier_head , srcu , srcu , srcu
  1176. struct srcu_notifier_head , srcu_notifier_head , head , head , head
  1177.  
  1178. struct pci_driver , pci_driver , node , node , node
  1179. struct pci_driver , pci_driver , name , name , name
  1180. struct pci_driver , pci_driver , id_table , id_table , ID_table
  1181. struct pci_driver , pci_driver , probe , probe , probe
  1182. struct pci_driver , pci_driver , remove , remove , remove
  1183. struct pci_driver , pci_driver , suspend , suspend , suspend
  1184. struct pci_driver , pci_driver , suspend_late , suspend_late , suspend_late
  1185. struct pci_driver , pci_driver , resume_early , resume_early , resume_early
  1186. struct pci_driver , pci_driver , resume , resume , resume
  1187. struct pci_driver , pci_driver , shutdown , shutdown , shutdown
  1188. struct pci_driver , pci_driver , sriov_configure , sriov_configure , sriov_configure
  1189. struct pci_driver , pci_driver , err_handler , err_handler , err_handler
  1190. struct pci_driver , pci_driver , groups , groups , groups
  1191. struct pci_driver , pci_driver , driver , driver , driver
  1192. struct pci_driver , pci_driver , dynids , dynids , dyn_IDs
  1193.  
  1194. struct pci_device_id , pci_device_id , vendor , vendor , vendor
  1195. struct pci_device_id , pci_device_id , device , device , device
  1196. struct pci_device_id , pci_device_id , subvendor , subvendor , sub_vendor
  1197. struct pci_device_id , pci_device_id , subdevice , subdevice , sub_device
  1198. struct pci_device_id , pci_device_id , class , class , class
  1199. struct pci_device_id , pci_device_id , class_mask , class_mask , class_mask
  1200. struct pci_device_id , pci_device_id , driver_data , driver_data , driver_data
  1201.  
  1202. struct pci_bus , pci_bus , node , node , node
  1203. struct pci_bus , pci_bus , parent , parent , parent
  1204. struct pci_bus , pci_bus , children , children , children
  1205. struct pci_bus , pci_bus , devices , devices , devices
  1206. struct pci_bus , pci_bus , self , self , self
  1207. struct pci_bus , pci_bus , slots , slots , slots
  1208. struct pci_bus , pci_bus , resource , resource , resource
  1209. struct pci_bus , pci_bus , resources , resources , resources
  1210. struct pci_bus , pci_bus , busn_res , busn_res , busn_res
  1211. struct pci_bus , pci_bus , ops , ops , ops
  1212. struct pci_bus , pci_bus , msi , msi , msi
  1213. struct pci_bus , pci_bus , sysdata , sysdata , sys_data
  1214. struct pci_bus , pci_bus , procdir , procdir , proc_dir
  1215. struct pci_bus , pci_bus , number , number , number
  1216. struct pci_bus , pci_bus , primary , primary , primary
  1217. struct pci_bus , pci_bus , max_bus_speed , max_bus_speed , max_bus_speed
  1218. struct pci_bus , pci_bus , cur_bus_speed , cur_bus_speed , cur_bus_speed
  1219. struct pci_bus , pci_bus , name , name , name
  1220. struct pci_bus , pci_bus , bridge_ctl , bridge_ctl , bridge_ctl
  1221. struct pci_bus , pci_bus , bus_flags , bus_flags , bus_flags
  1222. struct pci_bus , pci_bus , bridge , bridge , bridge
  1223. struct pci_bus , pci_bus , dev , dev , dev
  1224. struct pci_bus , pci_bus , legacy_io , legacy_io , legacy_io
  1225. struct pci_bus , pci_bus , legacy_mem , legacy_mem , legacy_mem
  1226.  
  1227. struct pci_slot , pci_slot , bus , bus , bus
  1228. struct pci_slot , pci_slot , list , list , list
  1229. struct pci_slot , pci_slot , hotplug , hotplug , hot_plug
  1230. struct pci_slot , pci_slot , number , number , number
  1231. struct pci_slot , pci_slot , kobj , kobj , kobj
  1232.  
  1233. struct pci_dev , pci_dev , bus_list , bus_list , bus_list
  1234. struct pci_dev , pci_dev , bus , bus , bus
  1235. struct pci_dev , pci_dev , subordinate , subordinate , subordinate
  1236. struct pci_dev , pci_dev , sysdata , sysdata , sys_data
  1237. struct pci_dev , pci_dev , procent , procent , procent
  1238. struct pci_dev , pci_dev , slot , slot , slot
  1239. struct pci_dev , pci_dev , devfn , devfn , dev_fn
  1240. struct pci_dev , pci_dev , vendor , vendor , vendor
  1241. struct pci_dev , pci_dev , device , device , device
  1242. struct pci_dev , pci_dev , subsystem_vendor , subsystem_vendor , subsystem_vendor
  1243. struct pci_dev , pci_dev , subsystem_device , subsystem_device , subsystem_device
  1244. struct pci_dev , pci_dev , class , class , class
  1245. struct pci_dev , pci_dev , revision , revision , revision
  1246. struct pci_dev , pci_dev , hdr_type , hdr_type , hdr_type
  1247. struct pci_dev , pci_dev , aer_cap , aer_cap , aer_cap
  1248. struct pci_dev , pci_dev , pcie_cap , pcie_cap , pcie_cap
  1249. struct pci_dev , pci_dev , msi_cap , msi_cap , msi_cap
  1250. struct pci_dev , pci_dev , msix_cap , msix_cap , msix_cap
  1251. struct pci_dev , pci_dev , rom_base_reg , rom_base_reg , rom_base_reg
  1252. struct pci_dev , pci_dev , pin , pin , pin
  1253. struct pci_dev , pci_dev , pcie_flags_reg , pcie_flags_reg , pcie_flags_reg
  1254. struct pci_dev , pci_dev , dma_alias_mask , dma_alias_mask , dma_alias_mask
  1255. struct pci_dev , pci_dev , driver , driver , driver
  1256. struct pci_dev , pci_dev , dma_mask , dma_mask , dma_mask
  1257. struct pci_dev , pci_dev , dma_parms , dma_parms , dma_parms
  1258. struct pci_dev , pci_dev , current_state , current_state , current_state
  1259. struct pci_dev , pci_dev , pm_cap , pm_cap , pm_cap
  1260. struct pci_dev , pci_dev , d3_delay , d3_delay , d3_delay
  1261. struct pci_dev , pci_dev , d3cold_delay , d3cold_delay , d3cold_delay
  1262. struct pci_dev , pci_dev , link_state , link_state , link_state
  1263. struct pci_dev , pci_dev , error_state , error_state , error_state
  1264. struct pci_dev , pci_dev , dev , dev , dev
  1265. struct pci_dev , pci_dev , cfg_size , cfg_size , cfg_size
  1266. struct pci_dev , pci_dev , irq , irq , irq
  1267. struct pci_dev , pci_dev , resource , resource , resource
  1268. struct pci_dev , pci_dev , match_driver , match_driver , match_driver
  1269. struct pci_dev , pci_dev , dev_flags , dev_flags , dev_flags
  1270. struct pci_dev , pci_dev , enable_cnt , enable_cnt , enable_cnt
  1271. struct pci_dev , pci_dev , saved_config_space , saved_config_space , saved_config_space
  1272. struct pci_dev , pci_dev , saved_cap_space , saved_cap_space , saved_cap_space
  1273. struct pci_dev , pci_dev , rom_attr , rom_attr , rom_attr
  1274. struct pci_dev , pci_dev , rom_attr_enabled , rom_attr_enabled , rom_attr_enabled
  1275. struct pci_dev , pci_dev , res_attr , res_attr , res_attr
  1276. struct pci_dev , pci_dev , res_attr_wc , res_attr_wc , res_attr_wc
  1277. struct pci_dev , pci_dev , msi_irq_groups , msi_irq_groups , msi_irq_groups
  1278. struct pci_dev , pci_dev , vpd , vpd , vpd
  1279. struct pci_dev , pci_dev , ats_cap , ats_cap , ats_cap
  1280. struct pci_dev , pci_dev , ats_stu , ats_stu , ats_stu
  1281. struct pci_dev , pci_dev , ats_ref_cnt , ats_ref_cnt , ats_ref_cnt
  1282. struct pci_dev , pci_dev , pri_reqs_alloc , pri_reqs_alloc , pri_reqs_alloc
  1283. struct pci_dev , pci_dev , pasid_features , pasid_features , pasid_features
  1284. struct pci_dev , pci_dev , rom , rom , rom
  1285. struct pci_dev , pci_dev , romlen , romlen , rom_len
  1286. struct pci_dev , pci_dev , driver_override , driver_override , driver_override
  1287. struct pci_dev , pci_dev , priv_flags , priv_flags , priv_flags
  1288.  
  1289. struct pci_error_handlers , pci_error_handlers , error_detected , error_detected , error_detected
  1290. struct pci_error_handlers , pci_error_handlers , mmio_enabled , mmio_enabled , MMIo_enabled
  1291. struct pci_error_handlers , pci_error_handlers , slot_reset , slot_reset , slot_reset
  1292. struct pci_error_handlers , pci_error_handlers , reset_prepare , reset_prepare , reset_prepare
  1293. struct pci_error_handlers , pci_error_handlers , reset_done , reset_done , reset_done
  1294. struct pci_error_handlers , pci_error_handlers , resume , resume , resume
  1295.  
  1296. struct pci_dynids , pci_dynids , lock , lock , lock
  1297. struct pci_dynids , pci_dynids , list , list , list
  1298.  
  1299. struct pci_bus_region , pci_bus_region , start , start , start
  1300. struct pci_bus_region , pci_bus_region , end , end , end
  1301.  
  1302. struct pci_host_bridge , pci_host_bridge , dev , dev , dev
  1303. struct pci_host_bridge , pci_host_bridge , bus , bus , bus
  1304. struct pci_host_bridge , pci_host_bridge , ops , ops , ops
  1305. struct pci_host_bridge , pci_host_bridge , sysdata , sysdata , sys_data
  1306. struct pci_host_bridge , pci_host_bridge , busnr , busnr , bus_nr
  1307. struct pci_host_bridge , pci_host_bridge , windows , windows , windows
  1308. struct pci_host_bridge , pci_host_bridge , swizzle_irq , swizzle_irq , swizzle_irq
  1309. struct pci_host_bridge , pci_host_bridge , map_irq , map_irq , map_irq
  1310. struct pci_host_bridge , pci_host_bridge , release_fn , release_fn , release_fn
  1311. struct pci_host_bridge , pci_host_bridge , release_data , release_data , release_data
  1312. struct pci_host_bridge , pci_host_bridge , msi , msi , msi
  1313. struct pci_host_bridge , pci_host_bridge , align_resource , align_resource , align_resource
  1314. struct pci_host_bridge , pci_host_bridge , private , private , private
  1315.  
  1316. struct pci_ops , pci_ops , add_bus , add_bus , add_bus
  1317. struct pci_ops , pci_ops , remove_bus , remove_bus , remove_bus
  1318. struct pci_ops , pci_ops , map_bus , map_bus , map_bus
  1319. struct pci_ops , pci_ops , read , read , read
  1320. struct pci_ops , pci_ops , write , write , write
  1321.  
  1322.  
  1323. struct pci_cap_saved_state , pci_cap_saved_state , next , next , next
  1324. struct pci_cap_saved_state , pci_cap_saved_state , cap , cap , cap
  1325.  
  1326.  
  1327. struct device , device , parent , parent , parent
  1328. struct device , device , p , p , p
  1329. struct device , device , kobj , kobj , k_obj
  1330. struct device , device , init_name , init_name , init_name
  1331. struct device , device , type , type , type
  1332. struct device , device , mutex , mutex , mutex
  1333. struct device , device , bus , bus , bus
  1334. struct device , device , driver , driver , driver
  1335. struct device , device , platform_data , platform_data , platform_data
  1336. struct device , device , driver_data , driver_data , driver_data
  1337. struct device , device , links , links , links
  1338. struct device , device , power , power , power
  1339. struct device , device , pm_domain , pm_domain , pm_domain
  1340. struct device , device , msi_domain , msi_domain , msi_domain
  1341. struct device , device , msi_list , msi_list , msi_list
  1342. struct device , device , numa_node , numa_node , numa_node
  1343. struct device , device , dma_ops , dma_ops , dma_ops
  1344. struct device , device , dma_mask , dma_mask , dma_mask
  1345. struct device , device , coherent_dma_mask , coherent_dma_mask , coherent_dma_mask
  1346. struct device , device , dma_pfn_offset , dma_pfn_offset , dma_pfn_offset
  1347. struct device , device , dma_parms , dma_parms , dma_parms
  1348. struct device , device , dma_pools , dma_pools , dma_pools
  1349. struct device , device , dma_mem , dma_mem , dma_mem
  1350. struct device , device , archdata , archdata , arch_data
  1351. struct device , device , of_node , of_node , of_node
  1352. struct device , device , fwnode , fwnode , FW_node
  1353. struct device , device , devt , devt , dev_t
  1354. struct device , device , id , id , ID
  1355. struct device , device , devres_lock , devres_lock , dev_res_lock
  1356. struct device , device , devres_head , devres_head , dev_res_head
  1357. struct device , device , knode_class , knode_class , knode_class
  1358. struct device , device , class , class , class
  1359. struct device , device , groups , groups , groups
  1360. struct device , device , release , release , release
  1361. struct device , device , iommu_group , iommu_group , iommu_group
  1362. struct device , device , iommu_fwspec , iommu_fwspec , iommu_fwspec
  1363.  
  1364. struct device_type , device_type , name , name , name
  1365. struct device_type , device_type , groups , groups , groups
  1366. struct device_type , device_type , uevent , uevent , u_event
  1367. struct device_type , device_type , devnode , devnode , dev_node
  1368. struct device_type , device_type , release , release , release
  1369. struct device_type , device_type , pm , pm , pm
  1370.  
  1371. struct device_node , device_node , name , name , name
  1372. struct device_node , device_node , type , type , type
  1373. struct device_node , device_node , phandle , phandle , p_handle
  1374. struct device_node , device_node , full_name , full_name , full_name
  1375. struct device_node , device_node , fwnode , fwnode , FW_node
  1376. struct device_node , device_node , properties , properties , properties
  1377. struct device_node , device_node , deadprops , deadprops , dead_props
  1378. struct device_node , device_node , parent , parent , parent
  1379. struct device_node , device_node , child , child , child
  1380. struct device_node , device_node , sibling , sibling , sibling
  1381. struct device_node , device_node , _flags , _flags , _flags
  1382. struct device_node , device_node , data , data , data
  1383.  
  1384. struct device_attribute , device_attribute , attr , attr , attr
  1385. struct device_attribute , device_attribute , store , store , store
  1386. struct device_attribute , device_attribute , show , show , show
  1387.  
  1388. struct device_driver , device_driver , name , name , name
  1389. struct device_driver , device_driver , bus , bus , bus
  1390. struct device_driver , device_driver , owner , owner , owner
  1391. struct device_driver , device_driver , mod_name , mod_name , mod_name
  1392. struct device_driver , device_driver , suppress_bind_attrs , suppress_bind_attrs , suppress_bind_attrs
  1393. struct device_driver , device_driver , probe_type , probe_type , probe_type
  1394. struct device_driver , device_driver , of_match_table , of_match_table , of_match_table
  1395. struct device_driver , device_driver , acpi_match_table , acpi_match_table , acpi_match_table
  1396. struct device_driver , device_driver , probe , probe , probe
  1397. struct device_driver , device_driver , remove , remove , remove
  1398. struct device_driver , device_driver , shutdown , shutdown , shutdown
  1399. struct device_driver , device_driver , suspend , suspend , suspend
  1400. struct device_driver , device_driver , resume , resume , resume
  1401. struct device_driver , device_driver , groups , groups , groups
  1402. struct device_driver , device_driver , pm , pm , pm
  1403. struct device_driver , device_driver , p , p , p
  1404.  
  1405. struct device_link , device_link , supplier , supplier , supplier
  1406. struct device_link , device_link , s_node , s_node , s_node
  1407. struct device_link , device_link , consumer , consumer , consumer
  1408. struct device_link , device_link , c_node , c_node , c_node
  1409. struct device_link , device_link , status , status , status
  1410. struct device_link , device_link , flags , flags , flags
  1411. struct device_link , device_link , rpm_active , rpm_active , rpm_active
  1412.  
  1413. struct dev_links_info , dev_links_info , suppliers , suppliers , suppliers
  1414. struct dev_links_info , dev_links_info , consumers , consumers , consumers
  1415. struct dev_links_info , dev_links_info , status , status , status
  1416.  
  1417. struct dev_ext_attribute , dev_ext_attribute , attr , attr , attr
  1418. struct dev_ext_attribute , dev_ext_attribute , var , var , var
  1419.  
  1420.  
  1421. struct class , class , name , name , name
  1422. struct class , class , owner , owner , owner
  1423. struct class , class , class_groups , class_groups , class_groups
  1424. struct class , class , dev_groups , dev_groups , dev_groups
  1425. struct class , class , dev_kobj , dev_kobj , dev_kobj
  1426. struct class , class , dev_uevent , dev_uevent , dev_uevent
  1427. struct class , class , devnode , devnode , dev_node
  1428. struct class , class , class_release , class_release , class_release
  1429. struct class , class , dev_release , dev_release , dev_release
  1430. struct class , class , shutdown_pre , shutdown_pre , shutdown_pre
  1431. struct class , class , ns_type , ns_type , ns_type
  1432. struct class , class , namespace , namespace , namespace
  1433. struct class , class , pm , pm , pm
  1434. struct class , class , p , p , p
  1435.  
  1436. struct class_dev_iter , class_dev_iter , ki , ki , ki
  1437. struct class_dev_iter , class_dev_iter , type , type , type
  1438.  
  1439. struct class_interface , class_interface , node , node , node
  1440. struct class_interface , class_interface , class , class , class
  1441. struct class_interface , class_interface , add_dev , add_dev , add_dev
  1442. struct class_interface , class_interface , remove_dev , remove_dev , remove_dev
  1443.  
  1444. struct class_attribute_string , class_attribute_string , attr , attr , attr
  1445. struct class_attribute_string , class_attribute_string , str , str , str
  1446.  
  1447. struct class_attribute , class_attribute , attr , attr , attr
  1448. struct class_attribute , class_attribute , show , show , show
  1449. struct class_attribute , class_attribute , store , store , store
  1450.  
  1451. struct bus_type , bus_type , name , name , name
  1452. struct bus_type , bus_type , dev_name , dev_name , dev_name
  1453. struct bus_type , bus_type , dev_root , dev_root , dev_root
  1454. struct bus_type , bus_type , bus_groups , bus_groups , bus_groups
  1455. struct bus_type , bus_type , dev_groups , dev_groups , dev_groups
  1456. struct bus_type , bus_type , drv_groups , drv_groups , drv_groups
  1457. struct bus_type , bus_type , match , match , match
  1458. struct bus_type , bus_type , uevent , uevent , uevent
  1459. struct bus_type , bus_type , probe , probe , probe
  1460. struct bus_type , bus_type , remove , remove , remove
  1461. struct bus_type , bus_type , shutdown , shutdown , shutdown
  1462. struct bus_type , bus_type , online , online , online
  1463. struct bus_type , bus_type , offline , offline , offline
  1464. struct bus_type , bus_type , suspend , suspend , suspend
  1465. struct bus_type , bus_type , resume , resume , resume
  1466. struct bus_type , bus_type , num_vf , num_vf , num_vf
  1467. struct bus_type , bus_type , pm , pm , pm
  1468. struct bus_type , bus_type , iommu_ops , iommu_ops , iommu_ops
  1469. struct bus_type , bus_type , p , p , p
  1470. struct bus_type , bus_type , lock_key , lock_key , lock_key
  1471.  
  1472.  
  1473. struct bus_attribute , bus_attribute , attr , attr , attr
  1474. struct bus_attribute , bus_attribute , show , show , show
  1475. struct bus_attribute , bus_attribute , store , store , store
  1476.  
  1477. struct irq_fwspec , irq_fwspec , fwnode , fwnode , FW_node
  1478. struct irq_fwspec , irq_fwspec , param_count , param_count , param_count
  1479. struct irq_fwspec , irq_fwspec , param , param , param
  1480.  
  1481. struct rq_domain_ops , rq_domain_ops , match , match , match
  1482. struct rq_domain_ops , rq_domain_ops , select , select , select
  1483. struct rq_domain_ops , rq_domain_ops , map , map , map
  1484. struct rq_domain_ops , rq_domain_ops , unmap , unmap , unmap
  1485. struct rq_domain_ops , rq_domain_ops , xlate , xlate , x_late
  1486. struct rq_domain_ops , rq_domain_ops , alloc , alloc , alloc
  1487. struct rq_domain_ops , rq_domain_ops , free , free , free
  1488. struct rq_domain_ops , rq_domain_ops , activate , activate , activate
  1489. struct rq_domain_ops , rq_domain_ops , deactivate , deactivate , deactivate
  1490. struct rq_domain_ops , rq_domain_ops , translate , translate , translate
  1491.  
  1492. struct irq_domain , irq_domain , link , link , link
  1493. struct irq_domain , irq_domain , name , name , name
  1494. struct irq_domain , irq_domain , ops , ops , ops
  1495. struct irq_domain , irq_domain , host_data , host_data , host_data
  1496. struct irq_domain , irq_domain , flags , flags , flags
  1497. struct irq_domain , irq_domain , mapcount , mapcount , map_count
  1498. struct irq_domain , irq_domain , fwnode , fwnode , FW_node
  1499. struct irq_domain , irq_domain , bus_token , bus_token , bus_token
  1500. struct irq_domain , irq_domain , gc , gc , gc
  1501. struct irq_domain , irq_domain , parent , parent , parent
  1502. struct irq_domain , irq_domain , hwirq_max , hwirq_max , hwirq_max
  1503. struct irq_domain , irq_domain , revmap_direct_max_irq , revmap_direct_max_irq , revmap_direct_max_irq
  1504. struct irq_domain , irq_domain , revmap_size , revmap_size , revmap_size
  1505. struct irq_domain , irq_domain , revmap_tree , revmap_tree , revmap_tree
  1506. struct irq_domain , irq_domain , linear_revmap , linear_revmap , linear_revmap
  1507.  
  1508. struct attribute_group , attribute_group , name , name , name
  1509. struct attribute_group , attribute_group , is_visible , is_visible , is_visible
  1510. struct attribute_group , attribute_group , is_bin_visible , is_bin_visible , is_bin_visible
  1511. struct attribute_group , attribute_group , attrs , attrs , attrs
  1512. struct attribute_group , attribute_group , bin_attrs , bin_attrs , bin_attrs
  1513.  
  1514. struct bin_attribute , bin_attribute , attr , attr , attr
  1515. struct bin_attribute , bin_attribute , size , size , size
  1516. struct bin_attribute , bin_attribute , private , private , private
  1517. struct bin_attribute , bin_attribute , read , read , read
  1518. struct bin_attribute , bin_attribute , mmap , mmap , mmap
  1519.  
  1520. struct sysfs_ops , sysfs_ops , show , show , show
  1521. struct sysfs_ops , sysfs_ops , store , store , store
  1522.  
  1523. struct cdev , cdev , kobj , kobj , k_obj
  1524. struct cdev , cdev , owner , opsj , opsj
  1525. struct cdev , cdev , list , list , list
  1526. struct cdev , cdev , dev , dev , dev
  1527. struct cdev , cdev , count , count , count
  1528.  
  1529. struct dev_pm_ops , dev_pm_ops , prepare , prepare , prepare
  1530. struct dev_pm_ops , dev_pm_ops , complete , complete , complete
  1531. struct dev_pm_ops , dev_pm_ops , suspend , suspend , suspend
  1532. struct dev_pm_ops , dev_pm_ops , resume , resume , resume
  1533. struct dev_pm_ops , dev_pm_ops , freeze , freeze , freeze
  1534. struct dev_pm_ops , dev_pm_ops , thaw , thaw , thaw
  1535. struct dev_pm_ops , dev_pm_ops , poweroff , poweroff , power_off
  1536. struct dev_pm_ops , dev_pm_ops , restore , restore , restore
  1537. struct dev_pm_ops , dev_pm_ops , suspend_late , suspend_late , suspend_late
  1538. struct dev_pm_ops , dev_pm_ops , resume_early , resume_early , resume_early
  1539. struct dev_pm_ops , dev_pm_ops , freeze_late , freeze_late , freeze_late
  1540. struct dev_pm_ops , dev_pm_ops , thaw_early , thaw_early , thaw_early
  1541. struct dev_pm_ops , dev_pm_ops , poweroff_late , poweroff_late , poweroff_late
  1542. struct dev_pm_ops , dev_pm_ops , restore_early , restore_early , restore_early
  1543. struct dev_pm_ops , dev_pm_ops , suspend_noirq , suspend_noirq , suspend_noirq
  1544. struct dev_pm_ops , dev_pm_ops , resume_noirq , resume_noirq , resume_noirq
  1545. struct dev_pm_ops , dev_pm_ops , freeze_noirq , freeze_noirq , freeze_noirq
  1546. struct dev_pm_ops , dev_pm_ops , thaw_noirq , thaw_noirq , thaw_noirq
  1547. struct dev_pm_ops , dev_pm_ops , poweroff_noirq , poweroff_noirq , power_off_noirq
  1548. struct dev_pm_ops , dev_pm_ops , restore_noirq , restore_noirq , restore_noirq
  1549. struct dev_pm_ops , dev_pm_ops , runtime_suspend , runtime_suspend , runtime_suspend
  1550. struct dev_pm_ops , dev_pm_ops , runtime_resume , runtime_resume , runtime_resume
  1551. struct dev_pm_ops , dev_pm_ops , runtime_idle , runtime_idle , runtime_idle
  1552.  
  1553. struct dev_pm_info , dev_pm_info , power_state , power_state , TODO:::: , power_state , TODO::::
  1554.  
  1555. struct dev_pm_domain , dev_pm_domain , ops , ops , ops
  1556. struct dev_pm_domain , dev_pm_domain , detach , detach , detach
  1557. struct dev_pm_domain , dev_pm_domain , activate , activate , activate
  1558. struct dev_pm_domain , dev_pm_domain , sync , sync , sync
  1559. struct dev_pm_domain , dev_pm_domain , dismiss , dismiss , dismiss
  1560.  
  1561. struct pm_subsys_data , pm_subsys_data , lock , lock , lock
  1562. struct pm_subsys_data , pm_subsys_data , refcount , refcount , ref_count
  1563.  
  1564. ,,,,,,CONFIG_LOCKDEP struct lock_class_key , lock_class_key
  1565. ,,,,,,CONFIG_LOCKDEP
  1566. ,,,,,,CONFIG_LOCKDEP struct lock_class , lock_class
  1567. ,,,,,,CONFIG_LOCKDEP
  1568. ,,,,,,CONFIG_LOCKDEP struct lock_time , lock_time
  1569. ,,,,,,CONFIG_LOCKDEP
  1570. ,,,,,,CONFIG_LOCKDEP struct lock_class_stats , lock_class_stats
  1571. ,,,,,,CONFIG_LOCKDEP
  1572. ,,,,,,CONFIG_LOCKDEP struct lock_list , lock_list
  1573. ,,,,,,CONFIG_LOCKDEP
  1574. ,,,,,,CONFIG_LOCKDEP struct lock_chain , lock_chain
  1575.  
  1576. ,,,,,,CONFIG_LOCKDEP struct lockdep_subclass_key , lockdep_subclass_key
  1577.  
  1578. ,,,,,,CONFIG_LOCKDEP struct lockdep_map , lockdep_map
  1579.  
  1580. ,,,,,,CONFIG_LOCKDEP struct lockdep_map_cross , lockdep_map_cross
  1581.  
  1582. ,,,,,,CONFIG_LOCKDEP struct held_lock , held_lock
  1583.  
  1584. struct module , module , state , state , state
  1585. struct module , module , list , list , list
  1586. struct module , module , name , name , name
  1587. struct module , module , mkobj , mkobj , mk_obj
  1588. struct module , module , modinfo_attrs , modinfo_attrs , mod_info_attrs
  1589. struct module , module , version , version , version
  1590. struct module , module , srcversion , srcversion , src_version
  1591. struct module , module , holders_dir , holders_dir , holders_dir
  1592. struct module , module , syms , syms , syms
  1593. struct module , module , crcs , crcs , crcs
  1594. struct module , module , num_syms , num_syms , num_syms
  1595. struct module , module , param_lock , param_lock , param_lock
  1596. struct module , module , kp , kp , kp
  1597. struct module , module , num_kp , num_kp , num_kp
  1598. struct module , module , num_gpl_syms , num_gpl_syms , num_gpl_syms
  1599. struct module , module , gpl_syms , gpl_syms , gpl_syms
  1600. struct module , module , gpl_crcs , gpl_crcs , gpl_crcs
  1601. struct module , module , unused_syms , unused_syms , unused_syms
  1602. struct module , module , unused_crcs , unused_crcs , unused_crcs
  1603. struct module , module , num_unused_syms , num_unused_syms , num_unused_syms
  1604. struct module , module , num_unused_gpl_syms , num_unused_gpl_syms , num_unused_gpl_syms
  1605. struct module , module , unused_gpl_syms , unused_gpl_syms , unused_gpl_syms
  1606. struct module , module , unused_gpl_crcs , unused_gpl_crcs , unused_gpl_crcs
  1607. struct module , module , sig_ok , sig_ok , sig_ok
  1608. struct module , module , async_probe_requested , async_probe_requested , async_probe_requested
  1609. struct module , module , gpl_future_syms , gpl_future_syms , gpl_future_syms
  1610. struct module , module , gpl_future_crcs , gpl_future_crcs , gpl_future_crcs
  1611. struct module , module , num_gpl_future_syms , num_gpl_future_syms , num_gpl_future_syms
  1612. struct module , module , num_exentries , num_exentries , num_exentries
  1613. struct module , module , extable , extable , extable
  1614. struct module , module , init , init , init
  1615. struct module , module , core_layout , core_layout , core_layout
  1616. struct module , module , init_layout , init_layout , init_layout
  1617. struct module , module , arch , arch , arch
  1618. struct module , module , taints , taints , taints
  1619. struct module , module , num_bugs , num_bugs , num_bugs
  1620. struct module , module , bug_list , bug_list , bug_list
  1621. struct module , module , bug_table , bug_table , bug_table
  1622. struct module , module , kallsyms , kallsyms , k_all_syms
  1623. struct module , module , core_kallsyms , core_kallsyms , core_kallsyms
  1624. struct module , module , sect_attrs , sect_attrs , sect_attrs
  1625. struct module , module , notes_attrs , notes_attrs , notes_attrs
  1626. struct module , module , args , args , args
  1627. struct module , module , percpu , percpu , per_cpu
  1628. struct module , module , percpu_size , percpu_size , per_cpu_size
  1629. struct module , module , klp , klp , klp
  1630. struct module , module , klp_alive , klp_alive , klp_alive
  1631. struct module , module , klp_info , klp_info , klp_info
  1632. struct module , module , source_list , source_list , source_list
  1633. struct module , module , target_list , target_list , target_list
  1634. struct module , module , exit , exit , exit
  1635. struct module , module , refcnt , refcnt , ref_cnt
  1636. struct module , module , ctors , ctors , ctors
  1637. struct module , module , num_ctors , num_ctors , num_ctors
  1638.  
  1639. struct module_attribute , module_attribute , attr , attr , attr
  1640. struct module_attribute , module_attribute , show , show , show
  1641. struct module_attribute , module_attribute , store , store , store
  1642. struct module_attribute , module_attribute , setup , setup , setup
  1643. struct module_attribute , module_attribute , test , test , test
  1644. struct module_attribute , module_attribute , free , free , free
  1645.  
  1646. struct module_kobject , module_kobject , kobj , kobj , k_obj
  1647. struct module_kobject , module_kobject , mod , mod , mod
  1648. struct module_kobject , module_kobject , drivers_dir , drivers_dir , drivers_dir
  1649. struct module_kobject , module_kobject , mp , mp , mp
  1650. struct module_kobject , module_kobject , kobj_completion , kobj_completion , kobj_completion
  1651.  
  1652. struct module_version_attribute , module_version_attribute , mattr , mattr , m_attr
  1653. struct module_version_attribute , module_version_attribute , module_name , module_name , module_name
  1654. struct module_version_attribute , module_version_attribute , version , version , version
  1655.  
  1656. struct module_use , module_use , source_list , source_list , source_list
  1657. struct module_use , module_use , target_list , target_list , target_list
  1658. struct module_use , module_use , target , target , target
  1659. struct module_use , module_use , source , source , source
  1660.  
  1661. struct module_layout , module_layout , base , base , base
  1662. struct module_layout , module_layout , size , size , size
  1663. struct module_layout , module_layout , text_size , text_size , text_size
  1664. struct module_layout , module_layout , ro_size , ro_size , ro_size
  1665. struct module_layout , module_layout , ro_after_init_size , ro_after_init_size , ro_after_init_size
  1666.  
  1667. struct mod_tree_node , mod_tree_node , mod , mod , mod
  1668. struct mod_tree_node , mod_tree_node , node , node , node
  1669.  
  1670. struct mod_kallsyms , mod_kallsyms , symtab , symtab , num_syms
  1671. struct mod_kallsyms , mod_kallsyms , num_symtab , num_symtab , sym_table
  1672. struct mod_kallsyms , mod_kallsyms , strtab , strtab , str_table
  1673.  
  1674. struct dma_map_ops , dma_map_ops , alloc , alloc , alloc
  1675. struct dma_map_ops , dma_map_ops , free , free , free
  1676. struct dma_map_ops , dma_map_ops , mmap , mmap , m_map
  1677. struct dma_map_ops , dma_map_ops , get_sgtable , get_sgtable , get_sgtable
  1678. struct dma_map_ops , dma_map_ops , map_page , map_page , map_page
  1679. struct dma_map_ops , dma_map_ops , unmap_page , unmap_page , unmap_page
  1680. struct dma_map_ops , dma_map_ops , map_sg , map_sg , map_sg
  1681. struct dma_map_ops , dma_map_ops , unmap_sg , unmap_sg , unmap_sg
  1682. struct dma_map_ops , dma_map_ops , map_resource , map_resource , map_resource
  1683. struct dma_map_ops , dma_map_ops , unmap_resource , unmap_resource , unmap_resource
  1684. struct dma_map_ops , dma_map_ops , sync_single_for_cpu , sync_single_for_cpu , sync_single_for_cpu
  1685. struct dma_map_ops , dma_map_ops , sync_single_for_device , sync_single_for_device , sync_single_for_device
  1686. struct dma_map_ops , dma_map_ops , sync_sg_for_cpu , sync_sg_for_cpu , sync_sg_for_cpu
  1687. struct dma_map_ops , dma_map_ops , sync_sg_for_device , sync_sg_for_device , sync_sg_for_device
  1688. struct dma_map_ops , dma_map_ops , mapping_error , mapping_error , mapping_error
  1689. struct dma_map_ops , dma_map_ops , dma_supported , dma_supported , dma_supported
  1690. struct dma_map_ops , dma_map_ops , is_phys , is_phys , is_phys
  1691.  
  1692. struct qstr , qstr , hash_len , hash_len , hash_len
  1693. struct qstr , qstr , name , name , name
  1694.  
  1695. struct dentry , dentry , d_flags , d_flags , flags
  1696. struct dentry , dentry , d_seq , d_seq , seq
  1697. struct dentry , dentry , d_hash , d_hash , hash
  1698. struct dentry , dentry , d_parent , d_parent , parent
  1699. struct dentry , dentry , d_name , d_name , name
  1700. struct dentry , dentry , d_inode , d_inode , i_node
  1701. struct dentry , dentry , d_iname , d_iname , i_name
  1702. struct dentry , dentry , d_lockref , d_lockref , lock_ref
  1703. struct dentry , dentry , d_op , d_op , op
  1704. struct dentry , dentry , d_sb , d_sb , sb
  1705. struct dentry , dentry , d_time , d_time , time
  1706. struct dentry , dentry , d_fsdata , d_fsdata , fs_data
  1707. struct dentry , dentry , d_lru , d_lru , lru
  1708. struct dentry , dentry , d_wait , d_wait , wait
  1709. struct dentry , dentry , d_child , d_child , child
  1710. struct dentry , dentry , d_subdirs , d_subdirs , sub_dirs
  1711. struct dentry , dentry , d_u.d_alias , d_u_d_alias , u_d_alias
  1712. struct dentry , dentry , d_u.d_alias , d_u_generic , u_generic
  1713.  
  1714. struct dentry_operations , dentry_operations , d_revalidate , d_revalidate , revalidate
  1715. struct dentry_operations , dentry_operations , d_weak_revalidate , d_weak_revalidate , weak_revalidate
  1716. struct dentry_operations , dentry_operations , d_hash , d_hash , hash
  1717. struct dentry_operations , dentry_operations , d_compare , d_compare , compare
  1718. struct dentry_operations , dentry_operations , d_delete , d_delete , delete
  1719. struct dentry_operations , dentry_operations , d_init , d_init , init
  1720. struct dentry_operations , dentry_operations , d_release , d_release , release
  1721. struct dentry_operations , dentry_operations , d_prune , d_prune , prune
  1722. struct dentry_operations , dentry_operations , d_iput , d_iput , i_put
  1723. struct dentry_operations , dentry_operations , d_dname , d_dname , d_name
  1724. struct dentry_operations , dentry_operations , d_automount , d_automount , auto_mount
  1725. struct dentry_operations , dentry_operations , d_manage , d_manage , manage
  1726. struct dentry_operations , dentry_operations , d_real , d_real , real
  1727.  
  1728. struct dentry_stat_t , dentry_stat , nr_dentry , nr_dentry , nr_dentry
  1729. struct dentry_stat_t , dentry_stat , nr_unused , nr_unused , nr_unused
  1730. struct dentry_stat_t , dentry_stat , age_limit , age_limit , age_limit
  1731. struct dentry_stat_t , dentry_stat , want_pages , want_pages , want_pages
  1732. struct dentry_stat_t , dentry_stat , dummy , dummy , dummy
  1733.  
  1734. struct wait_queue_entry , wait_queue_entry , flags , flags , flags
  1735. struct wait_queue_entry , wait_queue_entry , private , private , private
  1736. struct wait_queue_entry , wait_queue_entry , entry , entry , entry
  1737. struct wait_queue_entry , wait_queue_entry , func , func , func
Advertisement
Add Comment
Please, Sign In to add comment