ChinaUnix.net
相关文章推荐:

rcu subsystem

请问有谁知道rcu啊,能简单讲讲吗?

by yushang - 内核源码 - 2010-04-25 20:07:04 阅读(1339) 回复(0)

相关讨论

linux 2.6.18-3 函数: void inet_register_protosw(struct inet_protosw *p) { struct list_head *lh; struct inet_protosw *answer; int protocol = p->protocol; struct list_head *last_perm; spin_lock_bh(&inetsw_lock); if (p->type >= SOCK_MAX) goto out_illegal; /* If we are trying to override a permanent protocol, bail. */ answer = NULL; last_perm = &inetsw[p->type]; list_for_each(lh, &inets...

by AIXHP - 内核源码 - 2007-07-23 10:42:13 阅读(2660) 回复(6)

clstrmgrES cluster 323748 inoperative 请问如何查询这个subsystem 停掉的时间及相关信息。或者log. thanks

by soccer - AIX - 2008-05-28 12:18:42 阅读(1708) 回复(0)

clstrmgrES cluster 323748 inoperative\r\n\r\n请问如何查询这个subsystem 停掉的时间及相关信息。或者log.\r\n\r\nthanks

by soccer - AIX - 2008-05-28 12:18:42 阅读(3207) 回复(0)

seagate http://www.seagate.com/cda/products/discsales/index ST3300655LC Cheetah 15K.5 300 GB Ultra320 SCSI 15K RPM 3.5 ms avg MSS&W ST3300655LW Cheetah 15K.5 300 GB Ultra320 SCSI 15K RPM 3.5 ms avg MSS&W有2块最强的,hoho。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7198/showart_211529.html

by shinelian - 存储文档中心 - 2006-12-07 11:03:13 阅读(932) 回复(0)

哪位朋友能简单解释一下子系统和进程的关系和区别?子系统是程序,进程是任务?或者程序运行了就是进程?搞不明白。谢谢

by limqqepp - AIX - 2005-02-05 21:09:57 阅读(1009) 回复(0)

哪位朋友能简单解释一下子系统和进程的关系和区别?子系统是程序,进程是任务?或者程序运行了就是进程?搞不明白。谢谢

by limqqepp - AIX - 2005-02-05 21:09:57 阅读(2785) 回复(0)

在AIX中有subserver 和subsystem 之分,我想问:二者有何区别?

by ddghost - AIX - 2004-05-21 23:07:25 阅读(922) 回复(1)

在AIX中有subserver 和subsystem 之分,我想问:二者有何区别?

by ddghost - AIX - 2004-05-21 18:49:12 阅读(2833) 回复(0)

我想在一个链表中使用rcu,这个链表在进程和软中断上下文都会访问。要求支持smp,多核 看了一些文档,对rcu能否如下操作: 1,写者: 对于进程上下文则使用 spin_lock_bh 对于软中断上下文使用 spin_lock 加入链表用 hlist_add_head_rcu, 受到rcu_assign_pointer 原子保护。 删除链表用 hlist_del_rcu,这个直接__hlist_del, 感觉和rcu没有关系呀?不懂 2,读者: 对于进程上下文则使用 r...

by wan3610425 - 内核源码 - 2014-06-05 08:59:09 阅读(1753) 回复(3)

目录 [ 隐藏 ] 1 rcu同步机制 1.1 rcu介绍 1.2 rcu API函数说明 1.3 调用rcu API实现rcu同步 1.4 rcu基本设计模式 1.5 变换rcu运算法则后的rcu模式 1.6 rcu相关数据结构 1.7 rcu初始化分析 1.8 rcu回调处理分析 ...

by crazytyt - Linux文档专区 - 2010-02-22 10:07:41 阅读(2786) 回复(0)