Symbol: update
arch/arm/include/asm/tls.h
15
@ TLS register update is deferred until return to user space
arch/arm64/crypto/sm4-ce-glue.c
638
.update = sm4_mac_update,
arch/arm64/crypto/sm4-ce-glue.c
656
.update = sm4_mac_update,
arch/arm64/crypto/sm4-ce-glue.c
672
.update = sm4_mac_update,
arch/arm64/kvm/pmu-emul.c
420
bool update = kvm_pmu_should_notify_user(vcpu);
arch/arm64/kvm/pmu-emul.c
421
if (update)
arch/arm64/kvm/pmu-emul.c
423
return update;
arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c
137
jtgd.s.update = 1;
arch/mips/cavium-octeon/executive/cvmx-helper-jtag.c
143
} while (jtgd.s.update);
arch/mips/include/asm/octeon/cvmx-ciu-defs.h
131
__BITFIELD_FIELD(uint64_t update:1,
arch/mips/kernel/cpu-probe.c
363
unsigned int config0, update, mm;
arch/mips/kernel/cpu-probe.c
382
update = MIPS_CONF_MM_FULL;
arch/mips/kernel/cpu-probe.c
391
update = 0;
arch/mips/kernel/cpu-probe.c
395
if (update) {
arch/mips/kernel/cpu-probe.c
396
config0 = (config0 & ~MIPS_CONF_MM) | update;
arch/powerpc/kernel/secvar-sysfs.c
110
static struct bin_attribute update_attr __ro_after_init = __BIN_ATTR_WO(update, 0);
arch/powerpc/kernel/trace/ftrace.c
395
int ret = 0, update;
arch/powerpc/kernel/trace/ftrace.c
406
update = ftrace_update_record(rec, enable);
arch/powerpc/kernel/trace/ftrace.c
408
if (IS_ENABLED(CONFIG_PPC_FTRACE_OUT_OF_LINE) && update != FTRACE_UPDATE_IGNORE) {
arch/powerpc/kernel/trace/ftrace.c
415
switch (update) {
arch/powerpc/kernel/trace/ftrace.c
444
(update == FTRACE_UPDATE_MAKE_NOP || update == FTRACE_UPDATE_MAKE_CALL)) {
arch/powerpc/kernel/trace/ftrace.c
451
if (update == FTRACE_UPDATE_MAKE_NOP)
arch/s390/crypto/hmac_s390.c
339
.update = s390_hmac_sha2_update, \
arch/s390/crypto/phmac_s390.c
943
.update = phmac_update, \
arch/x86/events/core.c
2088
static_call_update(x86_pmu_update, x86_pmu.update);
arch/x86/events/core.c
2210
if (!x86_pmu.update)
arch/x86/events/core.c
2211
x86_pmu.update = x86_perf_event_update;
arch/x86/events/core.c
83
DEFINE_STATIC_CALL_NULL(x86_pmu_update, *x86_pmu.update);
arch/x86/events/intel/core.c
6631
.update = intel_pmu_update,
arch/x86/events/perf_event.h
1168
DECLARE_STATIC_CALL(x86_pmu_update, *x86_pmu.update);
arch/x86/events/perf_event.h
845
u64 (*update)(struct perf_event *event);
arch/x86/kernel/cpu/resctrl/rdtgroup.c
134
void (*update)(void *arg);
arch/x86/kernel/cpu/resctrl/rdtgroup.c
144
update = l3_qos_cfg_update;
arch/x86/kernel/cpu/resctrl/rdtgroup.c
146
update = l2_qos_cfg_update;
arch/x86/kernel/cpu/resctrl/rdtgroup.c
165
on_each_cpu_mask(cpu_mask, update, &enable, 1);
arch/x86/xen/mmu_pv.c
244
static void xen_extend_mmu_update(const struct mmu_update *update)
arch/x86/xen/mmu_pv.c
259
*u = *update;
arch/x86/xen/setup.c
250
struct mmu_update update = {
arch/x86/xen/setup.c
263
if (HYPERVISOR_mmu_update(&update, 1, NULL, DOMID_SELF) < 0) {
certs/blacklist.c
143
.update = blacklist_key_update,
crypto/aes.c
157
.update = crypto_aes_cmac_update,
crypto/aes.c
178
.update = crypto_aes_cmac_update,
crypto/aes.c
195
.update = crypto_aes_cbcmac_update,
crypto/ahash.c
461
return ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->update);
crypto/ahash.c
490
err = ahash_do_req_chain(req, &crypto_ahash_alg(tfm)->update);
crypto/blake2b.c
76
.update = crypto_blake2b_update, \
crypto/ccm.c
886
inst->alg.update = crypto_cbcmac_digest_update;
crypto/cmac.c
206
inst->alg.update = crypto_cmac_digest_update;
crypto/crc32.c
96
.update = crc32_update,
crypto/crc32c.c
117
.update = chksum_update,
crypto/cryptd.c
691
inst->alg.update = cryptd_hash_update_enqueue;
crypto/crypto_null.c
64
.update = null_update,
crypto/hmac.c
216
inst->alg.update = hmac_update;
crypto/hmac.c
467
inst->alg.update = hmac_update_ahash;
crypto/md4.c
215
.update = md4_update,
crypto/md5.c
186
.update = crypto_md5_update,
crypto/md5.c
206
.update = crypto_hmac_md5_update,
crypto/rmd160.c
323
.update = rmd160_update,
crypto/sha1.c
190
.update = crypto_sha1_update,
crypto/sha1.c
210
.update = crypto_hmac_sha1_update,
crypto/sha256.c
327
.update = crypto_sha224_update,
crypto/sha256.c
345
.update = crypto_sha256_update,
crypto/sha256.c
365
.update = crypto_hmac_sha224_update,
crypto/sha256.c
385
.update = crypto_hmac_sha256_update,
crypto/sha3.c
106
.update = crypto_sha3_update,
crypto/sha3.c
119
.update = crypto_sha3_update,
crypto/sha3.c
132
.update = crypto_sha3_update,
crypto/sha3.c
93
.update = crypto_sha3_update,
crypto/sha512.c
333
.update = crypto_sha384_update,
crypto/sha512.c
351
.update = crypto_sha512_update,
crypto/sha512.c
371
.update = crypto_hmac_sha384_update,
crypto/sha512.c
391
.update = crypto_hmac_sha512_update,
crypto/shash.c
123
return crypto_shash_alg(tfm)->update(desc, data, len);
crypto/shash.c
152
err = crypto_shash_alg(tfm)->update(desc, src, nbytes);
crypto/shash.c
94
return shash->update(desc, data, len) ?:
crypto/sm3.c
65
.update = crypto_sm3_update,
crypto/streebog_generic.c
1029
.update = streebog_update,
crypto/streebog_generic.c
1042
.update = streebog_update,
crypto/wp512.c
1089
.update = wp512_update,
crypto/wp512.c
1102
.update = wp512_update,
crypto/wp512.c
1115
.update = wp512_update,
crypto/xcbc.c
172
inst->alg.update = crypto_xcbc_digest_update;
crypto/xxhash_generic.c
74
.update = xxhash64_update,
drivers/acpi/acpica/aclocal.h
683
struct acpi_update_state update;
drivers/acpi/acpica/utdelete.c
642
object = state->update.object;
drivers/acpi/acpica/utstate.c
173
state->update.object = object;
drivers/acpi/acpica/utstate.c
174
state->update.value = action;
drivers/acpi/pmic/tps68470_pmic.c
277
int (*update)(struct regmap *,
drivers/acpi/pmic/tps68470_pmic.c
300
update(regmap, reg, bitmask, *value);
drivers/auxdisplay/ht16k33.c
462
.update = ht16k33_linedisp_update,
drivers/auxdisplay/img-ascii-lcd.c
105
.update = malta_update,
drivers/auxdisplay/img-ascii-lcd.c
207
.update = sead3_update,
drivers/auxdisplay/img-ascii-lcd.c
75
.update = boston_update,
drivers/auxdisplay/line-display.c
142
linedisp->ops->update(linedisp);
drivers/auxdisplay/line-display.c
185
linedisp->ops->update(linedisp);
drivers/auxdisplay/line-display.c
207
linedisp->ops->update(linedisp);
drivers/auxdisplay/line-display.h
55
void (*update)(struct linedisp *linedisp);
drivers/auxdisplay/max6959.c
83
.update = max6959_linedisp_update,
drivers/auxdisplay/seg-led-gpio.c
58
.update = seg_led_linedisp_update,
drivers/clk/at91/clk-sam9x60-pll.c
190
bool update)
drivers/clk/at91/clk-sam9x60-pll.c
222
if (update) {
drivers/clk/renesas/rzg2l-cpg.c
1416
bool update = false;
drivers/clk/renesas/rzg2l-cpg.c
1454
update = true;
drivers/clk/renesas/rzg2l-cpg.c
1456
update = atomic_dec_and_test(&mstop->usecnt);
drivers/clk/renesas/rzg2l-cpg.c
1459
update = true;
drivers/clk/renesas/rzg2l-cpg.c
1463
if (update)
drivers/cpufreq/cpufreq.c
1190
container_of(work, struct cpufreq_policy, update);
drivers/cpufreq/cpufreq.c
1204
schedule_work(&policy->update);
drivers/cpufreq/cpufreq.c
1213
schedule_work(&policy->update);
drivers/cpufreq/cpufreq.c
1301
INIT_WORK(&policy->update, handle_update);
drivers/cpufreq/cpufreq.c
1348
cancel_work_sync(&policy->update);
drivers/cpufreq/cpufreq.c
1800
static unsigned int cpufreq_verify_current_freq(struct cpufreq_policy *policy, bool update)
drivers/cpufreq/cpufreq.c
1830
if (update)
drivers/cpufreq/cpufreq.c
1831
schedule_work(&policy->update);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
39
.update = sun4i_hash_update,
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c
65
.update = sun4i_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
427
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
460
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
492
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
524
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
556
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
588
.update = sun8i_ce_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
310
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
342
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
374
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
406
.update = sun8i_ss_hash_update,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
438
.update = sun8i_ss_hash_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
623
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
655
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
687
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
722
.update = aspeed_sham_update,
drivers/crypto/aspeed/aspeed-hace-hash.c
754
.update = aspeed_sham_update,
drivers/crypto/atmel-sha.c
1258
alg->update = atmel_sha_update;
drivers/crypto/atmel-sha.c
2046
alg->update = atmel_sha_update;
drivers/crypto/axis/artpec6_crypto.c
2621
.update = artpec6_crypto_hash_update,
drivers/crypto/axis/artpec6_crypto.c
2644
.update = artpec6_crypto_hash_update,
drivers/crypto/axis/artpec6_crypto.c
2667
.update = artpec6_crypto_hash_update,
drivers/crypto/bcm/cipher.c
4423
hash->update = ahash_update;
drivers/crypto/bcm/cipher.c
4435
hash->update = ahash_hmac_update;
drivers/crypto/caam/caamalg_qi2.c
3085
int (*update)(struct ahash_request *req);
drivers/crypto/caam/caamalg_qi2.c
3094
int (*update)(struct ahash_request *req);
drivers/crypto/caam/caamalg_qi2.c
4085
state->update = ahash_update_ctx;
drivers/crypto/caam/caamalg_qi2.c
4307
state->update = ahash_update_ctx;
drivers/crypto/caam/caamalg_qi2.c
4311
state->update = ahash_update_no_ctx;
drivers/crypto/caam/caamalg_qi2.c
4339
state->update = ahash_update_first;
drivers/crypto/caam/caamalg_qi2.c
4356
return state->update(req);
drivers/crypto/caam/caamalg_qi2.c
4383
export->update = state->update;
drivers/crypto/caam/caamalg_qi2.c
4399
state->update = export->update;
drivers/crypto/caam/caamalg_qi2.c
4426
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4447
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4468
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4489
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4510
.update = ahash_update,
drivers/crypto/caam/caamalg_qi2.c
4531
.update = ahash_update,
drivers/crypto/caam/caamhash.c
121
int (*update)(struct ahash_request *req) ____cacheline_aligned;
drivers/crypto/caam/caamhash.c
1297
state->update = ahash_update_ctx;
drivers/crypto/caam/caamhash.c
133
int (*update)(struct ahash_request *req);
drivers/crypto/caam/caamhash.c
1477
state->update = ahash_update_ctx;
drivers/crypto/caam/caamhash.c
1481
state->update = ahash_update_no_ctx;
drivers/crypto/caam/caamhash.c
1509
state->update = ahash_update_first;
drivers/crypto/caam/caamhash.c
1526
return state->update(req);
drivers/crypto/caam/caamhash.c
1553
export->update = state->update;
drivers/crypto/caam/caamhash.c
1569
state->update = export->update;
drivers/crypto/caam/caamhash.c
1596
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1617
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1638
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1659
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1680
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1701
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1720
.update = ahash_update,
drivers/crypto/caam/caamhash.c
1739
.update = ahash_update,
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
366
alg->update = ccp_aes_cmac_update;
drivers/crypto/ccp/ccp-crypto-sha.c
475
alg->update = ccp_sha_update;
drivers/crypto/ccree/cc_hash.c
1593
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1620
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1647
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1674
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1701
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1728
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1753
.update = cc_hash_update,
drivers/crypto/ccree/cc_hash.c
1778
.update = cc_mac_update,
drivers/crypto/ccree/cc_hash.c
1803
.update = cc_mac_update,
drivers/crypto/ccree/cc_hash.c
633
static int cc_do_finup(struct ahash_request *req, bool update)
drivers/crypto/ccree/cc_hash.c
651
update ? "finup" : "final", nbytes);
drivers/crypto/ccree/cc_hash.c
658
if (cc_map_hash_request_final(ctx->drvdata, state, src, nbytes, update,
drivers/crypto/chelsio/chcr_algo.c
4339
a_hash->update = chcr_ahash_update;
drivers/crypto/img-hash.c
750
.update = img_hash_update,
drivers/crypto/img-hash.c
776
.update = img_hash_update,
drivers/crypto/img-hash.c
802
.update = img_hash_update,
drivers/crypto/img-hash.c
828
.update = img_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
638
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
668
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
698
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
728
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
758
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
789
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
820
.update = eip93_hash_update,
drivers/crypto/inside-secure/eip93/eip93-hash.c
851
.update = eip93_hash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1209
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1267
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1324
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1395
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1467
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1525
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1582
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1653
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1725
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1783
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1855
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
1945
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2028
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2115
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2173
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2244
.update = safexcel_ahash_update,
drivers/crypto/inside-secure/safexcel_hash.c
2439
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2497
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2555
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2613
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2775
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2846
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2917
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
2987
.update = safexcel_sha3_update,
drivers/crypto/inside-secure/safexcel_hash.c
984
.update = safexcel_ahash_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1023
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1050
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1075
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1102
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
1127
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
893
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
918
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
946
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
971
.base.update = kmb_ocs_hcu_update,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
998
.base.update = kmb_ocs_hcu_update,
drivers/crypto/marvell/cesa/hash.c
1006
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1080
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1289
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1360
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
1431
.update = mv_cesa_ahash_update,
drivers/crypto/marvell/cesa/hash.c
935
.update = mv_cesa_ahash_update,
drivers/crypto/mxs-dcp.c
1011
.update = dcp_sha_update,
drivers/crypto/mxs-dcp.c
985
.update = dcp_sha_update,
drivers/crypto/nx/nx-aes-xcbc.c
315
.update = nx_xcbc_update,
drivers/crypto/nx/nx-sha256.c
243
.update = nx_sha256_update,
drivers/crypto/nx/nx-sha512.c
248
.update = nx_sha512_update,
drivers/crypto/omap-sham.c
1425
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1447
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1469
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1493
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1521
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1543
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1565
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1589
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1616
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1638
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1660
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
1684
.base.update = omap_sham_update,
drivers/crypto/omap-sham.c
851
bool update = rctx->op == OP_UPDATE;
drivers/crypto/omap-sham.c
858
if (update)
drivers/crypto/omap-sham.c
871
if (update && req->nbytes && (!IS_ALIGNED(rctx->bufcnt, bs))) {
drivers/crypto/padlock-sha.c
195
.update = padlock_sha_update,
drivers/crypto/padlock-sha.c
219
.update = padlock_sha_update,
drivers/crypto/padlock-sha.c
282
.update = padlock_sha1_update_nano,
drivers/crypto/padlock-sha.c
302
.update = padlock_sha256_update_nano,
drivers/crypto/qce/sha.c
469
alg->update = qce_ahash_update;
drivers/crypto/rockchip/rk3288_crypto_ahash.c
379
.update = rk_ahash_update,
drivers/crypto/rockchip/rk3288_crypto_ahash.c
411
.update = rk_ahash_update,
drivers/crypto/rockchip/rk3288_crypto_ahash.c
443
.update = rk_ahash_update,
drivers/crypto/s5p-sss.c
1193
static int s5p_hash_prepare_request(struct ahash_request *req, bool update)
drivers/crypto/s5p-sss.c
1200
if (update)
drivers/crypto/s5p-sss.c
1711
.update = s5p_hash_update,
drivers/crypto/s5p-sss.c
1735
.update = s5p_hash_update,
drivers/crypto/s5p-sss.c
1759
.update = s5p_hash_update,
drivers/crypto/sa2ul.c
2052
.update = sa_sha_update,
drivers/crypto/sa2ul.c
2081
.update = sa_sha_update,
drivers/crypto/sa2ul.c
2110
.update = sa_sha_update,
drivers/crypto/sahara.c
1151
.update = sahara_sha_update,
drivers/crypto/sahara.c
1182
.update = sahara_sha_update,
drivers/crypto/starfive/jh7110-hash.c
560
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
588
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
617
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
645
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
674
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
702
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
731
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
759
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
788
.base.update = starfive_hash_update,
drivers/crypto/starfive/jh7110-hash.c
816
.base.update = starfive_hash_update,
drivers/crypto/stm32/stm32-hash.c
1255
bool update = rctx->op & HASH_OP_UPDATE;
drivers/crypto/stm32/stm32-hash.c
1272
if (update || finup)
drivers/crypto/stm32/stm32-hash.c
1284
if (update && req->nbytes && (!IS_ALIGNED(state->bufcnt, bs))) {
drivers/crypto/stm32/stm32-hash.c
1585
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1613
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1645
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1673
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1705
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1733
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1765
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1793
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1825
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1853
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1882
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1910
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1942
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1970
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
1999
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2027
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2056
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2084
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2113
.base.update = stm32_hash_update,
drivers/crypto/stm32/stm32-hash.c
2141
.base.update = stm32_hash_update,
drivers/crypto/talitos.c
3304
t_alg->algt.alg.hash.update = ahash_update;
drivers/crypto/tegra/tegra-se-aes.c
1977
.update = tegra_cmac_update,
drivers/crypto/tegra/tegra-se-hash.c
1009
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
1037
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
1065
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
755
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
780
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
805
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
830
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
855
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
880
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
905
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
930
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
955
.update = tegra_sha_update,
drivers/crypto/tegra/tegra-se-hash.c
981
.update = tegra_sha_update,
drivers/crypto/xilinx/zynqmp-sha.c
168
.update = zynqmp_sha_update,
drivers/firewire/core-device.c
986
if (is_fw_unit(dev) && driver != NULL && driver->update != NULL) {
drivers/firewire/core-device.c
988
driver->update(unit);
drivers/firewire/net.c
1609
.update = fwnet_update,
drivers/firewire/sbp2.c
1274
.update = sbp2_update,
drivers/firmware/arm_scmi/sensors.c
1018
supported = s->update;
drivers/firmware/arm_scmi/sensors.c
610
s->update = SUPPORTS_UPDATE_NOTIFY(attrl);
drivers/firmware/cirrus/cs_dsp.c
3721
u32 addr, u32 data, u8 op_code, bool update)
drivers/firmware/cirrus/cs_dsp.c
3728
if (update)
drivers/firmware/cirrus/cs_dsp.c
3746
update = false;
drivers/firmware/cirrus/cs_dsp.c
3772
if (!update) {
drivers/firmware/cirrus/cs_dsp.c
3820
u8 op_code, bool update)
drivers/firmware/cirrus/cs_dsp.c
3826
reg_seq[i].def, op_code, update);
drivers/gpio/gpio-crystalcove.c
210
cg->update |= UPDATE_IRQ_TYPE;
drivers/gpio/gpio-crystalcove.c
227
if (cg->update & UPDATE_IRQ_TYPE)
drivers/gpio/gpio-crystalcove.c
229
if (cg->update & UPDATE_IRQ_MASK)
drivers/gpio/gpio-crystalcove.c
231
cg->update = 0;
drivers/gpio/gpio-crystalcove.c
248
cg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-crystalcove.c
261
cg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-crystalcove.c
78
int update;
drivers/gpio/gpio-wcove.c
263
wg->update |= UPDATE_IRQ_TYPE;
drivers/gpio/gpio-wcove.c
282
if (wg->update & UPDATE_IRQ_TYPE)
drivers/gpio/gpio-wcove.c
284
if (wg->update & UPDATE_IRQ_MASK)
drivers/gpio/gpio-wcove.c
286
wg->update = 0;
drivers/gpio/gpio-wcove.c
303
wg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-wcove.c
316
wg->update |= UPDATE_IRQ_MASK;
drivers/gpio/gpio-wcove.c
98
int update;
drivers/gpio/gpiolib-acpi-core.c
628
__acpi_gpio_update_gpiod_flags(enum gpiod_flags *flags, enum gpiod_flags update)
drivers/gpio/gpiolib-acpi-core.c
640
if (update & GPIOD_FLAGS_BIT_DIR_SET) {
drivers/gpio/gpiolib-acpi-core.c
641
enum gpiod_flags diff = *flags ^ update;
drivers/gpio/gpiolib-acpi-core.c
653
*flags = (*flags & ~mask) | (update & mask);
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
332
int (*update)(struct amdgpu_vm_update_params *p,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c
141
.update = amdgpu_vm_cpu_update,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
420
r = vm->update_funcs->update(&params, vmbo, addr, 0, entries,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
645
return vm->update_funcs->update(params, to_amdgpu_bo_vm(bo), pde, pt,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c
709
params->vm->update_funcs->update(params, pt, pe, addr, count, incr,
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c
303
.update = amdgpu_vm_sdma_update,
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10137
struct dc_stream_update *update)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10165
update->cursor_position = &crtc_state->stream->cursor_position;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10197
update->cursor_attributes = &crtc_state->stream->cursor_attributes;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10203
update->cursor_position = &crtc_state->stream->cursor_position;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13900
goto update;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13916
goto update;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13922
goto update;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
14002
update:
drivers/gpu/drm/amd/display/dc/core/dc.c
3368
struct dc_stream_update *update)
drivers/gpu/drm/amd/display/dc/core/dc.c
3373
if (update == NULL || stream == NULL)
drivers/gpu/drm/amd/display/dc/core/dc.c
3376
if (update->src.height && update->src.width)
drivers/gpu/drm/amd/display/dc/core/dc.c
3377
stream->src = update->src;
drivers/gpu/drm/amd/display/dc/core/dc.c
3379
if (update->dst.height && update->dst.width)
drivers/gpu/drm/amd/display/dc/core/dc.c
3380
stream->dst = update->dst;
drivers/gpu/drm/amd/display/dc/core/dc.c
3382
if (update->out_transfer_func) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3384
update->out_transfer_func->sdr_ref_white_level;
drivers/gpu/drm/amd/display/dc/core/dc.c
3385
stream->out_transfer_func.tf = update->out_transfer_func->tf;
drivers/gpu/drm/amd/display/dc/core/dc.c
3387
update->out_transfer_func->type;
drivers/gpu/drm/amd/display/dc/core/dc.c
3389
&update->out_transfer_func->tf_pts,
drivers/gpu/drm/amd/display/dc/core/dc.c
3393
if (update->hdr_static_metadata)
drivers/gpu/drm/amd/display/dc/core/dc.c
3394
stream->hdr_static_metadata = *update->hdr_static_metadata;
drivers/gpu/drm/amd/display/dc/core/dc.c
3396
if (update->abm_level)
drivers/gpu/drm/amd/display/dc/core/dc.c
3397
stream->abm_level = *update->abm_level;
drivers/gpu/drm/amd/display/dc/core/dc.c
3399
if (update->periodic_interrupt)
drivers/gpu/drm/amd/display/dc/core/dc.c
3400
stream->periodic_interrupt = *update->periodic_interrupt;
drivers/gpu/drm/amd/display/dc/core/dc.c
3402
if (update->gamut_remap)
drivers/gpu/drm/amd/display/dc/core/dc.c
3403
stream->gamut_remap_matrix = *update->gamut_remap;
drivers/gpu/drm/amd/display/dc/core/dc.c
3409
if (update->output_color_space)
drivers/gpu/drm/amd/display/dc/core/dc.c
3410
stream->output_color_space = *update->output_color_space;
drivers/gpu/drm/amd/display/dc/core/dc.c
3412
if (update->output_csc_transform)
drivers/gpu/drm/amd/display/dc/core/dc.c
3413
stream->csc_color_matrix = *update->output_csc_transform;
drivers/gpu/drm/amd/display/dc/core/dc.c
3415
if (update->vrr_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3416
stream->vrr_infopacket = *update->vrr_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3418
if (update->hw_cursor_req)
drivers/gpu/drm/amd/display/dc/core/dc.c
3419
stream->hw_cursor_req = *update->hw_cursor_req;
drivers/gpu/drm/amd/display/dc/core/dc.c
3421
if (update->allow_freesync)
drivers/gpu/drm/amd/display/dc/core/dc.c
3422
stream->allow_freesync = *update->allow_freesync;
drivers/gpu/drm/amd/display/dc/core/dc.c
3424
if (update->vrr_active_variable)
drivers/gpu/drm/amd/display/dc/core/dc.c
3425
stream->vrr_active_variable = *update->vrr_active_variable;
drivers/gpu/drm/amd/display/dc/core/dc.c
3427
if (update->vrr_active_fixed)
drivers/gpu/drm/amd/display/dc/core/dc.c
3428
stream->vrr_active_fixed = *update->vrr_active_fixed;
drivers/gpu/drm/amd/display/dc/core/dc.c
3430
if (update->crtc_timing_adjust) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3431
if (stream->adjust.v_total_min != update->crtc_timing_adjust->v_total_min ||
drivers/gpu/drm/amd/display/dc/core/dc.c
3432
stream->adjust.v_total_max != update->crtc_timing_adjust->v_total_max ||
drivers/gpu/drm/amd/display/dc/core/dc.c
3434
update->crtc_timing_adjust->timing_adjust_pending = true;
drivers/gpu/drm/amd/display/dc/core/dc.c
3435
stream->adjust = *update->crtc_timing_adjust;
drivers/gpu/drm/amd/display/dc/core/dc.c
3436
update->crtc_timing_adjust->timing_adjust_pending = false;
drivers/gpu/drm/amd/display/dc/core/dc.c
3439
if (update->dpms_off)
drivers/gpu/drm/amd/display/dc/core/dc.c
3440
stream->dpms_off = *update->dpms_off;
drivers/gpu/drm/amd/display/dc/core/dc.c
3442
if (update->hfvsif_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3443
stream->hfvsif_infopacket = *update->hfvsif_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3445
if (update->vtem_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3446
stream->vtem_infopacket = *update->vtem_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3448
if (update->vsc_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3449
stream->vsc_infopacket = *update->vsc_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3451
if (update->vsp_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3452
stream->vsp_infopacket = *update->vsp_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3454
if (update->adaptive_sync_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3455
stream->adaptive_sync_infopacket = *update->adaptive_sync_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3457
if (update->avi_infopacket)
drivers/gpu/drm/amd/display/dc/core/dc.c
3458
stream->avi_infopacket = *update->avi_infopacket;
drivers/gpu/drm/amd/display/dc/core/dc.c
3460
if (update->dither_option)
drivers/gpu/drm/amd/display/dc/core/dc.c
3461
stream->dither_option = *update->dither_option;
drivers/gpu/drm/amd/display/dc/core/dc.c
3463
if (update->pending_test_pattern)
drivers/gpu/drm/amd/display/dc/core/dc.c
3464
stream->test_pattern = *update->pending_test_pattern;
drivers/gpu/drm/amd/display/dc/core/dc.c
3466
if (update->wb_update) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3469
stream->num_wb_info = update->wb_update->num_wb_info;
drivers/gpu/drm/amd/display/dc/core/dc.c
3473
update->wb_update->writeback_info[i];
drivers/gpu/drm/amd/display/dc/core/dc.c
3475
if (update->dsc_config) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3478
uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 &&
drivers/gpu/drm/amd/display/dc/core/dc.c
3479
update->dsc_config->num_slices_v != 0);
drivers/gpu/drm/amd/display/dc/core/dc.c
3485
stream->timing.dsc_cfg = *update->dsc_config;
drivers/gpu/drm/amd/display/dc/core/dc.c
3491
update->dsc_config = NULL;
drivers/gpu/drm/amd/display/dc/core/dc.c
3497
update->dsc_config = NULL;
drivers/gpu/drm/amd/display/dc/core/dc.c
3500
if (update->scaler_sharpener_update)
drivers/gpu/drm/amd/display/dc/core/dc.c
3501
stream->scaler_sharpener_update = *update->scaler_sharpener_update;
drivers/gpu/drm/amd/display/dc/core/dc.c
3502
if (update->sharpening_required)
drivers/gpu/drm/amd/display/dc/core/dc.c
3503
stream->sharpening_required = *update->sharpening_required;
drivers/gpu/drm/amd/display/dc/core/dc.c
3505
if (update->drr_trigger_mode) {
drivers/gpu/drm/amd/display/dc/core/dc.c
3506
stream->drr_trigger_mode = *update->drr_trigger_mode;
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
110
update->plane_info->tiling_info.gfx8.num_banks,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
111
update->plane_info->tiling_info.gfx8.bank_width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
112
update->plane_info->tiling_info.gfx8.bank_width_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
113
update->plane_info->tiling_info.gfx8.bank_height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
114
update->plane_info->tiling_info.gfx8.bank_height_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
115
update->plane_info->tiling_info.gfx8.tile_aspect,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
116
update->plane_info->tiling_info.gfx8.tile_aspect_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
117
update->plane_info->tiling_info.gfx8.tile_split,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
118
update->plane_info->tiling_info.gfx8.tile_split_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
119
update->plane_info->tiling_info.gfx8.tile_mode,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
120
update->plane_info->tiling_info.gfx8.tile_mode_c);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
127
update->plane_info->tiling_info.gfx8.pipe_config,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
128
update->plane_info->tiling_info.gfx8.array_mode,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
129
update->plane_info->visible,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
130
update->plane_info->per_pixel_alpha);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
133
update->plane_info->tiling_info.gfx9.swizzle);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
136
if (update->scaling_info) {
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
154
update->scaling_info->src_rect.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
155
update->scaling_info->src_rect.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
156
update->scaling_info->src_rect.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
157
update->scaling_info->src_rect.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
158
update->scaling_info->dst_rect.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
159
update->scaling_info->dst_rect.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
160
update->scaling_info->dst_rect.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
161
update->scaling_info->dst_rect.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
162
update->scaling_info->clip_rect.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
163
update->scaling_info->clip_rect.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
164
update->scaling_info->clip_rect.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
165
update->scaling_info->clip_rect.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
166
update->scaling_info->scaling_quality.h_taps,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
167
update->scaling_info->scaling_quality.v_taps,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
168
update->scaling_info->scaling_quality.h_taps_c,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
169
update->scaling_info->scaling_quality.v_taps_c);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
63
const struct dc_surface_update *update = &updates[i];
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
66
if (update->flip_addr) {
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
71
update->flip_addr->address.type,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
72
update->flip_addr->address.grph.addr.quad_part,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
73
update->flip_addr->address.grph.meta_addr.quad_part,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
74
update->flip_addr->flip_immediate);
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
77
if (update->plane_info) {
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
88
update->plane_info->color_space,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
89
update->plane_info->format,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
90
update->plane_info->plane_size.surface_pitch,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
91
update->plane_info->plane_size.surface_size.height,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
92
update->plane_info->plane_size.surface_size.width,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
93
update->plane_info->plane_size.surface_size.x,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
94
update->plane_info->plane_size.surface_size.y,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
95
update->plane_info->rotation,
drivers/gpu/drm/amd/display/dc/core/dc_debug.c
96
update->plane_info->stereo_format);
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
3149
if (dwb->funcs->update)
drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c
3150
dwb->funcs->update(dwb, dwb_params);
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.c
109
.update = NULL,
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dwb.c
319
.update = dwb2_update,
drivers/gpu/drm/amd/display/dc/dwb/dcn30/dcn30_dwb.c
250
.update = dwb3_update,
drivers/gpu/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
468
dwb->funcs->update(dwb, &wb_info->dwb_params);
drivers/gpu/drm/amd/display/dc/inc/hw/dwb.h
186
bool (*update)(
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
460
bool update = false;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
478
update = true;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
493
update = true;
drivers/gpu/drm/amd/display/modules/freesync/freesync.c
499
if (update) {
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1010
.update = d71_merger_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1121
.update = d71_improc_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
1248
.update = d71_timing_ctrlr_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
404
.update = d71_layer_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
522
.update = d71_wb_layer_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
663
.update = d71_compiz_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
832
.update = d71_scaler_update,
drivers/gpu/drm/arm/display/komeda/d71/d71_component.c
940
.update = d71_splitter_update,
drivers/gpu/drm/arm/display/komeda/komeda_pipeline.h
64
void (*update)(struct komeda_component *c,
drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c
1352
c->funcs->update(c, priv_to_comp_st(c->obj.state));
drivers/gpu/drm/armada/armada_crtc.c
736
dcrtc->cursor_obj->update = NULL;
drivers/gpu/drm/armada/armada_crtc.c
746
obj->update = cursor_update;
drivers/gpu/drm/armada/armada_gem.c
375
} else if (dobj->update) {
drivers/gpu/drm/armada/armada_gem.c
376
dobj->update(dobj->update_data);
drivers/gpu/drm/armada/armada_gem.h
20
void (*update)(void *);
drivers/gpu/drm/aspeed/aspeed_gfx_crtc.c
222
.update = aspeed_gfx_pipe_update,
drivers/gpu/drm/drm_simple_kms_helper.c
208
if (!pipe->funcs || !pipe->funcs->update)
drivers/gpu/drm/drm_simple_kms_helper.c
211
pipe->funcs->update(pipe, old_pstate);
drivers/gpu/drm/i915/gt/intel_rps.c
842
static int rps_set(struct intel_rps *rps, u8 val, bool update)
drivers/gpu/drm/i915/gt/intel_rps.c
859
if (update && GRAPHICS_VER(i915) >= 6)
drivers/gpu/drm/i915/i915_pmu.c
743
goto update;
drivers/gpu/drm/i915/i915_pmu.c
789
update:
drivers/gpu/drm/imx/lcdc/imx-lcdc.c
333
.update = imx_lcdc_pipe_update,
drivers/gpu/drm/loongson/lsdc_crtc.c
816
pixpll_funcs->update(pixpll, &priv_state->pparms);
drivers/gpu/drm/loongson/lsdc_gfxpll.c
168
.update = loongson_gfxpll_update,
drivers/gpu/drm/loongson/lsdc_gfxpll.h
25
int (*update)(struct loongson_gfxpll * const this,
drivers/gpu/drm/loongson/lsdc_pixpll.c
463
.update = lsdc_pixpll_update,
drivers/gpu/drm/loongson/lsdc_pixpll.h
58
int (*update)(struct lsdc_pixpll * const this,
drivers/gpu/drm/mcde/mcde_display.c
1481
.update = mcde_display_update,
drivers/gpu/drm/nouveau/dispnv04/cursor.c
15
nv04_cursor_hide(struct nouveau_crtc *nv_crtc, bool update)
drivers/gpu/drm/nouveau/dispnv04/cursor.c
9
nv04_cursor_show(struct nouveau_crtc *nv_crtc, bool update)
drivers/gpu/drm/nouveau/dispnv50/base507c.c
299
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/base827c.c
95
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/base907c.c
207
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/core.h
27
int (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
drivers/gpu/drm/nouveau/dispnv50/core507d.c
149
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/core827d.c
31
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/core907d.c
65
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/core917d.c
31
.update = core507d_update,
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
167
.update = corec37d_update,
drivers/gpu/drm/nouveau/dispnv50/corec57d.c
69
.update = corec37d_update,
drivers/gpu/drm/nouveau/dispnv50/coreca7d.c
109
.update = coreca7d_update,
drivers/gpu/drm/nouveau/dispnv50/crc.c
79
core->func->update(core, interlock, false);
drivers/gpu/drm/nouveau/dispnv50/curs507a.c
74
.update = curs507a_update,
drivers/gpu/drm/nouveau/dispnv50/cursc37a.c
53
.update = cursc37a_update,
drivers/gpu/drm/nouveau/dispnv50/disp.c
1067
mstm->outp->update(mstm->outp, head->base.index, asyh, proto,
drivers/gpu/drm/nouveau/dispnv50/disp.c
1085
mstm->outp->update(mstm->outp, msto->head->base.index, NULL, 0, 0);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1596
nv_encoder->update(nv_encoder, head->base.index, NULL, 0, 0);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1854
nv_encoder->update(nv_encoder, nv_crtc->index, asyh, proto, depth);
drivers/gpu/drm/nouveau/dispnv50/disp.c
1905
nv_encoder->update = nv50_sor_update;
drivers/gpu/drm/nouveau/dispnv50/disp.c
2123
core->func->update(core, interlock, true);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2162
if (wndw->func->update)
drivers/gpu/drm/nouveau/dispnv50/disp.c
2163
wndw->func->update(wndw, interlock);
drivers/gpu/drm/nouveau/dispnv50/disp.c
2368
disp->core->func->update(disp->core, interlock, false);
drivers/gpu/drm/nouveau/dispnv50/ovly507e.c
131
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
101
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/ovly907e.c
76
.update = base507c_update,
drivers/gpu/drm/nouveau/dispnv50/wimmc37b.c
64
.update = wimmc37b_update,
drivers/gpu/drm/nouveau/dispnv50/wndw.c
179
wndw->immd->update(wndw, interlock);
drivers/gpu/drm/nouveau/dispnv50/wndw.h
78
int (*update)(struct nv50_wndw *, u32 *interlock);
drivers/gpu/drm/nouveau/dispnv50/wndw.h
96
int (*update)(struct nv50_wndw *, u32 *interlock);
drivers/gpu/drm/nouveau/dispnv50/wndwc37e.c
346
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c
234
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c
98
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c
234
.update = wndwc37e_update,
drivers/gpu/drm/nouveau/nouveau_crtc.h
61
void (*hide)(struct nouveau_crtc *, bool update);
drivers/gpu/drm/nouveau/nouveau_crtc.h
62
void (*show)(struct nouveau_crtc *, bool update);
drivers/gpu/drm/nouveau/nouveau_encoder.h
117
void (*update)(struct nouveau_encoder *, u8 head,
drivers/gpu/drm/nouveau/nouveau_svm.c
253
const struct mmu_notifier_range *update)
drivers/gpu/drm/nouveau/nouveau_svm.c
257
unsigned long start = update->start;
drivers/gpu/drm/nouveau/nouveau_svm.c
258
unsigned long limit = update->end;
drivers/gpu/drm/nouveau/nouveau_svm.c
260
if (!mmu_notifier_range_blockable(update))
drivers/gpu/drm/nouveau/nouveau_svm.c
273
if (update->event == MMU_NOTIFY_MIGRATE &&
drivers/gpu/drm/nouveau/nouveau_svm.c
274
update->owner == svmm->vmm->cli->drm->dev)
drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga100.c
427
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c
428
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c
461
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk110.c
82
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gm107.c
55
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gp100.c
43
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gv100.c
206
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c
331
.update = nv50_runl_update,
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv50.c
357
runl->func->update(runl);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c
121
runl->func->update(runl);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c
273
if (atomic_xchg(&runl->changed, 0) && runl->func->update) {
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.c
274
runl->func->update(runl);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.h
50
int (*update)(struct nvkm_runl *);
drivers/gpu/drm/nouveau/nvkm/engine/fifo/tu102.c
86
.update = nv50_runl_update,
drivers/gpu/drm/omapdrm/dss/dsi.c
4274
.update = dsi_update_all,
drivers/gpu/drm/omapdrm/dss/omapdss.h
197
int (*update)(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/omap_crtc.c
357
if (!dssdev || !dssdev->dsi_ops || !dssdev->dsi_ops->update)
drivers/gpu/drm/omapdrm/omap_crtc.c
360
ret = dssdev->dsi_ops->update(dssdev);
drivers/gpu/drm/pl111/pl111_display.c
444
.update = pl111_display_update,
drivers/gpu/drm/tiny/arcpgu.c
236
.update = arc_pgu_update,
drivers/gpu/drm/tiny/gm12u320.c
592
.update = gm12u320_pipe_update,
drivers/gpu/drm/tiny/repaper.c
849
.update = repaper_pipe_update,
drivers/gpu/drm/tve200/tve200_display.c
320
.update = tve200_display_update,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1733
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update)
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1735
struct drm_plane_state *state = update->plane->state;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1736
struct drm_plane_state *old_state = update->old_state;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1760
if (update->vfb->bo) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1762
container_of(update->vfb, typeof(*vfbbo), base);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1769
if (update->dev_priv->active_display_unit == vmw_du_screen_target) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1774
WARN_ON(update->dev_priv->has_mob);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1780
container_of(update->vfb, typeof(*vfbs), base);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1791
ret = vmw_validation_prepare(&val_ctx, update->mutex, update->intr);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1795
reserved_size = update->calc_fifo_size(update, num_hits);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1796
cmd_start = VMW_CMD_RESERVE(update->dev_priv, reserved_size);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1804
if (update->post_prepare) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1805
curr_size = update->post_prepare(update, cmd_next);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1810
if (update->pre_clip) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1811
curr_size = update->pre_clip(update, cmd_next, num_hits);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1827
if (update->clip) {
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1828
curr_size = update->clip(update, cmd_next, &clip, fb_x,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1839
curr_size = update->post_clip(update, cmd_next, &bb);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1845
vmw_cmd_commit(update->dev_priv, submit_size);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1847
vmw_kms_helper_validation_finish(update->dev_priv, NULL, &val_ctx,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1848
update->out_fence, NULL);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
101
uint32_t (*post_clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
47
uint32_t (*calc_fifo_size)(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
499
int vmw_du_helper_plane_update(struct vmw_du_update_plane *update);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
62
uint32_t (*post_prepare)(struct vmw_du_update_plane *update, void *cmd);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
74
uint32_t (*pre_clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
90
uint32_t (*clip)(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
462
static uint32_t vmw_sou_bo_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
469
static uint32_t vmw_sou_bo_define_gmrfb(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
473
container_of(update->vfb, typeof(*vfbbo), base);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
475
int depth = update->vfb->base.format->depth;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
486
gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
489
gmr->body.bytesPerLine = update->vfb->base.pitches[0];
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
495
static uint32_t vmw_sou_bo_populate_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
502
blit->body.destScreenId = update->du->unit;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
513
static uint32_t vmw_stud_bo_post_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
557
static uint32_t vmw_sou_surface_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
564
static uint32_t vmw_sou_surface_post_prepare(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
569
srf_update = container_of(update, typeof(*srf_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
581
static uint32_t vmw_sou_surface_pre_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
588
vfbs = container_of(update->vfb, typeof(*vfbs), base);
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
596
blit->body.destScreenId = update->du->unit;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
612
static uint32_t vmw_sou_surface_clip_rect(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
630
static uint32_t vmw_sou_surface_post_clip(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
634
struct drm_plane_state *state = update->plane->state;
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
643
srf_update = container_of(update, typeof(*srf_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1135
static uint32_t vmw_stdu_bo_fifo_size_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1142
static uint32_t vmw_stdu_bo_pre_clip_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1146
container_of(update, typeof(*bo_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1154
static uint32_t vmw_stdu_bo_clip_cpu(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1159
container_of(update, typeof(*bo_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1168
vmw_stdu_bo_populate_update_cpu(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1182
bo_update = container_of(update, typeof(*bo_update), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1183
stdu = container_of(update->du, typeof(*stdu), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1184
vfbbo = container_of(update->vfb, typeof(*vfbbo), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1196
src_pitch = update->vfb->base.pitches[0];
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1270
vmw_stdu_surface_fifo_size_same_display(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1280
static uint32_t vmw_stdu_surface_fifo_size(struct vmw_du_update_plane *update,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1292
vmw_stdu_surface_populate_copy(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1299
stdu = container_of(update->du, typeof(*stdu), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1300
vfbs = container_of(update->vfb, typeof(*vfbs), base);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1312
vmw_stdu_surface_populate_clip(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1332
vmw_stdu_surface_populate_update(struct vmw_du_update_plane *update, void *cmd,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
1335
vmw_stdu_populate_update(cmd, update->du->unit, bb->x1, bb->x2, bb->y1,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
269
struct vmw_stdu_update *update = cmd;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
271
update->header.id = SVGA_3D_CMD_UPDATE_GB_SCREENTARGET;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
272
update->header.size = sizeof(update->body);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
274
update->body.stid = unit;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
275
update->body.rect.x = left;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
276
update->body.rect.y = top;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
277
update->body.rect.w = right - left;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
278
update->body.rect.h = bottom - top;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
667
struct vmw_stdu_update *update;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
683
update = (struct vmw_stdu_update *) &blit[dirty->num_hits];
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
684
commit_size = sizeof(*cmd) + blit_size + sizeof(*update);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
687
update = dirty->cmd;
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
688
commit_size = sizeof(*update);
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
691
vmw_stdu_populate_update(update, stdu->base.unit, sdirty->left,
drivers/gpu/drm/xe/xe_guc_engine_activity.c
189
goto update;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
192
goto update;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
198
goto update;
drivers/gpu/drm/xe/xe_guc_engine_activity.c
214
update:
drivers/gpu/drm/xe/xe_migrate.c
1747
const struct xe_vm_pgtable_update *update,
drivers/gpu/drm/xe/xe_migrate.c
1752
u32 ofs = update->ofs, size = update->qwords;
drivers/gpu/drm/xe/xe_migrate.c
1763
xe_tile_assert(tile, update->qwords < MAX_NUM_PTE);
drivers/gpu/drm/xe/xe_migrate.c
1766
xe_bo_addr(update->pt_bo, 0,
drivers/gpu/drm/xe/xe_migrate.c
1783
ofs, chunk, update);
drivers/gpu/drm/xe/xe_migrate.c
1786
ofs, chunk, update);
drivers/gpu/drm/xe/xe_migrate.c
1838
const struct xe_vm_pgtable_update *update =
drivers/gpu/drm/xe/xe_migrate.c
1843
&update->pt_bo->vmap, NULL,
drivers/gpu/drm/xe/xe_migrate.c
1844
update->ofs, update->qwords,
drivers/gpu/drm/xe/xe_migrate.c
1845
update);
drivers/gpu/drm/xe/xe_migrate.c
1848
&update->pt_bo->vmap, NULL,
drivers/gpu/drm/xe/xe_migrate.c
1849
update->ofs, update->qwords, update);
drivers/gpu/drm/xe/xe_migrate.h
58
const struct xe_vm_pgtable_update *update);
drivers/gpu/drm/xe/xe_migrate.h
76
const struct xe_vm_pgtable_update *update);
drivers/gpu/drm/xe/xe_pt.c
1026
const struct xe_vm_pgtable_update *update)
drivers/gpu/drm/xe/xe_pt.c
1028
struct xe_pt_entry *ptes = update->pt_entries;
drivers/gpu/drm/xe/xe_pt.c
1041
u32 idx = qword_ofs - update->ofs + i;
drivers/gpu/drm/xe/xe_pt.c
1881
xe_walk->wupd.updates[level].update->qwords = end_offset - offset;
drivers/gpu/drm/xe/xe_pt.c
1942
const struct xe_vm_pgtable_update *update)
drivers/gpu/drm/xe/xe_pt.c
1945
u64 empty = __xe_pt_empty_pte(tile, vm, update->pt->level);
drivers/gpu/drm/xe/xe_pt.c
2215
struct xe_vm_pgtable_update *update = pt_op->entries;
drivers/gpu/drm/xe/xe_pt.c
2228
if (update->pt->level == 0)
drivers/gpu/drm/xe/xe_pt.c
2231
if (update->pt->level == 1)
drivers/gpu/drm/xe/xe_pt.c
2637
struct xe_migrate_pt_update update = {
drivers/gpu/drm/xe/xe_pt.c
2673
update.ijob = ijob;
drivers/gpu/drm/xe/xe_pt.c
2699
update.mjob = mjob;
drivers/gpu/drm/xe/xe_pt.c
2709
fence = xe_migrate_update_pgtables(tile->migrate, &update);
drivers/gpu/drm/xe/xe_pt.c
273
struct xe_vm_pgtable_update *update;
drivers/gpu/drm/xe/xe_pt.c
363
upd->update = entry;
drivers/gpu/drm/xe/xe_pt.c
403
child_upd->update = NULL;
drivers/gpu/drm/xe/xe_pt.c
422
struct xe_vm_pgtable_update *entry = upd->update;
drivers/gpu/drm/xen/xen_drm_front_kms.c
309
.update = display_update,
drivers/hid/hid-nvidia-shield.c
173
u8 update;
drivers/hid/hid-nvidia-shield.c
177
u8 update;
drivers/hid/hid-nvidia-shield.c
336
report->led.update = 1;
drivers/hid/hid-nvidia-shield.c
361
report->haptics.update = 1;
drivers/hwmon/ibmaem.c
139
void (*update)(struct aem_data *data);
drivers/hwmon/ibmaem.c
564
data->update = update_aem1_sensors;
drivers/hwmon/ibmaem.c
704
data->update = update_aem2_sensors;
drivers/hwmon/ibmaem.c
871
a->update(a);
drivers/hwmon/ibmaem.c
964
a->update(a);
drivers/hwmon/ibmaem.c
976
a->update(a);
drivers/hwmon/lm93.c
203
void (*update)(struct lm93_data *, struct i2c_client *);
drivers/hwmon/lm93.c
2592
void (*update)(struct lm93_data *, struct i2c_client *);
drivers/hwmon/lm93.c
2599
update = lm93_update_client_full;
drivers/hwmon/lm93.c
2602
update = lm93_update_client_min;
drivers/hwmon/lm93.c
2614
data->update = update;
drivers/hwmon/lm93.c
918
data->update(data, client);
drivers/hwmon/pmbus/pmbus.h
548
void pmbus_set_update(struct i2c_client *client, u8 reg, bool update);
drivers/hwmon/pmbus/pmbus_core.c
1436
bool update, bool readonly,
drivers/hwmon/pmbus/pmbus_core.c
1461
sensor->update = update;
drivers/hwmon/pmbus/pmbus_core.c
1528
bool update:1; /* True if register needs updates */
drivers/hwmon/pmbus/pmbus_core.c
1545
bool update:1; /* true if update needed */
drivers/hwmon/pmbus/pmbus_core.c
1576
attr->update || l->update,
drivers/hwmon/pmbus/pmbus_core.c
169
void pmbus_set_update(struct i2c_client *client, u8 reg, bool update)
drivers/hwmon/pmbus/pmbus_core.c
1739
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1744
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1749
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
176
sensor->update = update;
drivers/hwmon/pmbus/pmbus_core.c
1814
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1819
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1824
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1896
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1901
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1906
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1938
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1943
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1948
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
1997
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2002
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2007
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2039
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2044
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2049
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2216
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2228
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
2240
.update = true,
drivers/hwmon/pmbus/pmbus_core.c
53
bool update; /* runtime sensor update needed */
drivers/hwmon/pmbus/pmbus_core.c
718
if (sensor->data < 0 || sensor->update)
drivers/hwmon/pwm-fan.c
208
bool update = false;
drivers/hwmon/pwm-fan.c
217
update = state->duty_cycle < ctx->pwm_duty_cycle_from_stopped;
drivers/hwmon/pwm-fan.c
218
if (update)
drivers/hwmon/pwm-fan.c
226
if (!ret && update) {
drivers/hwtracing/coresight/coresight-core.c
1122
bool update = false;
drivers/hwtracing/coresight/coresight-core.c
1126
update = true;
drivers/hwtracing/coresight/coresight-core.c
1130
update = true;
drivers/hwtracing/coresight/coresight-core.c
1135
update = true;
drivers/hwtracing/coresight/coresight-core.c
1138
if (update)
drivers/hwtracing/coresight/coresight-core.c
1140
return update ? new_sink : sink;
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
249
static bool mipi_i3c_hci_pci_is_operational(struct device *dev, bool update)
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
259
if (update)
drivers/iio/imu/kmx61.c
324
bool update)
drivers/iio/imu/kmx61.c
363
if (acc_stby != -1 && update)
drivers/iio/imu/kmx61.c
365
if (mag_stby != -1 && update)
drivers/infiniband/hw/bnxt_re/qplib_sp.c
256
struct bnxt_qplib_gid *gid, u16 vlan_id, bool update)
drivers/infiniband/hw/bnxt_re/qplib_sp.c
279
if (update) {
drivers/infiniband/hw/bnxt_re/qplib_sp.c
316
u16 vlan_id, bool update, u32 *index,
drivers/infiniband/hw/bnxt_re/qplib_sp.c
349
if (update) {
drivers/infiniband/hw/bnxt_re/qplib_sp.h
325
struct bnxt_qplib_gid *gid, u16 vlan_id, bool update);
drivers/infiniband/hw/bnxt_re/qplib_sp.h
328
bool update, u32 *index,
drivers/infiniband/hw/hfi1/chip.c
12489
u8 update = 0;
drivers/infiniband/hw/hfi1/chip.c
12518
update = 1;
drivers/infiniband/hw/hfi1/chip.c
12529
update = 1;
drivers/infiniband/hw/hfi1/chip.c
12533
if (update) {
drivers/infiniband/hw/hfi1/driver.c
156
u8 *update)
drivers/infiniband/hw/hfi1/driver.c
160
*update |= !(idx & (rcd->egrbufs.threshold - 1)) && !offset;
drivers/infiniband/hw/qedr/verbs.c
4324
struct rdma_cqe_responder *resp, int *update)
drivers/infiniband/hw/qedr/verbs.c
4328
*update |= 1;
drivers/infiniband/hw/qedr/verbs.c
4348
int *update)
drivers/infiniband/hw/qedr/verbs.c
4355
try_consume_resp_cqe(cq, qp, resp, update);
drivers/infiniband/hw/qedr/verbs.c
4359
*update |= 1;
drivers/infiniband/hw/qedr/verbs.c
4366
struct rdma_cqe_requester *req, int *update)
drivers/infiniband/hw/qedr/verbs.c
4370
*update |= 1;
drivers/infiniband/hw/qedr/verbs.c
4381
int update = 0;
drivers/infiniband/hw/qedr/verbs.c
4416
try_consume_req_cqe(cq, qp, &cqe->req, &update);
drivers/infiniband/hw/qedr/verbs.c
4420
&cqe->resp, &update);
drivers/infiniband/hw/qedr/verbs.c
4425
update = 1;
drivers/infiniband/hw/qedr/verbs.c
4442
if (update)
drivers/md/dm-vdo/int-map.c
522
bool update, void **old_value_ptr)
drivers/md/dm-vdo/int-map.c
537
if (update)
drivers/md/dm-vdo/int-map.c
603
int vdo_int_map_put(struct int_map *map, u64 key, void *new_value, bool update,
drivers/md/dm-vdo/int-map.c
621
if (update_mapping(neighborhood, key, new_value, update, old_value_ptr))
drivers/md/dm-vdo/int-map.h
35
bool update, void **old_value_ptr);
drivers/md/md.c
9852
goto update;
drivers/md/md.c
9870
update:
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
697
bool update = false;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
705
update = true;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
709
if (update && !port->disconnected)
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
727
bool update = false;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
735
update = true;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
739
if (update && !port->disconnected)
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
762
bool update = false;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
769
update = true;
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
774
if (update && !port->disconnected)
drivers/media/firewire/firedtv-fw.c
399
.update = node_update,
drivers/media/i2c/msp3400-driver.c
453
int update = state->radio || state->v4l2_std != id;
drivers/media/i2c/msp3400-driver.c
457
if (update)
drivers/media/i2c/msp3400-kthreads.c
407
int update = 0;
drivers/media/i2c/msp3400-kthreads.c
459
update = 1;
drivers/media/i2c/msp3400-kthreads.c
466
update = 1;
drivers/media/i2c/msp3400-kthreads.c
471
return update;
drivers/media/i2c/ov9650.c
1350
if (!ret && ctrls->update) {
drivers/media/i2c/ov9650.c
1360
ctrls->update = 0;
drivers/media/i2c/ov9650.c
223
u8 update;
drivers/media/i2c/ov9650.c
543
ov965x->ctrls.update = 1;
drivers/media/i2c/tvaudio.c
1450
int update = 1;
drivers/media/i2c/tvaudio.c
1472
update = 0;
drivers/media/i2c/tvaudio.c
1475
if(update)
drivers/media/i2c/tvaudio.c
440
int update = 1;
drivers/media/i2c/tvaudio.c
460
update = 0;
drivers/media/i2c/tvaudio.c
463
if (update)
drivers/media/i2c/tvaudio.c
605
int update = 1;
drivers/media/i2c/tvaudio.c
623
update = 0;
drivers/media/i2c/tvaudio.c
625
if (update)
drivers/media/pci/ivtv/ivtv-driver.h
381
u32 update;
drivers/media/pci/ivtv/ivtv-irq.c
895
if (yi->running && (yi->yuv_forced_update || f->update)) {
drivers/media/pci/ivtv/ivtv-irq.c
896
if (!f->update) {
drivers/media/pci/ivtv/ivtv-irq.c
905
f->update = 0;
drivers/media/pci/ivtv/ivtv-yuv.c
1002
nf->update = 0;
drivers/media/pci/ivtv/ivtv-yuv.c
1057
nf->update = 1;
drivers/media/pci/ivtv/ivtv-yuv.c
1061
nf->update |= update;
drivers/media/pci/ivtv/ivtv-yuv.c
968
yi->new_frame_info[draw].update = 0;
drivers/media/pci/ivtv/ivtv-yuv.c
984
int update = nf->update;
drivers/media/platform/amphion/vpu_malone.c
718
u32 update)
drivers/media/platform/amphion/vpu_malone.c
723
if (!update)
drivers/media/platform/amphion/vpu_malone.h
27
struct vpu_decode_params *params, u32 update);
drivers/media/platform/amphion/vpu_rpc.h
404
struct vpu_encode_params *params, u32 update)
drivers/media/platform/amphion/vpu_rpc.h
411
return ops->set_encode_params(inst->core->iface, inst->id, params, update);
drivers/media/platform/amphion/vpu_rpc.h
415
struct vpu_decode_params *params, u32 update)
drivers/media/platform/amphion/vpu_rpc.h
422
return ops->set_decode_params(inst->core->iface, inst->id, params, update);
drivers/media/platform/amphion/vpu_rpc.h
87
u32 update);
drivers/media/platform/amphion/vpu_rpc.h
91
u32 update);
drivers/media/platform/amphion/vpu_windsor.c
1164
u32 instance, struct vpu_encode_params *params, u32 update)
drivers/media/platform/amphion/vpu_windsor.c
1169
if (!update)
drivers/media/platform/amphion/vpu_windsor.h
32
u32 update);
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
200
int fimc_is_itf_s_param(struct fimc_is *is, bool update)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
204
if (update)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
158
int fimc_is_itf_s_param(struct fimc_is *is, bool update);
drivers/media/platform/ti/omap/omap_vout.c
1690
if (display->driver->update)
drivers/media/platform/ti/omap/omap_vout.c
1691
display->driver->update(display, 0, 0,
drivers/media/platform/ti/omap3isp/ispccdc.c
2729
ccdc->update = OMAP3ISP_CCDC_BLCLAMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
407
u16 update;
drivers/media/platform/ti/omap3isp/ispccdc.c
410
update = config->update &
drivers/media/platform/ti/omap3isp/ispccdc.c
412
if (!update)
drivers/media/platform/ti/omap3isp/ispccdc.c
415
if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) {
drivers/media/platform/ti/omap3isp/ispccdc.c
673
if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
675
ccdc->update |= OMAP3ISP_CCDC_ALAW;
drivers/media/platform/ti/omap3isp/ispccdc.c
678
if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
680
ccdc->update |= OMAP3ISP_CCDC_LPF;
drivers/media/platform/ti/omap3isp/ispccdc.c
683
if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
691
ccdc->update |= OMAP3ISP_CCDC_BLCLAMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
694
if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
701
ccdc->update |= OMAP3ISP_CCDC_BCOMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
706
if (OMAP3ISP_CCDC_FPC & ccdc_struct->update) {
drivers/media/platform/ti/omap3isp/ispccdc.c
758
if (ccdc->update & OMAP3ISP_CCDC_ALAW) {
drivers/media/platform/ti/omap3isp/ispccdc.c
760
ccdc->update &= ~OMAP3ISP_CCDC_ALAW;
drivers/media/platform/ti/omap3isp/ispccdc.c
763
if (ccdc->update & OMAP3ISP_CCDC_LPF) {
drivers/media/platform/ti/omap3isp/ispccdc.c
765
ccdc->update &= ~OMAP3ISP_CCDC_LPF;
drivers/media/platform/ti/omap3isp/ispccdc.c
768
if (ccdc->update & OMAP3ISP_CCDC_BLCLAMP) {
drivers/media/platform/ti/omap3isp/ispccdc.c
770
ccdc->update &= ~OMAP3ISP_CCDC_BLCLAMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
773
if (ccdc->update & OMAP3ISP_CCDC_BCOMP) {
drivers/media/platform/ti/omap3isp/ispccdc.c
775
ccdc->update &= ~OMAP3ISP_CCDC_BCOMP;
drivers/media/platform/ti/omap3isp/ispccdc.c
789
ccdc->update = OMAP3ISP_CCDC_ALAW | OMAP3ISP_CCDC_LPF
drivers/media/platform/ti/omap3isp/ispccdc.h
145
unsigned int update;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
183
int update = 0;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
187
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
191
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
195
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
199
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
203
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
207
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
211
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
215
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
219
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
223
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
227
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
231
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
234
if (update || !aewb->configured) {
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
236
aewb->update = 1;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
40
if (!aewb->update)
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
72
aewb->update = 0;
drivers/media/platform/ti/omap3isp/isph3a_af.c
122
af->update = 0;
drivers/media/platform/ti/omap3isp/isph3a_af.c
231
int update = 0;
drivers/media/platform/ti/omap3isp/isph3a_af.c
236
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
242
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
246
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
252
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
258
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
264
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
269
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
282
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
288
update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
291
if (update || !af->configured) {
drivers/media/platform/ti/omap3isp/isph3a_af.c
294
af->update = 1;
drivers/media/platform/ti/omap3isp/isph3a_af.c
44
if (!af->update)
drivers/media/platform/ti/omap3isp/isphist.c
134
hist->update = 0;
drivers/media/platform/ti/omap3isp/isphist.c
414
hist->update = 1;
drivers/media/platform/ti/omap3isp/isphist.c
72
if (!hist->update || hist->state == ISPSTAT_DISABLED ||
drivers/media/platform/ti/omap3isp/isppreview.c
1229
const u32 update = OMAP3ISP_PREV_FEATURES_END - 1;
drivers/media/platform/ti/omap3isp/isppreview.c
1231
prev->params.params[0].update = prev->params.active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
1232
prev->params.params[1].update = ~prev->params.active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
1234
preview_setup_hw(prev, update, prev->params.active);
drivers/media/platform/ti/omap3isp/isppreview.c
1236
prev->params.params[0].update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
1237
prev->params.params[1].update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
1306
prev->params.params[0].update = OMAP3ISP_PREV_FEATURES_END - 1;
drivers/media/platform/ti/omap3isp/isppreview.c
1308
prev->params.params[1].update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
1384
u32 update;
drivers/media/platform/ti/omap3isp/isppreview.c
1389
update = preview_params_lock(prev, 0, false);
drivers/media/platform/ti/omap3isp/isppreview.c
1408
preview_setup_hw(prev, update, active);
drivers/media/platform/ti/omap3isp/isppreview.c
1435
preview_params_unlock(prev, update, false);
drivers/media/platform/ti/omap3isp/isppreview.c
1525
u32 update;
drivers/media/platform/ti/omap3isp/isppreview.c
1533
update = preview_params_lock(prev, 0, false);
drivers/media/platform/ti/omap3isp/isppreview.c
1537
preview_setup_hw(prev, update, active);
drivers/media/platform/ti/omap3isp/isppreview.c
1547
preview_params_unlock(prev, update, false);
drivers/media/platform/ti/omap3isp/isppreview.c
644
params->update |= OMAP3ISP_PREV_CONTRAST;
drivers/media/platform/ti/omap3isp/isppreview.c
666
params->update |= OMAP3ISP_PREV_BRIGHTNESS;
drivers/media/platform/ti/omap3isp/isppreview.c
672
preview_params_lock(struct isp_prev_device *prev, u32 update, bool shadow)
drivers/media/platform/ti/omap3isp/isppreview.c
678
prev->params.params[0].busy |= ~active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
679
prev->params.params[1].busy |= active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
682
update = (prev->params.params[0].update & active)
drivers/media/platform/ti/omap3isp/isppreview.c
683
| (prev->params.params[1].update & ~active);
drivers/media/platform/ti/omap3isp/isppreview.c
685
prev->params.params[0].busy |= active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
686
prev->params.params[1].busy |= ~active & update;
drivers/media/platform/ti/omap3isp/isppreview.c
689
return update;
drivers/media/platform/ti/omap3isp/isppreview.c
693
preview_params_unlock(struct isp_prev_device *prev, u32 update, bool shadow)
drivers/media/platform/ti/omap3isp/isppreview.c
701
prev->params.params[0].update |= (~active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
702
prev->params.params[1].update |= (active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
709
prev->params.params[0].update &= ~(active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
710
prev->params.params[1].update &= ~(~active & update);
drivers/media/platform/ti/omap3isp/isppreview.c
724
to_switch = (prev->params.params[0].update & ~prev->params.active)
drivers/media/platform/ti/omap3isp/isppreview.c
725
| (prev->params.params[1].update & prev->params.active);
drivers/media/platform/ti/omap3isp/isppreview.c
736
prev->params.params[0].update &= ~(~prev->params.active & to_switch);
drivers/media/platform/ti/omap3isp/isppreview.c
737
prev->params.params[1].update &= ~(prev->params.active & to_switch);
drivers/media/platform/ti/omap3isp/isppreview.c
865
u32 update;
drivers/media/platform/ti/omap3isp/isppreview.c
868
if (cfg->update == 0)
drivers/media/platform/ti/omap3isp/isppreview.c
873
preview_params_lock(prev, cfg->update, true);
drivers/media/platform/ti/omap3isp/isppreview.c
877
update = 0;
drivers/media/platform/ti/omap3isp/isppreview.c
884
if (attr->skip || !(cfg->update & bit))
drivers/media/platform/ti/omap3isp/isppreview.c
906
update |= bit;
drivers/media/platform/ti/omap3isp/isppreview.c
910
preview_params_unlock(prev, update, true);
drivers/media/platform/ti/omap3isp/isppreview.c
925
static void preview_setup_hw(struct isp_prev_device *prev, u32 update,
drivers/media/platform/ti/omap3isp/isppreview.c
930
if (update == 0)
drivers/media/platform/ti/omap3isp/isppreview.c
938
if (!(update & bit))
drivers/media/platform/ti/omap3isp/isppreview.h
79
u32 update;
drivers/media/platform/ti/omap3isp/ispstat.c
707
stat->update = 1;
drivers/media/platform/ti/omap3isp/ispstat.c
934
stat->update = 1;
drivers/media/platform/ti/omap3isp/ispstat.c
942
stat->update = 1;
drivers/media/platform/ti/omap3isp/ispstat.h
90
unsigned update:1;
drivers/memory/tegra/tegra114-emc.c
516
bool update = false;
drivers/memory/tegra/tegra114-emc.c
561
update = true;
drivers/memory/tegra/tegra114-emc.c
567
update = true;
drivers/memory/tegra/tegra114-emc.c
570
if (update) {
drivers/memory/tegra/tegra124-emc.c
586
bool update = false;
drivers/memory/tegra/tegra124-emc.c
630
update = true;
drivers/memory/tegra/tegra124-emc.c
635
update = true;
drivers/memory/tegra/tegra124-emc.c
638
if (update) {
drivers/memory/tegra/tegra124-emc.c
644
update = false;
drivers/memory/tegra/tegra124-emc.c
649
update = true;
drivers/memory/tegra/tegra124-emc.c
655
update = true;
drivers/memory/tegra/tegra124-emc.c
658
if (update) {
drivers/mfd/aat2870-core.c
360
aat2870->update = aat2870_update;
drivers/mtd/nand/raw/nand_bbt.c
1133
int i, j, chips, block, nrblocks, update;
drivers/mtd/nand/raw/nand_bbt.c
1159
update = 0;
drivers/mtd/nand/raw/nand_bbt.c
1168
update = 1;
drivers/mtd/nand/raw/nand_bbt.c
1176
if (update && td->reserved_block_code)
drivers/net/bonding/bond_options.c
947
bool update = false;
drivers/net/bonding/bond_options.c
949
update |= bond_set_xfrm_features(bond);
drivers/net/bonding/bond_options.c
951
if (update)
drivers/net/dsa/microchip/ksz9477.c
1423
u8 i, ports, update;
drivers/net/dsa/microchip/ksz9477.c
1471
update = BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
1476
update = BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
1482
update = dev->port_mask & ~BIT(dev->cpu_port);
drivers/net/dsa/microchip/ksz9477.c
1485
update = ports;
drivers/net/dsa/microchip/ksz9477.c
1488
if (update != ports || override) {
drivers/net/dsa/microchip/ksz9477.c
1490
data |= update;
drivers/net/dsa/sja1105/sja1105_ptp.c
258
u64 update;
drivers/net/dsa/sja1105/sja1105_ptp.c
267
sja1105_unpack(packed_buf, &update, 0, 0,
drivers/net/dsa/sja1105/sja1105_ptp.c
269
if (update)
drivers/net/ethernet/asix/ax88796c_main.c
741
bool update = false;
drivers/net/ethernet/asix/ax88796c_main.c
751
update = true;
drivers/net/ethernet/asix/ax88796c_main.c
761
update = true;
drivers/net/ethernet/asix/ax88796c_main.c
764
if (update)
drivers/net/ethernet/atheros/alx/hw.c
1123
hw->stats.update += alx_read_mem32(hw, ALX_MIB_UPDATE);
drivers/net/ethernet/atheros/alx/hw.h
449
u64 update;
drivers/net/ethernet/atheros/atlx/atl1.h
375
u16 update; /* Selene sets this bit every time it DMAs the
drivers/net/ethernet/atheros/atlx/atl2.c
408
if (!rxd->status.update)
drivers/net/ethernet/atheros/atlx/atl2.c
412
rxd->status.update = 0;
drivers/net/ethernet/atheros/atlx/atl2.c
474
if (!txs->update)
drivers/net/ethernet/atheros/atlx/atl2.c
478
txs->update = 0;
drivers/net/ethernet/atheros/atlx/atl2.c
884
adapter->txs_ring[adapter->txs_next_clear].update = 0;
drivers/net/ethernet/atheros/atlx/atl2.h
253
unsigned update:1; /* always 1'b1 in tx_status_buf */
drivers/net/ethernet/atheros/atlx/atl2.h
303
unsigned update:1;
drivers/net/ethernet/broadcom/bgmac.c
1418
bool update = false;
drivers/net/ethernet/broadcom/bgmac.c
1423
update = true;
drivers/net/ethernet/broadcom/bgmac.c
1428
update = true;
drivers/net/ethernet/broadcom/bgmac.c
1432
if (update) {
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
2153
bool update = false;
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
2165
update = true;
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
2175
update = true;
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
2177
return update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
203
u16 index, u8 op, u8 update);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
638
u8 update, u32 igu_addr)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
645
(update << IGU_REGULAR_BUPDATE_SHIFT) |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
657
u8 storm, u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
667
(update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
677
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
680
bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
692
bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15248
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
15250
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
5244
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
5248
bnx2x_igu_ack_sb_gen(bp, igu_sb_id, segment, index, op, update,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
5394
&queue_params.params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5225
&params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5262
struct bnx2x_queue_update_params *update = &params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5264
memset(update, 0, sizeof(*update));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5266
__set_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, &update->update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5282
struct bnx2x_queue_update_params *update = &params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5284
memset(update, 0, sizeof(*update));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5286
__set_bit(BNX2X_Q_UPDATE_ACTIVATE, &update->update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5287
__set_bit(BNX2X_Q_UPDATE_ACTIVATE_CHNG, &update->update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5501
&params->params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
1034
struct bnx2x_queue_update_params update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1451
bool update = true;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1488
update = false;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1491
if (update) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2372
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2375
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2378
&q_params.params.update.update_flags);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2390
q_params.params.update.cid_index = tx_idx;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2899
update_params = &q_params.params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
2989
update_params = &q_params.params.update;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
80
u8 update)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
93
(update << IGU_REGULAR_BUPDATE_SHIFT) |
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1324
bool update = false;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1329
update = (bnx2x_hw_stats_update(bp) == 0);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1331
update |= (bnx2x_storm_stats_update(bp) == 0);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1333
if (update) {
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13686
bool update = false;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13698
update = true;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13708
update = true;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
13710
return update;
drivers/net/ethernet/broadcom/cnic.c
3056
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/cnic.c
3067
(update << IGU_ACK_REGISTER_UPDATE_INDEX_SHIFT) |
drivers/net/ethernet/broadcom/cnic.c
3074
u16 index, u8 op, u8 update)
drivers/net/ethernet/broadcom/cnic.c
3082
(update << IGU_REGULAR_BUPDATE_SHIFT) |
drivers/net/ethernet/chelsio/cxgb/sge.c
430
unsigned int i, len, update = 1;
drivers/net/ethernet/chelsio/cxgb/sge.c
466
if (update-- && sched_update_avail(sge))
drivers/net/ethernet/intel/e1000e/80003es2lan.c
1387
.update = e1000e_update_nvm_checksum_generic,
drivers/net/ethernet/intel/e1000e/82571.c
1940
.update = e1000_update_nvm_checksum_82571,
drivers/net/ethernet/intel/e1000e/e1000.h
582
return hw->nvm.ops.update(hw);
drivers/net/ethernet/intel/e1000e/hw.h
566
s32 (*update)(struct e1000_hw *);
drivers/net/ethernet/intel/e1000e/ich8lan.c
5996
.update = e1000_update_nvm_checksum_ich8lan,
drivers/net/ethernet/intel/e1000e/ich8lan.c
6006
.update = e1000_update_nvm_checksum_spt,
drivers/net/ethernet/intel/i40e/i40e_client.c
671
bool update = true;
drivers/net/ethernet/intel/i40e/i40e_client.c
700
update = false;
drivers/net/ethernet/intel/i40e/i40e_client.c
706
if (update) {
drivers/net/ethernet/intel/i40e/i40e_ddp.c
234
ver.major, ver.minor, ver.update, ver.draft);
drivers/net/ethernet/intel/i40e/i40e_type.h
1301
u8 update;
drivers/net/ethernet/intel/ice/devlink/devlink.c
145
pkg->major, pkg->minor, pkg->update, pkg->draft);
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h
2184
u8 update;
drivers/net/ethernet/intel/ice/ice_ddp.c
1638
ice_seg->hdr.seg_format_ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
1836
pkg_hdr->pkg_format_ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
1965
meta->ver.major, meta->ver.minor, meta->ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
1974
seg_hdr->seg_format_ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
2025
pkg_info->pkg_info[i].ver.update,
drivers/net/ethernet/intel/ice/ice_ddp.c
422
hw->pkg_ver.update == hw->active_pkg_ver.update &&
drivers/net/ethernet/intel/ice/ice_ddp.c
44
pkg->pkg_format_ver.update != ICE_PKG_FMT_VER_UPD ||
drivers/net/ethernet/intel/ice/ice_main.c
4194
hw->active_pkg_ver.update,
drivers/net/ethernet/intel/ice/ice_main.c
4202
hw->active_pkg_ver.update,
drivers/net/ethernet/intel/ice/ice_main.c
4217
hw->active_pkg_ver.update,
drivers/net/ethernet/intel/ice/ice_main.c
4222
hw->pkg_ver.update,
drivers/net/ethernet/intel/igb/e1000_82575.c
374
nvm->ops.update = igb_update_nvm_checksum;
drivers/net/ethernet/intel/igb/e1000_82575.c
384
nvm->ops.update = igb_update_nvm_checksum_82580;
drivers/net/ethernet/intel/igb/e1000_82575.c
389
nvm->ops.update = igb_update_nvm_checksum_i350;
drivers/net/ethernet/intel/igb/e1000_hw.h
336
s32 (*update)(struct e1000_hw *);
drivers/net/ethernet/intel/igb/e1000_i210.c
808
nvm->ops.update = igb_update_nvm_checksum_i210;
drivers/net/ethernet/intel/igb/e1000_i210.c
814
nvm->ops.update = NULL;
drivers/net/ethernet/intel/igb/igb_ethtool.c
843
hw->nvm.ops.update(hw);
drivers/net/ethernet/intel/igc/igc_ethtool.c
568
hw->nvm.ops.update(hw);
drivers/net/ethernet/intel/igc/igc_hw.h
104
s32 (*update)(struct igc_hw *hw);
drivers/net/ethernet/intel/igc/igc_i225.c
487
nvm->ops.update = igc_update_nvm_checksum_i225;
drivers/net/ethernet/intel/igc/igc_i225.c
492
nvm->ops.update = NULL;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1113
bool enable, update;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1122
update = true;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1126
update = false;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1128
if (!update)
drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
404
bool update = false;
drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
418
update = mlx5_sf_state_update_check(sf, event->new_vhca_state);
drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c
419
if (update)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3081
update:1; /* set indicates this nexthop should be updated in the
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3868
if (nh->update || reallocate) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3879
nh->update = 0;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4183
nh->update = 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
4292
nh->update = 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5458
nh->update = 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5590
nh->update = 0;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
5643
nh->update = 0;
drivers/net/ethernet/microchip/lan966x/lan966x_vcap_impl.c
591
.update = lan966x_vcap_update,
drivers/net/ethernet/microchip/sparx5/sparx5_vcap_impl.c
1501
.update = sparx5_vcap_update,
drivers/net/ethernet/microchip/vcap/vcap_api.c
1555
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_READ,
drivers/net/ethernet/microchip/vcap/vcap_api.c
1592
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_WRITE,
drivers/net/ethernet/microchip/vcap/vcap_api.c
1609
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_WRITE,
drivers/net/ethernet/microchip/vcap/vcap_api.c
2937
ri->vctrl->ops->update(ri->ndev, admin, VCAP_CMD_READ, VCAP_SEL_COUNTER,
drivers/net/ethernet/microchip/vcap/vcap_api.c
378
vctrl->ops->update(ndev, admin, VCAP_CMD_READ, VCAP_SEL_ALL, addr);
drivers/net/ethernet/microchip/vcap/vcap_api.c
869
!ctrl->ops->init || !ctrl->ops->update || !ctrl->ops->move ||
drivers/net/ethernet/microchip/vcap/vcap_api.h
253
void (*update)
drivers/net/ethernet/microchip/vcap/vcap_api_debugfs_kunit.c
231
.update = test_cache_update,
drivers/net/ethernet/microchip/vcap/vcap_api_kunit.c
221
.update = test_cache_update,
drivers/net/ethernet/netronome/nfp/flower/main.h
505
u64 update;
drivers/net/ethernet/netronome/nfp/flower/qos_conf.c
815
if (!meter_entry->stats.update) {
drivers/net/ethernet/netronome/nfp/flower/qos_conf.c
821
meter_entry->stats.update = jiffies;
drivers/net/ethernet/netronome/nfp/flower/qos_conf.c
856
meter_entry->stats.update,
drivers/net/ethernet/netronome/nfp/nfp_net.h
1004
void nfp_net_mbox_reconfig_post(struct nfp_net *nn, u32 update);
drivers/net/ethernet/netronome/nfp/nfp_net.h
995
int __nfp_net_reconfig(struct nfp_net *nn, u32 update);
drivers/net/ethernet/netronome/nfp/nfp_net.h
996
int nfp_net_reconfig(struct nfp_net *nn, u32 update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1027
update |= NFP_NET_CFG_UPDATE_GEN;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1028
update |= NFP_NET_CFG_UPDATE_MSIX;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1029
update |= NFP_NET_CFG_UPDATE_RING;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1038
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
1056
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
190
static void nfp_net_reconfig_post(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
196
nn->reconfig_posted |= update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
203
nfp_net_reconfig_start_async(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
205
nn->reconfig_posted |= update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
261
int __nfp_net_reconfig(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
267
nfp_net_reconfig_start(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
282
int nfp_net_reconfig(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
287
ret = __nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
84
static void nfp_net_reconfig_start(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
86
nn_writel(nn, NFP_NET_CFG_UPDATE, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
90
nn->reconfig_in_progress_update = update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
926
u32 new_ctrl, new_ctrl_w1, update;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
932
update = NFP_NET_CFG_UPDATE_GEN;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
933
update |= NFP_NET_CFG_UPDATE_MSIX;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
934
update |= NFP_NET_CFG_UPDATE_RING;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
94
static void nfp_net_reconfig_start_async(struct nfp_net *nn, u32 update)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
945
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
956
err = nfp_net_reconfig(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
96
update |= nn->reconfig_posted;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
981
u32 bufsz, new_ctrl, new_ctrl_w1, update = 0;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
99
nfp_net_reconfig_start(nn, update);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
992
update |= NFP_NET_CFG_UPDATE_RSS;
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
997
update |= NFP_NET_CFG_UPDATE_IRQMOD;
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
100
u16 update = NFP_NET_VF_CFG_MB_UPD_VLAN;
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
127
update |= NFP_NET_VF_CFG_MB_UPD_VLAN_PROTO;
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
144
return nfp_net_sriov_update(app, vf, update, "vlan");
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
42
nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg)
drivers/net/ethernet/netronome/nfp/nfp_net_sriov.c
49
writew(update, app->pf->vfcfg_tbl2 + NFP_NET_VF_CFG_MB_UPD);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
148
static int update_dscp_maxrate(struct net_device *dev, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
160
*update |= NFP_DCB_MSG_MSK_RATE;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
169
*update |= NFP_DCB_MSG_MSK_DSCP;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
175
static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
190
*update |= NFP_DCB_MSG_MSK_TRUST;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
193
static void nfp_nic_set_enable(struct nfp_net *nn, u32 enable, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
205
*update |= NFP_DCB_MSG_MSK_ENABLE;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
251
static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update)
drivers/net/ethernet/netronome/nfp/nic/dcb.c
260
*update |= NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT | NFP_DCB_MSG_MSK_PCP;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
270
u32 update = 0;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
290
err = update_dscp_maxrate(dev, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
300
nfp_nic_set_enable(nn, NFP_DCB_ALL_QOS_ENABLE, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
301
nfp_nic_set_trust(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
307
update | NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT |
drivers/net/ethernet/netronome/nfp/nic/dcb.c
334
u32 update = 0;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
348
nfp_nic_set_enable(nn, NFP_DCB_ALL_QOS_ENABLE, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
349
nfp_nic_set_trust(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
350
nfp_nic_ets_init(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
357
update | NFP_DCB_MSG_MSK_RATE);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
366
u32 update = 0;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
375
update |= NFP_DCB_MSG_MSK_RATE;
drivers/net/ethernet/netronome/nfp/nic/dcb.c
383
nfp_nic_ets_init(nn, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
386
nfp_nic_set_enable(nn, NFP_DCB_ALL_QOS_ENABLE, &update);
drivers/net/ethernet/netronome/nfp/nic/dcb.c
388
update | NFP_DCB_MSG_MSK_TRUST);
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
159
qed_dcbx_app_update[i].name, p_data->arr[id].update,
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
177
p_data->arr[type].update = UPDATE_DCB;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
179
p_data->arr[type].update = DONT_UPDATE_DCB_DSCP;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
312
if (p_data->arr[type].update)
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
426
if (p_results->arr[DCBX_PROTOCOL_ROCE].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
430
if (p_results->arr[DCBX_PROTOCOL_ROCE_V2].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
436
if (p_results->arr[DCBX_PROTOCOL_ISCSI].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
440
if (p_results->arr[DCBX_PROTOCOL_FCOE].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
444
if (p_results->arr[DCBX_PROTOCOL_ETH].update &&
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
948
update_flag = p_src->arr[DCBX_PROTOCOL_FCOE].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
951
update_flag = p_src->arr[DCBX_PROTOCOL_ROCE].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
954
update_flag = p_src->arr[DCBX_PROTOCOL_ROCE_V2].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
957
update_flag = p_src->arr[DCBX_PROTOCOL_ISCSI].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.c
959
update_flag = p_src->arr[DCBX_PROTOCOL_ETH].update;
drivers/net/ethernet/qlogic/qed/qed_dcbx.h
29
u8 update; /* Update indication */
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2240
u16 *tun_features, bool *update,
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2273
*update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
2282
*update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5004
bool update = false;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5026
update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5039
update = true;
drivers/net/ethernet/qlogic/qed/qed_sriov.c
5042
if (update)
drivers/net/ethernet/qlogic/qede/qede.h
557
struct qed_update_vport_rss_params *rss, u8 *update);
drivers/net/ethernet/qlogic/qede/qede_filter.c
565
struct qed_update_vport_rss_params *rss, u8 *update)
drivers/net/ethernet/qlogic/qede/qede_filter.c
572
*update = 0;
drivers/net/ethernet/qlogic/qede/qede_filter.c
615
*update = 1;
drivers/net/ethernet/ti/davinci_emac.c
699
int update = -1;
drivers/net/ethernet/ti/davinci_emac.c
703
update = emac_hash_add(priv, mac_addr);
drivers/net/ethernet/ti/davinci_emac.c
706
update = emac_hash_del(priv, mac_addr);
drivers/net/ethernet/ti/davinci_emac.c
709
update = 1;
drivers/net/ethernet/ti/davinci_emac.c
714
update = 1;
drivers/net/ethernet/ti/davinci_emac.c
729
if (update > 0) {
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1193
struct hsr_mcast_update *update, *tmp;
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1220
update = kmalloc_obj(*update, GFP_ATOMIC);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1221
if (!update)
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1224
ether_addr_copy(update->addr, ha->addr);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1225
update->synced = ha->synced;
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1226
update->refcount = ha->refcount;
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1227
list_add_tail(&update->list, &update_list);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1232
list_for_each_entry_safe(update, tmp, &update_list, list) {
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1234
update->addr,
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1239
update->addr, existing_membership);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1240
list_del(&update->list);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1241
kfree(update);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1246
if (update->synced) {
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1249
if (update->refcount >= 3)
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1261
update->addr, existing_membership,
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1264
icssg_hsr_fdb_update(emac, update->addr,
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1269
list_del(&update->list);
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1270
kfree(update);
drivers/net/phy/micrel.c
1168
bool *update)
drivers/net/phy/micrel.c
1184
*update |= true;
drivers/net/phy/micrel.c
1326
bool update = false;
drivers/net/phy/micrel.c
1336
clk_skews, 2, &update);
drivers/net/phy/micrel.c
1340
control_skews, 2, &update);
drivers/net/phy/micrel.c
1344
rx_data_skews, 4, &update);
drivers/net/phy/micrel.c
1348
tx_data_skews, 4, &update);
drivers/net/phy/micrel.c
1350
if (update && !phy_interface_is_rgmii(phydev))
drivers/net/phy/mscc/mscc_macsec.c
691
struct macsec_flow *flow, bool update)
drivers/net/phy/mscc/mscc_macsec.c
709
if (update)
drivers/net/phy/mscc/mscc_macsec.c
720
struct macsec_flow *flow, bool update)
drivers/net/phy/mscc/mscc_macsec.c
732
if (update)
drivers/net/virtio_net.c
5549
bool update = false;
drivers/net/virtio_net.c
5562
update = true;
drivers/net/virtio_net.c
5574
update = true;
drivers/net/virtio_net.c
5577
if (update)
drivers/net/wireless/ath/ath9k/calib.c
222
void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update)
drivers/net/wireless/ath/ath9k/calib.c
230
if (update)
drivers/net/wireless/ath/ath9k/calib.h
111
void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update);
drivers/net/wireless/ath/wcn36xx/smd.c
1530
bool update,
drivers/net/wireless/ath/wcn36xx/smd.c
1609
bss->action = update;
drivers/net/wireless/ath/wcn36xx/smd.c
1618
bool update)
drivers/net/wireless/ath/wcn36xx/smd.c
1642
wcn36xx_smd_set_bss_params(wcn, vif, sta_80211, bssid, update, &bss_v0);
drivers/net/wireless/ath/wcn36xx/smd.c
1740
bool update)
drivers/net/wireless/ath/wcn36xx/smd.c
1756
wcn36xx_smd_set_bss_params(wcn, vif, sta, bssid, update, bss);
drivers/net/wireless/ath/wcn36xx/smd.c
1825
bool update)
drivers/net/wireless/ath/wcn36xx/smd.c
1832
ret = wcn36xx_smd_config_bss_v1(wcn, vif, sta, bssid, update);
drivers/net/wireless/ath/wcn36xx/smd.c
1834
ret = wcn36xx_smd_config_bss_v0(wcn, vif, sta, bssid, update);
drivers/net/wireless/ath/wcn36xx/smd.h
82
bool update);
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1069
goto update;
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
1080
update:
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3937
bool update)
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
3947
if (update)
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2835
bool update);
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
129
bool update, unsigned int flags)
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
135
.add_modify = update ? 1 : 0,
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
148
if (!update || (flags & STA_MODIFY_QUEUES)) {
drivers/net/wireless/intel/iwlwifi/mvm/sta.h
468
bool update, unsigned int flags);
drivers/net/wireless/mediatek/mt76/mt76.h
562
bool (*tx_status_data)(struct mt76_dev *dev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1782
bool update = false;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1801
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1804
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1811
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1817
update = true;
drivers/net/wireless/mediatek/mt76/mt7615/mac.c
1820
if (update) {
drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h
547
bool mt7663_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt7615/usb_sdio.c
156
bool mt7663_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt76x02.h
189
bool mt76x02_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
541
struct mt76x02_tx_status *stat, u8 *update)
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
600
if (*update == 0 && stat_val == stat_cache &&
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
613
*update = 0;
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
617
*update = 1;
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
879
u8 update = 1;
drivers/net/wireless/mediatek/mt76/mt76x02_mac.c
898
mt76x02_send_tx_status(dev, &stat, &update);
drivers/net/wireless/mediatek/mt76/mt76x02_mac.h
186
struct mt76x02_tx_status *stat, u8 *update);
drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c
133
u8 update = 1;
drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c
136
mt76x02_send_tx_status(dev, &stat, &update);
drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c
123
bool mt76x02_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt76x02_txrx.c
131
mt76x02_send_tx_status(dev, &stat, update);
drivers/net/wireless/mediatek/mt76/mt7921/mac.c
842
bool mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h
334
bool mt7921_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/mt7925/mac.c
1484
bool mt7925_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update)
drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h
368
bool mt7925_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update);
drivers/net/wireless/mediatek/mt76/sdio.c
495
u8 update = 1;
drivers/net/wireless/mediatek/mt76/sdio.c
506
if (!dev->drv->tx_status_data(dev, &update))
drivers/net/wireless/mediatek/mt76/usb.c
800
u8 update = 1;
drivers/net/wireless/mediatek/mt76/usb.c
810
if (!dev->drv->tx_status_data(dev, &update))
drivers/net/wireless/realtek/rtw89/fw.c
9232
goto update;
drivers/net/wireless/realtek/rtw89/fw.c
9257
update:
drivers/pci/hotplug/ibmphp_hpc.c
902
u8 update = 0;
drivers/pci/hotplug/ibmphp_hpc.c
908
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
915
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
921
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
934
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
943
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
957
update = 1;
drivers/pci/hotplug/ibmphp_hpc.c
965
if (update || disable)
drivers/pci/hotplug/ibmphp_hpc.c
968
debug("%s - Exit rc[%d] disable[%x] update[%x]\n", __func__, rc, disable, update);
drivers/perf/qcom_l3_pmu.c
179
void (*update)(struct perf_event *event);
drivers/perf/qcom_l3_pmu.c
261
.update = qcom_l3_cache__64bit_counter_update,
drivers/perf/qcom_l3_pmu.c
333
.update = qcom_l3_cache__32bit_counter_update,
drivers/perf/qcom_l3_pmu.c
416
ops->update(event);
drivers/perf/qcom_l3_pmu.c
543
ops->update(event);
drivers/perf/qcom_l3_pmu.c
594
ops->update(event);
drivers/phy/realtek/phy-rtk-usb2.c
263
struct phy_parameter *phy_parameter, bool update)
drivers/phy/realtek/phy-rtk-usb2.c
292
if (update)
drivers/phy/realtek/phy-rtk-usb2.c
336
struct phy_parameter *phy_parameter, bool update)
drivers/phy/realtek/phy-rtk-usb2.c
364
if (update)
drivers/phy/realtek/phy-rtk-usb2.c
376
struct phy_parameter *phy_parameter, bool update)
drivers/phy/realtek/phy-rtk-usb2.c
381
update_dc_disconnect_level_at_page0(rtk_phy, phy_parameter, update);
drivers/phy/realtek/phy-rtk-usb2.c
383
update_dc_disconnect_level_at_page1(rtk_phy, phy_parameter, update);
drivers/pinctrl/cix/pinctrl-sky1-base.c
363
goto update;
drivers/pinctrl/cix/pinctrl-sky1-base.c
370
update:
drivers/platform/x86/amd/pmf/auto-mode.c
153
bool update = false;
drivers/platform/x86/amd/pmf/auto-mode.c
175
update = true;
drivers/platform/x86/amd/pmf/auto-mode.c
180
update = true;
drivers/platform/x86/amd/pmf/auto-mode.c
210
if (update) {
drivers/power/supply/ipaq_micro_battery.c
241
ret = devm_delayed_work_autocancel(&pdev->dev, &mb->update, micro_battery_work);
drivers/power/supply/ipaq_micro_battery.c
246
queue_delayed_work(mb->wq, &mb->update, 1);
drivers/power/supply/ipaq_micro_battery.c
267
cancel_delayed_work_sync(&mb->update);
drivers/power/supply/ipaq_micro_battery.c
275
queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD));
drivers/power/supply/ipaq_micro_battery.c
42
struct delayed_work update;
drivers/power/supply/ipaq_micro_battery.c
53
struct micro_battery, update.work);
drivers/power/supply/ipaq_micro_battery.c
89
queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD));
drivers/powercap/idle_inject.c
130
if (!ii_dev->update || ii_dev->update())
drivers/powercap/idle_inject.c
331
bool (*update)(void))
drivers/powercap/idle_inject.c
343
ii_dev->update = update;
drivers/powercap/idle_inject.c
88
bool (*update)(void);
drivers/regulator/aat2870-regulator.c
38
return aat2870->update(aat2870, ri->voltage_addr, ri->voltage_mask,
drivers/regulator/aat2870-regulator.c
61
return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask,
drivers/regulator/aat2870-regulator.c
70
return aat2870->update(aat2870, ri->enable_addr, ri->enable_mask, 0);
drivers/scsi/bfa/bfa_fcpim.c
2163
bfa_fcpim_lunmask_update(struct bfa_s *bfa, u32 update)
drivers/scsi/bfa/bfa_fcpim.c
2171
if (bfa_get_lun_mask_status(bfa) == update)
drivers/scsi/bfa/bfa_fcpim.c
2175
lun_mask->status = update;
drivers/scsi/elx/libefc_sli/sli4.c
3397
struct efc_dma *dma, u8 update, u8 enable_t10_pi)
drivers/scsi/elx/libefc_sli/sli4.c
3410
if (update)
drivers/scsi/elx/libefc_sli/sli4.c
3471
u16 vpi, u16 vfi, bool update)
drivers/scsi/elx/libefc_sli/sli4.c
3481
if (update)
drivers/scsi/elx/libefc_sli/sli4.h
3924
struct efc_dma *dma, u8 update, u8 enable_t10_pi);
drivers/scsi/elx/libefc_sli/sli4.h
3932
__be64 sli_wwpn, u16 vpi, u16 vfi, bool update);
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4511
bool update;
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4514
val = kstrtobool_from_user(buf, count, &update);
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
4518
if (update != 1)
drivers/scsi/libsas/sas_expander.c
1710
int from_phy, bool update)
drivers/scsi/libsas/sas_expander.c
1731
if (update)
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
459
int update, i;
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
461
update = read_bits(dev, 1, VP8_PROB_HALF);
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
479
if (update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
78
bool update = false;
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
83
sun6i_isp_capture_state_update(isp_dev, &update);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
84
sun6i_isp_params_state_update(isp_dev, &update);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp.c
86
if (update && !ready_hold)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
187
bool *update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
210
if (update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.c
211
*update = true;
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_capture.h
69
bool *update);
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
227
bool *update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
255
if (update)
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.c
256
*update = true;
drivers/staging/media/sunxi/sun6i-isp/sun6i_isp_params.h
44
bool *update);
drivers/staging/rtl8723bs/core/rtw_mlme.c
1685
goto update;
drivers/staging/rtl8723bs/core/rtw_mlme.c
1698
update:
drivers/thermal/airoha_thermal.c
302
bool update = false;
drivers/thermal/airoha_thermal.c
309
update = true;
drivers/thermal/airoha_thermal.c
313
update = true;
drivers/thermal/airoha_thermal.c
323
if (update)
drivers/thermal/intel/intel_powerclamp.c
539
bool update = false;
drivers/thermal/intel/intel_powerclamp.c
550
update = true;
drivers/thermal/intel/intel_powerclamp.c
553
if (update) {
drivers/thunderbolt/xdomain.c
1540
bool update = false;
drivers/thunderbolt/xdomain.c
1587
update = true;
drivers/thunderbolt/xdomain.c
1604
if (!update) {
drivers/tty/vt/vt.c
1007
if (update && vc->vc_mode != KD_GRAPHICS)
drivers/tty/vt/vt.c
990
bool update;
drivers/tty/vt/vt.c
994
update = vc->vc_sw->con_switch(vc);
drivers/video/fbdev/amifb.c
2564
#define Please update me
drivers/video/fbdev/omap/hwa742.c
337
struct update_param *par = &req->par.update;
drivers/video/fbdev/omap/hwa742.c
382
flags = req->par.update.flags;
drivers/video/fbdev/omap/hwa742.c
414
req->par.update.x = _x; \
drivers/video/fbdev/omap/hwa742.c
415
req->par.update.y = _y; \
drivers/video/fbdev/omap/hwa742.c
416
req->par.update.width = _w; \
drivers/video/fbdev/omap/hwa742.c
417
req->par.update.height = _h; \
drivers/video/fbdev/omap/hwa742.c
418
req->par.update.color_mode = color_mode;\
drivers/video/fbdev/omap/hwa742.c
419
req->par.update.flags = flags; \
drivers/video/fbdev/omap/hwa742.c
85
struct update_param update;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
1098
.update = dsicm_update,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
828
r = in->ops.dsi->update(in, ddata->channel, dsicm_framedone_cb,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
886
r = in->ops.dsi->update(in, ddata->channel, dsicm_framedone_cb,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
5025
.update = dsi_update,
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
294
return display->driver->update(display, x, y, w, h);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
613
if (!display || !display->driver->update) {
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
631
if (!display || !display->driver->update) {
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1678
if (!dssdrv || !dssdrv->update)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1685
dssdrv->update(dssdev, 0, 0, w, h);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2346
r = dssdrv->update(dssdev, 0, 0, w, h);
drivers/video/fbdev/xen-fbfront.c
100
event.update.height = h;
drivers/video/fbdev/xen-fbfront.c
97
event.update.x = x;
drivers/video/fbdev/xen-fbfront.c
98
event.update.y = y;
drivers/video/fbdev/xen-fbfront.c
99
event.update.width = w;
fs/adfs/adfs.h
131
int (*update)(struct adfs_dir *dir, struct object_info *obj);
fs/adfs/dir.c
285
if (!ops->update)
fs/adfs/dir.c
293
ret = ops->update(&dir, obj);
fs/adfs/dir_f.c
322
.update = adfs_f_update,
fs/adfs/dir_fplus.c
285
.update = adfs_fplus_update,
fs/afs/afs.h
169
time64_t update; /* Volume update time (or TIME64_MIN) */
fs/afs/fs_operation.c
43
op->pre_volsync.update = volume->update_time;
fs/afs/rotate.c
638
op->volsync.update = TIME64_MIN;
fs/afs/server.c
600
goto update;
fs/afs/server.c
604
update:
fs/afs/validation.c
268
time64_t old = op->pre_volsync.update;
fs/afs/validation.c
269
time64_t new = op->volsync.update;
fs/afs/validation.c
308
op->volsync.update == volume->update_time))
fs/afs/validation.c
317
if (op->volsync.update != volume->update_time)
fs/afs/validation.c
340
if (op->volsync.creation != TIME64_MIN || op->volsync.update != TIME64_MIN) {
fs/afs/volume.c
435
goto update;
fs/afs/volume.c
439
update:
fs/afs/yfsclient.c
248
u64 creation, update;
fs/afs/yfsclient.c
254
update = xdr_to_u64(x->vol_update_date);
fs/afs/yfsclient.c
255
do_div(update, 10 * 1000 * 1000);
fs/afs/yfsclient.c
256
volsync->update = update;
fs/btrfs/delayed-ref.c
667
struct btrfs_delayed_ref_head *update)
fs/btrfs/delayed-ref.c
674
BUG_ON(existing->is_data != update->is_data);
fs/btrfs/delayed-ref.c
684
existing->owning_root = update->owning_root;
fs/btrfs/delayed-ref.c
686
if (update->must_insert_reserved) {
fs/btrfs/delayed-ref.c
694
existing->must_insert_reserved = update->must_insert_reserved;
fs/btrfs/delayed-ref.c
695
existing->owning_root = update->owning_root;
fs/btrfs/delayed-ref.c
701
existing->num_bytes = update->num_bytes;
fs/btrfs/delayed-ref.c
705
if (update->extent_op) {
fs/btrfs/delayed-ref.c
707
existing->extent_op = update->extent_op;
fs/btrfs/delayed-ref.c
709
if (update->extent_op->update_key) {
fs/btrfs/delayed-ref.c
711
&update->extent_op->key,
fs/btrfs/delayed-ref.c
712
sizeof(update->extent_op->key));
fs/btrfs/delayed-ref.c
715
if (update->extent_op->update_flags) {
fs/btrfs/delayed-ref.c
717
update->extent_op->flags_to_set;
fs/btrfs/delayed-ref.c
720
btrfs_free_delayed_extent_op(update->extent_op);
fs/btrfs/delayed-ref.c
729
existing->ref_mod += update->ref_mod;
fs/btrfs/delayed-ref.c
730
existing->total_ref_mod += update->ref_mod;
fs/cachefiles/interface.c
312
bool update = false;
fs/cachefiles/interface.c
315
update = true;
fs/cachefiles/interface.c
317
update = true;
fs/cachefiles/interface.c
318
if (update)
fs/ceph/cache.c
55
void ceph_fscache_unuse_cookie(struct inode *inode, bool update)
fs/ceph/cache.c
59
if (update) {
fs/ceph/cache.h
24
void ceph_fscache_unuse_cookie(struct inode *inode, bool update);
fs/ceph/cache.h
82
static inline void ceph_fscache_unuse_cookie(struct inode *inode, bool update)
fs/ceph/inode.c
519
bool update = false;
fs/ceph/inode.c
524
update = true;
fs/ceph/inode.c
529
update = true;
fs/ceph/inode.c
534
update = true;
fs/ceph/inode.c
536
if (!update && dirinfo) {
fs/ceph/inode.c
539
update = true;
fs/ceph/inode.c
541
if (!update)
fs/ext4/extents.c
5290
bool update = false;
fs/ext4/extents.c
5304
update = true;
fs/ext4/extents.c
5346
if (--depth < 0 || !update)
fs/ext4/fast_commit.c
414
bool update = false;
fs/ext4/fast_commit.c
426
update = true;
fs/ext4/fast_commit.c
431
ret = __fc_track_fn(handle, inode, args, update);
fs/ext4/fast_commit.c
455
void *arg, bool update)
fs/ext4/fast_commit.c
583
bool update)
fs/ext4/fast_commit.c
585
if (update)
fs/ext4/fast_commit.c
630
bool update)
fs/ext4/fast_commit.c
644
if (update && ei->i_fc_lblk_len > 0) {
fs/f2fs/debug.c
217
si->update = sbi->im[UPDATE_INO].ino_num;
fs/f2fs/debug.c
509
si->orphans, si->append, si->update);
fs/f2fs/f2fs.h
4300
int inline_xattr, inline_inode, inline_dir, append, update, orphans;
fs/f2fs/node.c
2416
nid_t nid, bool build, bool update)
fs/f2fs/node.c
2479
if (update) {
fs/f2fs/super.c
3877
pgoff_t index, bool update)
fs/f2fs/super.c
3886
if (update)
fs/inode.c
2972
struct timespec64 inode_set_ctime_deleg(struct inode *inode, struct timespec64 update)
fs/inode.c
2983
if (timespec64_compare(&update, &cur_ts) <= 0)
fs/inode.c
2989
if (timespec64_compare(&update, &now) > 0)
fs/inode.c
2990
update = now;
fs/inode.c
2992
update = timestamp_truncate(update, inode);
fs/inode.c
2995
if (timespec64_equal(&update, &cur_ts))
fs/inode.c
3005
if (try_cmpxchg(&inode->i_ctime_nsec, &cur, update.tv_nsec)) {
fs/inode.c
3006
inode->i_ctime_sec = update.tv_sec;
fs/inode.c
3008
return update;
fs/lockd/svcshare.c
50
goto update;
fs/lockd/svcshare.c
70
update:
fs/nfs/delegation.c
413
const struct nfs_delegation *update)
fs/nfs/delegation.c
415
if (nfs4_stateid_is_newer(&update->stateid, &delegation->stateid)) {
fs/nfs/delegation.c
416
delegation->stateid.seqid = update->stateid.seqid;
fs/nfs/delegation.c
418
delegation->type = update->type;
fs/nfs/delegation.c
419
delegation->pagemod_limit = update->pagemod_limit;
fs/nfs/delegation.c
421
delegation->change_attr = update->change_attr;
fs/nfs/delegation.c
422
nfs_update_delegation_cred(delegation, update->cred);
fs/nfs/dns_resolve.c
377
.update = nfs_dns_ent_update,
fs/nfs/nfstrace.h
294
DEFINE_NFS_UPDATE_SIZE_EVENT(update);
fs/nfsd/export.c
1606
.update = export_update,
fs/nfsd/export.c
275
.update = expkey_update,
fs/nfsd/nfs4idmap.c
201
.update = ent_init,
fs/nfsd/nfs4idmap.c
371
.update = ent_init,
fs/nfsd/nfs4state.c
3761
bool update = exid->flags & EXCHGID4_FLAG_UPD_CONFIRMED_REC_A;
fs/nfsd/nfs4state.c
3837
if (update) {
fs/nfsd/nfs4state.c
3878
if (update) { /* case 7 */
fs/ocfs2/dlmglue.c
2454
goto update;
fs/ocfs2/dlmglue.c
2483
update:
fs/smb/client/fscache.c
145
void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update)
fs/smb/client/fscache.c
147
if (update) {
fs/smb/client/fscache.h
44
void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update);
fs/smb/client/fscache.h
51
void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update);
fs/smb/client/fscache.h
99
static inline void cifs_fscache_unuse_inode_cookie(struct inode *inode, bool update) {}
fs/sysfs/group.c
129
static int internal_create_group(struct kobject *kobj, int update,
fs/sysfs/group.c
137
if (WARN_ON(!kobj || (!update && !kobj->sd)))
fs/sysfs/group.c
141
if (unlikely(update && !kobj->sd))
fs/sysfs/group.c
159
if (update) {
fs/sysfs/group.c
165
update = 0;
fs/sysfs/group.c
173
if (!update) {
fs/sysfs/group.c
189
error = create_files(kn, kobj, uid, gid, grp, update);
fs/sysfs/group.c
191
if (grp->name && !update)
fs/sysfs/group.c
196
if (grp->name && update)
fs/sysfs/group.c
219
static int internal_create_groups(struct kobject *kobj, int update,
fs/sysfs/group.c
229
error = internal_create_group(kobj, update, groups[i]);
fs/sysfs/group.c
50
const struct attribute_group *grp, int update)
fs/sysfs/group.c
65
if (update)
fs/sysfs/group.c
98
if (update)
include/crypto/hash.h
155
int (*update)(struct ahash_request *req);
include/crypto/hash.h
248
int (*update)(struct shash_desc *desc, const u8 *data,
include/drm/drm_simple_kms_helper.h
30
void (*update)(struct drm_simple_display_pipe *pipe,
include/linux/bpf.h
2114
int (*update)(void *kdata, void *old_kdata, struct bpf_link *link);
include/linux/btree-type.h
51
static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key,
include/linux/btree-type.h
94
static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key,
include/linux/cpufreq.h
78
struct work_struct update; /* if update_policy() needs to be
include/linux/damon.h
674
void (*update)(struct damon_ctx *context);
include/linux/firewire.h
279
void (*update)(struct fw_unit *unit);
include/linux/firmware/cirrus/cs_dsp.h
282
u8 op_code, bool update);
include/linux/firmware/cirrus/cs_dsp.h
285
u8 op_code, bool update);
include/linux/fs.h
1597
struct timespec64 update);
include/linux/idle_inject.h
17
bool (*update)(void));
include/linux/key-type.h
102
int (*update)(struct key *key, struct key_preparsed_payload *prep);
include/linux/mfd/aat2870.h
135
int (*update)(struct aat2870_data *aat2870, u8 addr, u8 mask, u8 val);
include/linux/netfilter.h
470
int (*update)(struct net *net, struct sk_buff *skb);
include/linux/scmi_protocol.h
351
bool update;
include/linux/sunrpc/cache.h
103
void (*update)(struct cache_head *orig, struct cache_head *new);
include/linux/xarray.h
1696
static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update)
include/linux/xarray.h
1698
xas->xa_update = update;
include/net/amt.h
213
struct amt_header_membership_update update;
include/net/amt.h
222
struct amt_header_membership_update update;
include/net/cfg80211.h
1528
bool update;
include/net/cfg80211.h
1547
bool update;
include/net/cfg80211.h
1563
bool update;
include/net/ndisc.h
190
void (*update)(const struct net_device *dev, struct neighbour *n,
include/net/ndisc.h
225
if (dev->ndisc_ops && dev->ndisc_ops->update)
include/net/ndisc.h
226
dev->ndisc_ops->update(dev, n, flags, icmp6_type, ndopts);
include/net/netfilter/nf_tables.h
1461
void (*update)(struct nft_object *obj,
include/net/netfilter/nf_tables.h
1730
bool update;
include/net/netfilter/nf_tables.h
1744
nft_trans_container_set(trans)->update
include/net/netfilter/nf_tables.h
1758
bool update;
include/net/netfilter/nf_tables.h
1770
nft_trans_container_chain(trans)->update
include/net/netfilter/nf_tables.h
1788
bool update;
include/net/netfilter/nf_tables.h
1794
nft_trans_container_table(trans)->update
include/net/netfilter/nf_tables.h
1809
struct nft_elem_update *update;
include/net/netfilter/nf_tables.h
1831
bool update;
include/net/netfilter/nf_tables.h
1841
nft_trans_container_obj(trans)->update
include/net/netfilter/nf_tables.h
1848
bool update;
include/net/netfilter/nf_tables.h
1856
nft_trans_container_flowtable(trans)->update
include/net/netfilter/nf_tables.h
465
const struct nft_set_ext * (*update)(struct nft_set *set,
include/net/tcp.h
2810
void (*update)(struct sock *sk, struct proto *p,
include/sound/emux_synth.h
39
void (*update)(struct snd_emux_voice *vp, int update);
include/sound/soc-dapm.h
669
struct snd_kcontrol *kcontrol, int connect, struct snd_soc_dapm_update *update);
include/sound/soc-dapm.h
672
struct snd_soc_dapm_update *update);
include/uapi/linux/omap3isp.h
436
__u16 update;
include/uapi/linux/omap3isp.h
657
__u32 update;
include/video/omapfb_dss.h
561
int (*update)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
700
int (*update)(struct omap_dss_device *dssdev,
include/xen/interface/io/fbif.h
54
struct xenfb_update update;
kernel/bpf/bpf_struct_ops.c
1312
if (!st_map->st_ops_desc->st_ops->update)
kernel/bpf/bpf_struct_ops.c
1334
err = st_map->st_ops_desc->st_ops->update(st_map->kvalue.data, old_st_map->kvalue.data, link);
kernel/sched/cputime.c
770
goto update;
kernel/sched/cputime.c
775
goto update;
kernel/sched/cputime.c
780
update:
kernel/sched/ext/ext.c
8203
.update = bpf_scx_update,
kernel/sched/ext/ext.c
8270
.update = bpf_scx_update,
kernel/trace/ftrace.c
1797
bool update = false;
kernel/trace/ftrace.c
1933
update |= ftrace_test_record(rec, true) != FTRACE_UPDATE_IGNORE;
kernel/trace/ftrace.c
1937
return update;
kernel/trace/ftrace.c
1940
return update;
kernel/trace/ftrace.c
2281
static int ftrace_check_record(struct dyn_ftrace *rec, bool enable, bool update)
kernel/trace/ftrace.c
2360
if (update) {
kernel/trace/ftrace.c
2432
if (update) {
kernel/trace/ftrace.c
2937
int update = command & FTRACE_UPDATE_TRACE_FUNC;
kernel/trace/ftrace.c
2954
if (update) {
kernel/trace/ftrace.c
2965
if (update && ftrace_trace_function != ftrace_ops_list_func) {
kernel/trace/trace.h
2306
int tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update);
kernel/trace/trace.h
2345
static inline int tracing_snapshot_cond_enable(struct trace_array *tr, void *cond_data, cond_update_fn_t update)
kernel/trace/trace.h
308
cond_update_fn_t update;
kernel/trace/trace_snapshot.c
277
cond_update_fn_t update)
kernel/trace/trace_snapshot.c
287
cond_snapshot->update = update;
kernel/trace/trace_snapshot.c
488
if (tr->cond_snapshot && !tr->cond_snapshot->update(tr, cond_data)) {
lib/test_bpf.c
9059
#define BPF_ATOMIC_OP_TEST1(width, op, logic, old, update, result) \
lib/test_bpf.c
9062
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
9064
BPF_LD_IMM64(R5, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9078
#define BPF_ATOMIC_OP_TEST2(width, op, logic, old, update, result) \
lib/test_bpf.c
9081
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
9084
BPF_LD_IMM64(R0, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9099
#define BPF_ATOMIC_OP_TEST3(width, op, logic, old, update, result) \
lib/test_bpf.c
9102
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
9105
BPF_LD_IMM64(R1, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9119
#define BPF_ATOMIC_OP_TEST4(width, op, logic, old, update, result) \
lib/test_bpf.c
9122
#old " " #logic " " #update " = " #result, \
lib/test_bpf.c
9124
BPF_LD_IMM64(R3, (update) | BPF_ATOMIC_POISON(width)), \
lib/test_bpf.c
9132
{ { 0, (op) & BPF_FETCH ? old : update } }, \
lib/xarray.c
2357
void xa_delete_node(struct xa_node *node, xa_update_node_t update)
lib/xarray.c
2366
.xa_update = update,
mm/damon/core.c
3616
if (ctx->ops.update)
mm/damon/core.c
3617
ctx->ops.update(ctx);
mm/damon/paddr.c
444
.update = NULL,
mm/damon/vaddr.c
963
.update = damon_va_update,
mm/damon/vaddr.c
978
ops_fvaddr.update = NULL;
mm/page-writeback.c
1287
goto update;
mm/page-writeback.c
1298
goto update;
mm/page-writeback.c
1301
update:
net/6lowpan/ndisc.c
218
.update = lowpan_ndisc_update,
net/bluetooth/hci_core.c
258
goto update;
net/bluetooth/hci_core.c
277
update:
net/bluetooth/mgmt.c
8090
bool update = false;
net/bluetooth/mgmt.c
8126
update = true;
net/bluetooth/mgmt.c
8144
if (update) {
net/bridge/br_multicast.c
3122
goto update;
net/bridge/br_multicast.c
3130
goto update;
net/bridge/br_multicast.c
3138
goto update;
net/bridge/br_multicast.c
3142
update:
net/core/neighbour.c
1293
void (*update)(struct hh_cache*, const struct net_device*, const unsigned char *)
net/core/neighbour.c
1297
update = neigh->dev->header_ops->cache_update;
net/core/neighbour.c
1299
if (update) {
net/core/neighbour.c
1303
update(hh, neigh->dev, neigh->ha);
net/core/neighbour.c
792
goto update;
net/core/neighbour.c
816
update:
net/ipv4/bpf_tcp_ca.c
336
.update = bpf_tcp_ca_update,
net/ipv4/tcp_ulp.c
108
if (icsk->icsk_ulp_ops->update)
net/ipv4/tcp_ulp.c
109
icsk->icsk_ulp_ops->update(sk, proto, write_space);
net/ipv6/ipv6_sockglue.c
818
goto update;
net/ipv6/ipv6_sockglue.c
847
update:
net/mac80211/cfg.c
1141
if (!params->update)
net/mac80211/cfg.c
1176
if (!params->update)
net/mac80211/cfg.c
1212
if (!params->update)
net/mac80211/mlme.c
1594
bool update, u64 *changed, u16 stype)
net/mac80211/mlme.c
1734
!update) {
net/mac80211/mlme.c
1741
if (update)
net/mac80211/mlme.c
1760
if (!update) {
net/mac80211/rc80211_minstrel_ht.c
1291
bool last, update = false;
net/mac80211/rc80211_minstrel_ht.c
1361
update = true;
net/mac80211/rc80211_minstrel_ht.c
1368
update = true;
net/mac80211/rc80211_minstrel_ht.c
1373
update = true;
net/mac80211/rc80211_minstrel_ht.c
1377
if (update)
net/mac80211/rx.c
3012
bool update = false;
net/mac80211/rx.c
3030
update = true;
net/mac80211/rx.c
3037
if (update)
net/ncsi/internal.h
110
u8 update; /* NCSI version update */
net/ncsi/ncsi-pkt.h
202
unsigned char update; /* NCSI version update */
net/ncsi/ncsi-rsp.c
774
ncv->update = decode_bcd_u8(rsp->update);
net/netfilter/nf_conntrack_core.c
2719
.update = nf_conntrack_update,
net/netfilter/nf_tables_api.c
10201
if (WARN_ON_ONCE(!obj->ops->update))
net/netfilter/nf_tables_api.c
10204
obj->ops->update(obj, newobj);
net/netfilter/nf_tables_api.c
7078
const struct nft_elem_update *update = elem->update;
net/netfilter/nf_tables_api.c
7080
if (update->flags & NFT_TRANS_UPD_TIMEOUT)
net/netfilter/nf_tables_api.c
7081
WRITE_ONCE(nft_set_ext_timeout(ext)->timeout, update->timeout);
net/netfilter/nf_tables_api.c
7083
if (update->flags & NFT_TRANS_UPD_EXPIRATION)
net/netfilter/nf_tables_api.c
7084
WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + update->expiration);
net/netfilter/nf_tables_api.c
7095
if (elem->update)
net/netfilter/nf_tables_api.c
7102
kfree(elem->update);
net/netfilter/nf_tables_api.c
7194
WARN_ON_ONCE(te->elems[i].update);
net/netfilter/nf_tables_api.c
7588
struct nft_elem_update update = { };
net/netfilter/nf_tables_api.c
7591
update.timeout = timeout;
net/netfilter/nf_tables_api.c
7595
update.flags |= NFT_TRANS_UPD_TIMEOUT;
net/netfilter/nf_tables_api.c
7598
update.expiration = expiration;
net/netfilter/nf_tables_api.c
7599
update.flags |= NFT_TRANS_UPD_EXPIRATION;
net/netfilter/nf_tables_api.c
7602
if (update.flags) {
net/netfilter/nf_tables_api.c
7607
ue->update = kmemdup(&update, sizeof(update), GFP_KERNEL);
net/netfilter/nf_tables_api.c
7608
if (!ue->update) {
net/netfilter/nf_tables_api.c
7785
if (te->elems[i].update) {
net/netfilter/nf_tables_api.c
7786
kfree(te->elems[i].update);
net/netfilter/nf_tables_api.c
7787
te->elems[i].update = NULL;
net/netfilter/nf_tables_api.c
8338
if (!obj->ops->update)
net/netfilter/nfnetlink_queue.c
492
ct_verdict = ct_hook->update(entry->state.net, entry->skb);
net/netfilter/nft_connlimit.c
173
.update = nft_connlimit_obj_update,
net/netfilter/nft_dynset.c
102
ext = set->ops->update(set, &regs->data[priv->sreg_key], expr, regs);
net/netfilter/nft_dynset.c
208
if (set->ops->update == NULL)
net/netfilter/nft_quota.c
198
.update = nft_quota_obj_update,
net/netfilter/nft_set_hash.c
860
.update = nft_rhash_update,
net/netfilter/nft_synproxy.c
353
.update = nft_synproxy_obj_update,
net/netfilter/xt_recent.c
156
struct recent_entry *working, bool update)
net/netfilter/xt_recent.c
168
if (e == working && update)
net/sctp/socket.c
2510
int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
net/sctp/socket.c
2514
if (update) {
net/sunrpc/auth_gss/svcauth_gss.c
317
.update = update_rsi,
net/sunrpc/auth_gss/svcauth_gss.c
594
.update = update_rsc,
net/sunrpc/cache.c
200
detail->update(h, new);
net/sunrpc/svcauth_unix.c
1543
.update = update,
net/sunrpc/svcauth_unix.c
865
.update = unix_gid_update,
net/tipc/group.c
500
bool ack, deliver, update, leave = false;
net/tipc/group.c
534
update = false;
net/tipc/group.c
543
update = true;
net/tipc/group.c
578
if (!update)
net/tipc/node.c
484
goto update;
net/tipc/node.c
512
update:
net/tls/tls_main.c
1222
.update = tls_update,
net/tls/tls_main.c
636
bool update = false;
net/tls/tls_main.c
674
update = true;
net/tls/tls_main.c
686
if (update) {
net/tls/tls_main.c
724
update ? crypto_info : NULL);
net/tls/tls_main.c
728
if (update) {
net/tls/tls_main.c
744
update ? crypto_info : NULL);
net/tls/tls_main.c
748
if (update) {
net/tls/tls_main.c
756
if (!update)
net/tls/tls_main.c
766
if (update)
net/tls/tls_main.c
780
if (update) {
net/wireless/nl80211.c
6904
fd->update = true;
net/wireless/nl80211.c
6917
fd->update = true;
net/wireless/nl80211.c
6940
presp->update = true;
net/wireless/nl80211.c
6951
presp->update = true;
net/wireless/nl80211.c
7169
sb->update = true;
scripts/kconfig/qconf.cc
436
goto update;
scripts/kconfig/qconf.cc
465
update();
scripts/kconfig/qconf.cc
469
update:
scripts/kconfig/qconf.cc
471
update();
security/integrity/ima/ima_main.c
210
bool update;
security/integrity/ima/ima_main.c
219
update = test_and_clear_bit(IMA_UPDATE_XATTR,
security/integrity/ima/ima_main.c
226
if (update)
security/keys/big_key.c
51
.update = big_key_update,
security/keys/encrypted-keys/encrypted.c
976
.update = encrypted_update,
security/keys/key.c
1090
if (!key->type->update)
security/keys/key.c
1106
ret = key->type->update(key, &prep);
security/keys/key.c
777
if (!key->type->update)
security/keys/key.c
782
ret = key->type->update(key, prep);
security/keys/key.c
905
if (index_key.type->update) {
security/keys/key.c
928
index_key.type->update)
security/keys/request_key.c
392
ctx->index_key.type->update)
security/keys/trusted-keys/trusted_core.c
331
.update = trusted_update,
security/keys/user_defined.c
28
.update = user_update,
security/keys/user_defined.c
48
.update = user_update,
sound/aoa/fabrics/layout.c
855
int v, update;
sound/aoa/fabrics/layout.c
863
update = ldev->switch_on_headphone;
sound/aoa/fabrics/layout.c
864
if (update) {
sound/aoa/fabrics/layout.c
872
update = ldev->switch_on_lineout;
sound/aoa/fabrics/layout.c
873
if (update) {
sound/aoa/fabrics/layout.c
883
if (update) {
sound/drivers/vx/vx_pcm.c
653
int err, update;
sound/drivers/vx/vx_pcm.c
663
update = (int)(count - pipe->cur_count);
sound/drivers/vx/vx_pcm.c
665
pipe->position += update;
sound/drivers/vx/vx_pcm.c
668
pipe->transferred += update;
sound/firewire/bebob/bebob.c
492
.update = bebob_update,
sound/firewire/dice/dice.c
485
.update = dice_bus_reset,
sound/firewire/digi00x/digi00x.c
160
.update = snd_dg00x_update,
sound/firewire/fireface/ff.c
250
.update = snd_ff_update,
sound/firewire/fireworks/fireworks.c
338
.update = efw_update,
sound/firewire/isight.c
717
.update = isight_bus_reset,
sound/firewire/motu/motu.c
191
.update = motu_bus_update,
sound/firewire/oxfw/oxfw.c
388
.update = oxfw_bus_reset,
sound/firewire/tascam/tascam.c
219
.update = snd_tscm_update,
sound/isa/sb/emu8000_callback.c
111
update_voice(struct snd_emux_voice *vp, int update)
sound/isa/sb/emu8000_callback.c
116
if (update & SNDRV_EMUX_UPDATE_VOLUME)
sound/isa/sb/emu8000_callback.c
118
if (update & SNDRV_EMUX_UPDATE_PITCH)
sound/isa/sb/emu8000_callback.c
120
if ((update & SNDRV_EMUX_UPDATE_PAN) &&
sound/isa/sb/emu8000_callback.c
123
if (update & SNDRV_EMUX_UPDATE_FMMOD)
sound/isa/sb/emu8000_callback.c
125
if (update & SNDRV_EMUX_UPDATE_TREMFREQ)
sound/isa/sb/emu8000_callback.c
127
if (update & SNDRV_EMUX_UPDATE_FM2FRQ2)
sound/isa/sb/emu8000_callback.c
129
if (update & SNDRV_EMUX_UPDATE_Q)
sound/isa/sb/emu8000_callback.c
21
static void update_voice(struct snd_emux_voice *vp, int update);
sound/isa/sb/emu8000_callback.c
58
.update = update_voice,
sound/pci/ctxfi/cttimer.c
238
int update;
sound/pci/ctxfi/cttimer.c
243
update = ct_xfitimer_reprogram(atimer, 1);
sound/pci/ctxfi/cttimer.c
245
if (update)
sound/pci/emu10k1/emu10k1_callback.c
181
update_voice(struct snd_emux_voice *vp, int update)
sound/pci/emu10k1/emu10k1_callback.c
186
if (update & SNDRV_EMUX_UPDATE_VOLUME)
sound/pci/emu10k1/emu10k1_callback.c
188
if (update & SNDRV_EMUX_UPDATE_PITCH)
sound/pci/emu10k1/emu10k1_callback.c
190
if (update & SNDRV_EMUX_UPDATE_PAN) {
sound/pci/emu10k1/emu10k1_callback.c
194
if (update & SNDRV_EMUX_UPDATE_FMMOD)
sound/pci/emu10k1/emu10k1_callback.c
196
if (update & SNDRV_EMUX_UPDATE_TREMFREQ)
sound/pci/emu10k1/emu10k1_callback.c
198
if (update & SNDRV_EMUX_UPDATE_FM2FRQ2)
sound/pci/emu10k1/emu10k1_callback.c
200
if (update & SNDRV_EMUX_UPDATE_Q)
sound/pci/emu10k1/emu10k1_callback.c
33
static void update_voice(struct snd_emux_voice *vp, int update);
sound/pci/emu10k1/emu10k1_callback.c
57
.update = update_voice,
sound/pci/ice1712/maya44.c
115
unsigned short update; /* update bits */
sound/pci/ice1712/maya44.c
126
.update = 0x180, /* update and zero-cross enable */
sound/pci/ice1712/maya44.c
134
.update = 0x100, /* zero-cross enable */
sound/pci/ice1712/maya44.c
142
.update = 0x100, /* update */
sound/pci/ice1712/maya44.c
206
data |= vol->update;
sound/pci/ice1712/maya44.c
208
vol->mask | vol->update, data);
sound/pci/lola/lola.h
502
int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update);
sound/pci/lola/lola_mixer.c
370
int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update)
sound/pci/lola/lola_mixer.c
387
if (update) {
sound/soc/codecs/adau17x1.c
192
struct snd_soc_dapm_update update = {};
sound/soc/codecs/adau17x1.c
218
update.kcontrol = kcontrol;
sound/soc/codecs/adau17x1.c
219
update.mask = 0xff;
sound/soc/codecs/adau17x1.c
220
update.reg = reg;
sound/soc/codecs/adau17x1.c
221
update.val = val;
sound/soc/codecs/adau17x1.c
224
ucontrol->value.enumerated.item[0], e, &update);
sound/soc/codecs/lpass-rx-macro.c
2472
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-rx-macro.c
2518
rx_port_value, e, update);
sound/soc/codecs/lpass-tx-macro.c
882
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-tx-macro.c
904
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
sound/soc/codecs/lpass-va-macro.c
594
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-va-macro.c
610
snd_soc_dapm_mixer_update_power(widget->dapm, kcontrol, enable, update);
sound/soc/codecs/lpass-wsa-macro.c
2103
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/lpass-wsa-macro.c
2150
rx_port_value, e, update);
sound/soc/codecs/max98396.c
355
bool update = false;
sound/soc/codecs/max98396.c
411
update = true;
sound/soc/codecs/max98396.c
418
update = true;
sound/soc/codecs/max98396.c
421
if (update)
sound/soc/codecs/max98396.c
434
if (status && update)
sound/soc/codecs/max98396.c
513
bool update = false;
sound/soc/codecs/max98396.c
615
update = true;
sound/soc/codecs/max98396.c
621
update = true;
sound/soc/codecs/max98396.c
625
if (update)
sound/soc/codecs/max98396.c
657
if (status && update)
sound/soc/codecs/max98396.c
677
bool update = false;
sound/soc/codecs/max98396.c
721
update = true;
sound/soc/codecs/max98396.c
727
update = true;
sound/soc/codecs/max98396.c
731
if (update)
sound/soc/codecs/max98396.c
782
if (status && update)
sound/soc/codecs/tlv320aic3x.c
176
struct snd_soc_dapm_update update = {};
sound/soc/codecs/tlv320aic3x.c
195
update.kcontrol = kcontrol;
sound/soc/codecs/tlv320aic3x.c
196
update.reg = reg;
sound/soc/codecs/tlv320aic3x.c
197
update.mask = mask;
sound/soc/codecs/tlv320aic3x.c
198
update.val = val;
sound/soc/codecs/tlv320aic3x.c
201
&update);
sound/soc/codecs/wcd9335.c
1280
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd9335.c
1317
e, update);
sound/soc/codecs/wcd9335.c
1349
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd9335.c
1375
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
sound/soc/codecs/wcd934x.c
3295
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd934x.c
3346
e, update);
sound/soc/codecs/wcd934x.c
3790
struct snd_soc_dapm_update *update = NULL;
sound/soc/codecs/wcd934x.c
3825
snd_soc_dapm_mixer_update_power(widget->dapm, kc, enable, update);
sound/soc/codecs/wm9712.c
225
struct snd_soc_dapm_update update = {};
sound/soc/codecs/wm9712.c
241
update.kcontrol = kcontrol;
sound/soc/codecs/wm9712.c
242
update.reg = wm9712_mixer_mute_regs[shift];
sound/soc/codecs/wm9712.c
243
update.mask = 0x8000;
sound/soc/codecs/wm9712.c
246
update.val = 0x0;
sound/soc/codecs/wm9712.c
248
update.val = 0x8000;
sound/soc/codecs/wm9712.c
251
&update);
sound/soc/codecs/wm9713.c
234
struct snd_soc_dapm_update update = {};
sound/soc/codecs/wm9713.c
250
update.kcontrol = kcontrol;
sound/soc/codecs/wm9713.c
251
update.reg = wm9713_mixer_mute_regs[shift];
sound/soc/codecs/wm9713.c
252
update.mask = 0x8000;
sound/soc/codecs/wm9713.c
255
update.val = 0x0;
sound/soc/codecs/wm9713.c
257
update.val = 0x8000;
sound/soc/codecs/wm9713.c
260
&update);
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
102
__func__, id, rate, update, swap, ch);
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
93
bool update, bool swap, unsigned int ch)
sound/soc/mediatek/mt8189/mt8189-afe-pcm.c
98
unsigned int update_val = update ? calculate_cm_update(rate, ch) : 0x64;
sound/soc/mediatek/mt8196/mt8196-afe-pcm.c
103
id, rate, update, swap, ch, update_val);
sound/soc/mediatek/mt8196/mt8196-afe-pcm.c
88
bool update, bool swap, unsigned int ch)
sound/soc/mediatek/mt8196/mt8196-afe-pcm.c
97
if (update && ch_pair)
sound/soc/qcom/qdsp6/q6routing.c
495
struct snd_soc_dapm_update *update = NULL;
sound/soc/qcom/qdsp6/q6routing.c
505
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 1, update);
sound/soc/qcom/qdsp6/q6routing.c
511
snd_soc_dapm_mixer_update_power(dapm, kcontrol, 0, update);
sound/soc/renesas/rcar/core.c
1867
if (change && cfg->update)
sound/soc/renesas/rcar/core.c
1868
cfg->update(cfg->io, cfg->mod);
sound/soc/renesas/rcar/core.c
1924
void (*update)(struct rsnd_dai_stream *io,
sound/soc/renesas/rcar/core.c
1970
cfg->update = update;
sound/soc/renesas/rcar/rsnd.h
773
void (*update)(struct rsnd_dai_stream *io, struct rsnd_mod *mod);
sound/soc/renesas/rcar/rsnd.h
803
void (*update)(struct rsnd_dai_stream *io,
sound/soc/renesas/rcar/rsnd.h
810
#define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \
sound/soc/renesas/rcar/rsnd.h
811
rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_m(cfg), \
sound/soc/renesas/rcar/rsnd.h
814
#define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \
sound/soc/renesas/rcar/rsnd.h
815
rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
sound/soc/renesas/rcar/rsnd.h
818
#define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \
sound/soc/renesas/rcar/rsnd.h
819
rsnd_kctrl_new(mod, io, rtd, name, accept, update, rsnd_kctrl_init_s(cfg), \
sound/soc/soc-dapm.c
2049
static void dapm_widget_update(struct snd_soc_card *card, struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2057
if (!update || !dapm_kcontrol_is_powered(update->kcontrol))
sound/soc/soc-dapm.c
2060
wlist = dapm_kcontrol_get_wlist(update->kcontrol);
sound/soc/soc-dapm.c
2064
ret = w->event(w, update->kcontrol, SND_SOC_DAPM_PRE_REG);
sound/soc/soc-dapm.c
2074
ret = dapm_update_bits(w->dapm, update->reg, update->mask,
sound/soc/soc-dapm.c
2075
update->val);
sound/soc/soc-dapm.c
2080
if (update->has_second_set) {
sound/soc/soc-dapm.c
2081
ret = dapm_update_bits(w->dapm, update->reg2,
sound/soc/soc-dapm.c
2082
update->mask2, update->val2);
sound/soc/soc-dapm.c
2091
ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG);
sound/soc/soc-dapm.c
2262
struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2371
dapm_widget_update(card, update);
sound/soc/soc-dapm.c
2651
struct snd_soc_dapm_update *update,
sound/soc/soc-dapm.c
2673
dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, update);
sound/soc/soc-dapm.c
2680
struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2686
ret = dapm_mux_update_power(card, kcontrol, update, mux, e);
sound/soc/soc-dapm.c
2697
struct snd_soc_dapm_update *update,
sound/soc/soc-dapm.c
2737
dapm_power_widgets(card, SND_SOC_DAPM_STREAM_NOP, update);
sound/soc/soc-dapm.c
2744
struct snd_soc_dapm_update *update)
sound/soc/soc-dapm.c
2750
ret = dapm_mixer_update_power(card, kcontrol, update, connect, -1);
sound/soc/soc-dapm.c
3483
struct snd_soc_dapm_update update = {};
sound/soc/soc-dapm.c
3524
update.has_second_set = true;
sound/soc/soc-dapm.c
3525
update.reg2 = mc->rreg;
sound/soc/soc-dapm.c
3526
update.mask2 = mask << mc->rshift;
sound/soc/soc-dapm.c
3527
update.val2 = rval;
sound/soc/soc-dapm.c
3529
update.kcontrol = kcontrol;
sound/soc/soc-dapm.c
3530
update.reg = reg;
sound/soc/soc-dapm.c
3531
update.mask = mask << shift;
sound/soc/soc-dapm.c
3532
update.val = val;
sound/soc/soc-dapm.c
3533
pupdate = &update;
sound/soc/soc-dapm.c
3601
struct snd_soc_dapm_update update = {};
sound/soc/soc-dapm.c
3626
update.kcontrol = kcontrol;
sound/soc/soc-dapm.c
3627
update.reg = e->reg;
sound/soc/soc-dapm.c
3628
update.mask = mask;
sound/soc/soc-dapm.c
3629
update.val = val;
sound/soc/soc-dapm.c
3630
pupdate = &update;
sound/soc/sof/ipc3-control.c
769
.update = sof_ipc3_control_update,
sound/soc/sof/ipc3.c
966
if (tplg_ops->control->update)
sound/soc/sof/ipc3.c
967
tplg_ops->control->update(sdev, msg_buf);
sound/soc/sof/ipc4-control.c
1034
.update = sof_ipc4_control_update,
sound/soc/sof/ipc4.c
700
if (tplg_ops->control->update)
sound/soc/sof/ipc4.c
701
tplg_ops->control->update(sdev, ipc4_msg);
sound/soc/sof/sof-audio.h
163
void (*update)(struct snd_sof_dev *sdev, void *ipc_control_message);
sound/soc/tegra/tegra210_ahub.c
62
struct snd_soc_dapm_update update[TEGRA_XBAR_UPDATE_MAX_REG] = { };
sound/soc/tegra/tegra210_ahub.c
87
update[i].reg = e->reg + (ahub->soc_data->xbar_part_size * i);
sound/soc/tegra/tegra210_ahub.c
88
update[i].val = (i == reg_idx) ? reg_val : 0;
sound/soc/tegra/tegra210_ahub.c
89
update[i].mask = ahub->soc_data->mask[i];
sound/soc/tegra/tegra210_ahub.c
90
update[i].kcontrol = kctl;
sound/soc/tegra/tegra210_ahub.c
93
if (snd_soc_component_test_bits(cmpnt, update[i].reg,
sound/soc/tegra/tegra210_ahub.c
94
update[i].mask,
sound/soc/tegra/tegra210_ahub.c
95
update[i].val))
sound/soc/tegra/tegra210_ahub.c
98
&update[i]);
sound/soc/tegra/tegra210_mbdrc.c
341
bool update = false;
sound/soc/tegra/tegra210_mbdrc.c
344
data[i] << shift, &update);
sound/soc/tegra/tegra210_mbdrc.c
346
change |= update;
sound/soc/tegra/tegra210_mbdrc.c
395
bool update = false;
sound/soc/tegra/tegra210_mbdrc.c
407
data[i], &update);
sound/soc/tegra/tegra210_mbdrc.c
409
change |= update;
sound/synth/emux/emux_effect.c
183
if (!parm_defs[type].update)
sound/synth/emux/emux_effect.c
215
snd_emux_update_channel(port, chan, parm_defs[type].update);
sound/synth/emux/emux_effect.c
41
int update; /* flgas for real-time update */
sound/synth/emux/emux_synth.c
228
if (snd_BUG_ON(!emu || !emu->ops.update))
sound/synth/emux/emux_synth.c
247
snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update)
sound/synth/emux/emux_synth.c
253
if (! update)
sound/synth/emux/emux_synth.c
257
if (snd_BUG_ON(!emu || !emu->ops.update))
sound/synth/emux/emux_synth.c
264
update_voice(emu, vp, update);
sound/synth/emux/emux_synth.c
272
snd_emux_update_port(struct snd_emux_port *port, int update)
sound/synth/emux/emux_synth.c
278
if (! update)
sound/synth/emux/emux_synth.c
282
if (snd_BUG_ON(!emu || !emu->ops.update))
sound/synth/emux/emux_synth.c
289
update_voice(emu, vp, update);
sound/synth/emux/emux_synth.c
35
static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
sound/synth/emux/emux_synth.c
491
update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update)
sound/synth/emux/emux_synth.c
498
if (update & SNDRV_EMUX_UPDATE_VOLUME)
sound/synth/emux/emux_synth.c
500
if (update & SNDRV_EMUX_UPDATE_PITCH)
sound/synth/emux/emux_synth.c
502
if (update & SNDRV_EMUX_UPDATE_PAN) {
sound/synth/emux/emux_synth.c
503
if (! calc_pan(vp) && (update == SNDRV_EMUX_UPDATE_PAN))
sound/synth/emux/emux_synth.c
506
emu->ops.update(vp, update);
sound/synth/emux/emux_voice.h
42
struct snd_midi_channel *chan, int update);
sound/synth/emux/emux_voice.h
43
void snd_emux_update_port(struct snd_emux_port *port, int update);
tools/perf/ui/gtk/progress.c
52
.update = gtk_ui_progress__update,
tools/perf/ui/progress.c
11
.update = null_progress__update,
tools/perf/ui/progress.c
26
ui_progress__ops->update(p);
tools/perf/ui/progress.h
28
void (*update)(struct ui_progress *p);
tools/perf/ui/tui/progress.c
80
.update = tui_progress__update,
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
110
data.update = true;
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
44
bool update;
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
76
if (data->update)
tools/testing/selftests/bpf/progs/bloom_filter_bench.c
97
data.update = false;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
100
update.from = bpf_get_smp_processor_id() / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
101
update.step = nr_thread / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
102
bpf_loop(OP_BATCH, del_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
58
struct update_ctx update;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
60
update.from = bpf_get_smp_processor_id();
tools/testing/selftests/bpf/progs/htab_mem_bench.c
61
update.step = nr_thread;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
62
bpf_loop(OP_BATCH, overwrite_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
70
struct update_ctx update;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
72
update.from = bpf_get_smp_processor_id();
tools/testing/selftests/bpf/progs/htab_mem_bench.c
73
update.step = nr_thread;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
74
bpf_loop(OP_BATCH, overwrite_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
76
update.from = bpf_get_smp_processor_id();
tools/testing/selftests/bpf/progs/htab_mem_bench.c
77
bpf_loop(OP_BATCH, del_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
86
struct update_ctx update;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
88
update.from = bpf_get_smp_processor_id() / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
89
update.step = nr_thread / 2;
tools/testing/selftests/bpf/progs/htab_mem_bench.c
90
bpf_loop(OP_BATCH, newwrite_htab, &update, 0);
tools/testing/selftests/bpf/progs/htab_mem_bench.c
98
struct update_ctx update;
tools/testing/selftests/bpf/progs/lpm_trie_bench.c
214
loops = bpf_loop(NR_LOOPS, update, &err, 0);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
102
update(ctx, &tp_btf_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
109
update(ctx, &fentry_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
116
update(ctx, &fexit_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
123
update(ctx, &fmod_ret_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
133
update(ctx, &lsm_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
36
update(ctx, &kprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
43
update(ctx, &kretprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
50
update(ctx, &uprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
57
update(ctx, &uretprobe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
69
update(ctx, &tp_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
75
update(ctx, &tp_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
81
update(ctx, &tp_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
88
update(ctx, &pe_res);
tools/testing/selftests/bpf/progs/test_bpf_cookie.c
95
update(ctx, &raw_tp_res);