mav         2008-04-20 11:34:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netgraph         ng_base.c 
  Log:
  MFC some small optimizations:
  rev. 1.151: Remove impossible (hk_peer == NULL) check.
  rev. 1.152: Remove ng_setisr() call from ng_dequeue().
  rev. 1.153: There is no need to erase hook->hk_node before freeing hook.
  rev. 1.154: Use new atomic_fetchadd() primitive instead of looping 
atomic_cmpset().
  rev. 1.158: ng_address_hook() microoptimization.
  
  Revision    Changes    Path
  1.102.2.19  +11 -30    src/sys/netgraph/ng_base.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to