Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2003 07:28:57 -0700 (PDT)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netatm atm_cm.c atm_device.c src/sys/netatm/ipatm ipatm_vcm.c src/sys/netatm/uni uniarp.c uniarp_cache.c uniarp_vcm.c unisig_decode.c unisig_subr.c unisig_vc_state.c
Message-ID:  <200307231428.h6NESvZP098803@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/07/23 07:28:57 PDT

  FreeBSD src repository

  Modified files:
    sys/netatm           atm_cm.c atm_device.c 
    sys/netatm/ipatm     ipatm_vcm.c 
    sys/netatm/uni       uniarp.c uniarp_cache.c uniarp_vcm.c 
                         unisig_decode.c unisig_subr.c 
                         unisig_vc_state.c 
  Log:
  Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All
  these may be called from contexts where we cannot sleep (callout handlers
  for example).
  
  Revision  Changes    Path
  1.28      +10 -5     src/sys/netatm/atm_cm.c
  1.21      +2 -1      src/sys/netatm/atm_device.c
  1.15      +4 -2      src/sys/netatm/ipatm/ipatm_vcm.c
  1.18      +2 -1      src/sys/netatm/uni/uniarp.c
  1.12      +2 -1      src/sys/netatm/uni/uniarp_cache.c
  1.14      +4 -2      src/sys/netatm/uni/uniarp_vcm.c
  1.16      +1 -1      src/sys/netatm/uni/unisig_decode.c
  1.15      +15 -13    src/sys/netatm/uni/unisig_subr.c
  1.16      +8 -4      src/sys/netatm/uni/unisig_vc_state.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307231428.h6NESvZP098803>