update 167 arch/x86/crypto/crc32c-intel.c .update = crc32c_intel_update,
update 320 arch/x86/xen/mmu.c *u = *update;
update 164 crypto/ahash.c crt->update = alg->update;
update 197 crypto/crc32c.c .update = crc32c_update,
update 388 crypto/cryptd.c err = crypto_hash_crt(child)->update(&desc,
update 495 crypto/cryptd.c inst->alg.cra_ahash.update = cryptd_hash_update_enqueue;
update 149 crypto/digest.c ops->update = update;
update 196 crypto/digest.c update(&desc, req->src, req->nbytes);
update 232 crypto/digest.c crt->update = digest_async_update;
update 94 crypto/hash.c return alg->update(&desc, req->src, req->nbytes);
update 127 crypto/hash.c crt->update = hash_async_update;
update 142 crypto/hash.c crt->update = alg->update;
update 267 crypto/hmac.c inst->alg.cra_hash.update = hmac_update;
update 336 crypto/xcbc.c inst->alg.cra_hash.update = crypto_xcbc_digest_update;
update 53 fs/adfs/adfs.h int (*update)(struct adfs_dir *dir, struct object_info *obj);
update 96 fs/adfs/dir.c if (!ops->update) {
update 106 fs/adfs/dir.c ret = ops->update(&dir, obj);
update 458 fs/adfs/dir_f.c .update = adfs_f_update,
update 22 fs/afs/cache.c .update = afs_cell_cache_update,
update 78 fs/afs/cache.c .update = afs_vlocation_cache_update,
update 152 fs/afs/cache.c .update = afs_volume_cache_update,
update 203 fs/afs/cache.c .update = afs_vnode_cache_update,
update 403 fs/afs/callback.c list_del_init(&vnode->update);
update 439 fs/afs/callback.c struct afs_vnode, update);
update 443 fs/afs/callback.c struct afs_vnode, update);
update 451 fs/afs/callback.c list_add_tail(&vnode->update, &server->cb_promises);
update 250 fs/afs/internal.h struct list_head update; /* link in master update list */
update 180 fs/afs/vlocation.c INIT_LIST_HEAD(&vl->update);
update 353 fs/afs/vlocation.c struct afs_vlocation, update);
update 362 fs/afs/vlocation.c list_add_tail(&vl->update, &afs_vlocation_updates);
update 509 fs/afs/vlocation.c if (!list_empty(&vl->update)) {
update 511 fs/afs/vlocation.c list_del_init(&vl->update);
update 647 fs/afs/vlocation.c struct afs_vlocation, update);
update 650 fs/afs/vlocation.c list_del_init(&vl->update);
update 662 fs/afs/vlocation.c list_del_init(&vl->update);
update 701 fs/afs/vlocation.c struct afs_vlocation, update);
update 705 fs/afs/vlocation.c struct afs_vlocation, update);
update 713 fs/afs/vlocation.c ASSERT(list_empty(&vl->update));
update 715 fs/afs/vlocation.c list_add_tail(&vl->update, &afs_vlocation_updates);
update 36 fs/lockd/svcshare.c goto update;
update 58 fs/lockd/svcshare.c update:
update 61 fs/ncpfs/file.c goto update;
update 84 fs/ncpfs/file.c update:
update 268 fs/nfsd/export.c .update = expkey_update,
update 745 fs/nfsd/export.c .update = export_update,
update 201 fs/nfsd/nfs4idmap.c .update = ent_init,
update 372 fs/nfsd/nfs4idmap.c .update = ent_init,
update 41 fs/sysfs/group.c if (update)
update 65 fs/sysfs/group.c BUG_ON(!kobj || (!update && !kobj->sd));
update 68 fs/sysfs/group.c if (unlikely(update && !kobj->sd))
update 78 fs/sysfs/group.c error = create_files(sd, kobj, grp, update);
update 549 include/acpi/aclocal.h struct acpi_update_state update;
update 113 include/crypto/hash.h return crt->update(req);
update 97 include/linux/cpufreq.h struct work_struct update; /* if update_policy() needs to be
update 223 include/linux/crypto.h int (*update)(struct ahash_request *req);
update 285 include/linux/crypto.h int (*update)(struct hash_desc *desc, struct scatterlist *sg,
update 423 include/linux/crypto.h int (*update)(struct hash_desc *desc,
update 435 include/linux/crypto.h int (*update)(struct ahash_request *req);
update 1254 include/linux/crypto.h return crypto_hash_crt(desc->tfm)->update(desc, sg, nbytes);
update 55 include/linux/key-type.h int (*update)(struct key *key, const void *data, size_t datalen);
update 86 include/linux/sunrpc/cache.h void (*update)(struct cache_head *orig, struct cache_head *new);
update 115 include/linux/videotext.h unsigned update : 1; /* update page (C8) */
update 503 include/linux/wanrouter.h int (*update) (struct wan_device *wandev);
update 54 include/sound/emux_synth.h void (*update)(struct snd_emux_voice *vp, int update);
update 71 include/xen/interface/io/fbif.h struct xenfb_update update;
update 1290 net/atm/mpc.c mpc->eg_ops->update(entry, holding_time);
update 72 net/atm/mpoa_caches.h void (*update)(eg_cache_entry *entry, uint16_t holding_time);
update 947 net/core/neighbour.c void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)
update 950 net/core/neighbour.c if (update) {
update 953 net/core/neighbour.c update(hh, neigh->dev, neigh->ha);
update 404 net/ipv6/ipv6_sockglue.c goto update;
update 430 net/ipv6/ipv6_sockglue.c update:
update 300 net/ipv6/sit.c goto update;
update 320 net/ipv6/sit.c update:
update 2214 net/sctp/socket.c int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
update 2218 net/sctp/socket.c if (update) {
update 277 net/sunrpc/auth_gss/svcauth_gss.c .update = update_rsi,
update 512 net/sunrpc/auth_gss/svcauth_gss.c .update = update_rsc,
update 141 net/sunrpc/cache.c detail->update(old, new);
update 163 net/sunrpc/cache.c detail->update(tmp, new);
update 307 net/sunrpc/svcauth_unix.c .update = update,
update 640 net/sunrpc/svcauth_unix.c .update = unix_gid_update,
update 603 net/tipc/bcast.c goto update;
update 612 net/tipc/bcast.c update:
update 541 net/wanrouter/wanmain.c if ((wandev->state != WAN_UNCONFIGURED) && wandev->update)
update 542 net/wanrouter/wanmain.c wandev->update(wandev);
update 221 net/wanrouter/wanproc.c if (wandev->update) {
update 222 net/wanrouter/wanproc.c int err = wandev->update(wandev);
update 423 scripts/kconfig/qconf.cc goto update;
update 455 scripts/kconfig/qconf.cc update:
update 709 security/keys/key.c if (!key->type->update)
update 714 security/keys/key.c ret = key->type->update(key, payload, plen);
update 785 security/keys/key.c if (ktype->update) {
update 800 security/keys/key.c if (ktype == &key_type_keyring || ktype->update)
update 861 security/keys/key.c if (key->type->update) {
update 864 security/keys/key.c ret = key->type->update(key, payload, plen);
update 28 security/keys/user_defined.c .update = user_update,
update 801 sound/aoa/fabrics/snd-aoa-fabric-layout.c int v, update;
update 809 sound/aoa/fabrics/snd-aoa-fabric-layout.c update = ldev->switch_on_headphone;
update 810 sound/aoa/fabrics/snd-aoa-fabric-layout.c if (update) {
update 818 sound/aoa/fabrics/snd-aoa-fabric-layout.c update = ldev->switch_on_lineout;
update 819 sound/aoa/fabrics/snd-aoa-fabric-layout.c if (update) {
update 829 sound/aoa/fabrics/snd-aoa-fabric-layout.c if (update) {
update 720 sound/drivers/vx/vx_pcm.c int err, update;
update 730 sound/drivers/vx/vx_pcm.c update = (int)(count - pipe->cur_count);
update 732 sound/drivers/vx/vx_pcm.c pipe->position += update;
update 735 sound/drivers/vx/vx_pcm.c pipe->transferred += update;
update 70 sound/isa/sb/emu8000_callback.c .update = update_voice,
update 128 sound/isa/sb/emu8000_callback.c if (update & SNDRV_EMUX_UPDATE_VOLUME)
update 130 sound/isa/sb/emu8000_callback.c if (update & SNDRV_EMUX_UPDATE_PITCH)
update 132 sound/isa/sb/emu8000_callback.c if ((update & SNDRV_EMUX_UPDATE_PAN) &&
update 135 sound/isa/sb/emu8000_callback.c if (update & SNDRV_EMUX_UPDATE_FMMOD)
update 137 sound/isa/sb/emu8000_callback.c if (update & SNDRV_EMUX_UPDATE_TREMFREQ)
update 139 sound/isa/sb/emu8000_callback.c if (update & SNDRV_EMUX_UPDATE_FM2FRQ2)
update 141 sound/isa/sb/emu8000_callback.c if (update & SNDRV_EMUX_UPDATE_Q)
update 69 sound/pci/emu10k1/emu10k1_callback.c .update = update_voice,
update 195 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_VOLUME)
update 197 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_PITCH)
update 199 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_PAN) {
update 203 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_FMMOD)
update 205 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_TREMFREQ)
update 207 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_FM2FRQ2)
update 209 sound/pci/emu10k1/emu10k1_callback.c if (update & SNDRV_EMUX_UPDATE_Q)
update 55 sound/synth/emux/emux_effect.c int update; /* flgas for real-time update */
update 198 sound/synth/emux/emux_effect.c if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0)
update 227 sound/synth/emux/emux_effect.c snd_emux_update_channel(port, chan, parm_defs[type].update);
update 250 sound/synth/emux/emux_synth.c if (snd_BUG_ON(!emu || !emu->ops.update))
update 277 sound/synth/emux/emux_synth.c if (! update)
update 281 sound/synth/emux/emux_synth.c if (snd_BUG_ON(!emu || !emu->ops.update))
update 288 sound/synth/emux/emux_synth.c update_voice(emu, vp, update);
update 304 sound/synth/emux/emux_synth.c if (! update)
update 308 sound/synth/emux/emux_synth.c if (snd_BUG_ON(!emu || !emu->ops.update))
update 315 sound/synth/emux/emux_synth.c update_voice(emu, vp, update);
update 533 sound/synth/emux/emux_synth.c if (update & SNDRV_EMUX_UPDATE_VOLUME)
update 535 sound/synth/emux/emux_synth.c if (update & SNDRV_EMUX_UPDATE_PITCH)
update 537 sound/synth/emux/emux_synth.c if (update & SNDRV_EMUX_UPDATE_PAN) {
update 538 sound/synth/emux/emux_synth.c if (! calc_pan(vp) && (update == SNDRV_EMUX_UPDATE_PAN))
update 541 sound/synth/emux/emux_synth.c emu->ops.update(vp, update);