/* list of struct preempt_notifier: */ struct hlist_head preempt_notifiers; #endif (6)、FPU使用计数 [cpp] view plain copy unsigned char fpu_counter; (7)、blktrace是一个针对Linux内核中块设备I/O层的跟踪工具。 [cpp] view plain copy #ifdef CONFIG_BLK_DEV_IO_TRACE unsigned int btrac...
struct hlist_head preempt_notifiers; #endif (6)、FPU使用计数 unsigned char fpu_counter; (7)、 blktrace是一个针对Linux内核中块设备I/O层的跟踪工具。 #ifdef CONFIG_BLK_DEV_IO_TRACE unsigned int btrace_seq; #endif (8)、RCU同步原语 #ifdef CONFIG_PREEMPT_RCU int rcu_read_lock_nesting; char ...
struct hlist_head preempt_notifiers; #endif (6)、FPU使用计数 unsigned char fpu_counter; (7)、 blktrace是一个针对Linux内核中块设备I/O层的跟踪工具。 #ifdef CONFIG_BLK_DEV_IO_TRACE unsigned int btrace_seq; #endif (8)、RCU同步原语 #ifdef CONFIG_PREEMPT_RCU int rcu_read_lock_nesting; char ...
51CTO博客已为您找到关于struct list_head的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及struct list_head问答内容。更多struct list_head相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
struct hlist_head preempt_notifiers; #endif #ifdef CONFIG_BLK_DEV_IO_TRACE unsigned int btrace_seq; #endif unsigned int policy; int nr_cpus_allowed; const cpumask_t *cpus_ptr; cpumask_t cpus_mask; #ifdef CONFIG_PREEMPT_RCU int rcu_read_lock_nesting; ...
#ifdefCONFIG_PREEMPT_NOTIFIERS/* List of struct preempt_notifier: */struct hlist_head preempt_notifiers;#endif #ifdefCONFIG_BLK_DEV_IO_TRACEunsigned int btrace_seq;#endif unsigned int policy;int nr_cpus_allowed;constcpumask_t*cpus_ptr;cpumask_t cpus_mask;#ifdefCONFIG_PREEMPT_RCUint rcu_read...
structhlist_headhead; }; 哈希桶的选择由函数inet_sk_listen_hashfn的返回值决定 structinet_listen_hashbucket*ilb; ilb = &hashinfo->listening_hash[inet_sk_listen_hashfn(sk)]; inet_sk_listen_hash函数使用数据包的目的端口号(本地监听端口号)计算的hash值为索引得到具体的哈希桶,如下所示: ...
82 struct hlist_head ioctx_list;//异步I/O上下文 83 #endif 84 #ifdef CONFIG_MM_OWNER 85 struct task_struct *owner; 86 #endif 87 88 #ifdef CONFIG_PROC_FS 89 unsigned long num_exe_file_vmas; 90 #endif 91 #ifdef CONFIG_MMU_NOTIFIER ...
struct hlist_head i_dentry; struct rcu_head i_rcu; }; atomic64_t i_version; atomic64_t i_sequence; atomic_t i_count; atomic_t i_dio_count; atomic_t i_writecount; #if defined(CONFIG_IMA) || defined(CONFIG_FILE_LOCKING) atomic_t i_readcount; ...
struct hlist_head preempt_notifiers; #endif (6)、FPU使用计数 unsigned char fpu_counter; (7)、 blktrace是一个针对Linux内核中块设备I/O层的跟踪工具。 #ifdef CONFIG_BLK_DEV_IO_TRACE unsigned int btrace_seq; #endif (8)、RCU同步原语