• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/

Lines Matching defs:link

77 	struct list_head link;
96 struct list_head link;
105 * Since this is in an RCU list, we cannot use the link above
309 struct list_head link;
473 list_for_each_entry_safe(msg, msg2, q, link) {
474 list_del(&msg->link);
483 list_for_each_entry_safe(msg, msg2, q, link) {
484 list_del(&msg->link);
507 list_for_each_entry_safe(rcvr, rcvr2, &list, link)
528 struct list_head link;
542 list_for_each_entry(intf, &ipmi_interfaces, link) {
551 list_add_tail(&e->link, &to_deliver);
555 list_add(&watcher->link, &smi_watchers);
559 list_for_each_entry_safe(e, e2, &to_deliver, link) {
560 list_del(&e->link);
573 list_for_each_entry_safe(e, e2, &to_deliver, link) {
574 list_del(&e->link);
585 list_del(&(watcher->link));
599 list_for_each_entry(w, &smi_watchers, link) {
920 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
959 list_add_rcu(&new_user->link, &intf->users);
991 list_del_rcu(&user->link);
1004 * we build a list of everything (not using the standard link,
1009 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link) {
1011 list_del_rcu(&rcvr->link);
1173 list_for_each_entry_safe(msg, msg2, &intf->waiting_events, link)
1174 list_move_tail(&msg->link, &msgs);
1185 list_for_each_entry_safe(msg, msg2, &msgs, link) {
1209 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link) {
1224 list_for_each_entry_rcu(rcvr, &intf->cmd_rcvrs, link) {
1257 list_add_rcu(&rcvr->link, &intf->cmd_rcvrs);
1289 list_del_rcu(&rcvr->link);
2523 "ipmi_msghandler: allocate link to BMC: %d\n",
2546 "ipmi_msghandler: allocate link from BMC: %d\n",
2758 struct list_head *link;
2828 link = &ipmi_interfaces;
2829 list_for_each_entry_rcu(tintf, &ipmi_interfaces, link) {
2831 link = &tintf->link;
2838 list_add_rcu(&intf->link, &ipmi_interfaces);
2840 list_add_tail_rcu(&intf->link, link);
2882 list_del_rcu(&intf->link);
2930 list_del_rcu(&intf->link);
2942 list_for_each_entry(w, &smi_watchers, link)
3456 list_for_each_entry_rcu(user, &intf->users, link) {
3464 link) {
3465 list_del(&recv_msg->link);
3482 list_add_tail(&(recv_msg->link), &msgs);
3488 list_for_each_entry_safe(recv_msg, recv_msg2, &msgs, link) {
3489 list_del(&recv_msg->link);
3509 list_add_tail(&(recv_msg->link), &(intf->waiting_events));
3796 list_add_tail(&msg->link, &intf->waiting_msgs);
3813 list_add_tail(&msg->link, &intf->waiting_msgs);
3830 list_for_each_entry_rcu(user, &intf->users, link) {
3889 list_add_tail(&msg->link, timeouts);
3955 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
3959 &intf->waiting_msgs, link) {
3961 list_del(&smi_msg->link);
3986 list_for_each_entry_safe(msg, msg2, &timeouts, link)
4025 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
4201 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
4232 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {
4387 list_for_each_entry_rcu(intf, &ipmi_interfaces, link) {