Searched refs:update (Results 1 - 25 of 643) sorted by relevance

1234567891011>>

/linux-master/drivers/firmware/microchip/
H A DMakefile3 obj-$(CONFIG_POLARFIRE_SOC_AUTO_UPDATE) += mpfs-auto-update.o
/linux-master/tools/testing/selftests/bpf/progs/
H A Dhtab_mem_bench.c58 struct update_ctx update; local
60 update.from = bpf_get_smp_processor_id();
61 update.step = nr_thread;
62 bpf_loop(OP_BATCH, overwrite_htab, &update, 0);
70 struct update_ctx update; local
72 update.from = bpf_get_smp_processor_id();
73 update.step = nr_thread;
74 bpf_loop(OP_BATCH, overwrite_htab, &update, 0);
76 update.from = bpf_get_smp_processor_id();
77 bpf_loop(OP_BATCH, del_htab, &update,
86 struct update_ctx update; local
98 struct update_ctx update; local
[all...]
H A Dtest_bpf_cookie.c23 static void update(void *ctx, __u64 *res) function
34 update(ctx, &kprobe_res);
41 update(ctx, &kretprobe_res);
48 update(ctx, &uprobe_res);
55 update(ctx, &uretprobe_res);
67 update(ctx, &tp_res);
73 update(ctx, &tp_res);
79 update(ctx, &tp_res);
86 update(ctx, &pe_res);
93 update(ct
[all...]
H A Dbloom_filter_bench.c44 bool update; member in struct:callback_ctx
76 if (data->update)
97 data.update = false;
110 data.update = true;
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_config.py41 NAMES.update(EXTRA_NAMES)
/linux-master/drivers/platform/x86/intel/wmi/
H A DMakefile6 intel-wmi-sbl-fw-update-y := sbl-fw-update.o
7 obj-$(CONFIG_INTEL_WMI_SBL_FW_UPDATE) += intel-wmi-sbl-fw-update.o
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c188 const struct dc_surface_update *update = &updates[i]; local
191 if (update->flip_addr) {
196 update->flip_addr->address.type,
197 update->flip_addr->address.grph.addr.quad_part,
198 update->flip_addr->address.grph.meta_addr.quad_part,
199 update->flip_addr->flip_immediate);
202 if (update->plane_info) {
213 update->plane_info->color_space,
214 update->plane_info->format,
215 update
[all...]
/linux-master/tools/testing/selftests/bpf/benchs/
H A Drun_bench_bpf_hashmap_full_update.sh9 summary=$($RUN_BENCH -p $nr_threads bpf-hashmap-full-update)
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore827d.c31 .update = core507d_update,
H A Dcore917d.c31 .update = core507d_update,
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disph3a_aewb.c23 * h3a_aewb_update_regs - Helper function to update h3a registers.
40 if (!aewb->update)
72 aewb->update = 0;
183 int update = 0; local
187 update = 1;
191 update = 1;
195 update = 1;
199 update = 1;
203 update = 1;
207 update
[all...]
H A Disph3a_af.c44 if (!af->update)
122 af->update = 0;
231 int update = 0; local
236 update = 1;
242 update = 1;
246 update = 1;
252 update = 1;
258 update = 1;
264 update = 1;
269 update
[all...]
/linux-master/tools/perf/ui/
H A Dprogress.c11 .update = null_progress__update,
26 ui_progress__ops->update(p);
H A Dprogress.h28 void (*update)(struct ui_progress *p); member in struct:ui_progress_ops
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dni_names.py38 name_dict.update({
43 name_dict.update({
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h61 void (*hide)(struct nouveau_crtc *, bool update);
62 void (*show)(struct nouveau_crtc *, bool update);
/linux-master/include/linux/
H A Didle_inject.h17 bool (*update)(void));
/linux-master/drivers/md/dm-vdo/
H A Dint-map.h35 bool update, void **old_value_ptr);
/linux-master/fs/bcachefs/
H A Dbtree_update.c38 struct bkey_i *update; local
44 update = bch2_bkey_make_mut_noupdate(trans, k);
45 ret = PTR_ERR_OR_ZERO(update);
49 if (!bch2_bkey_merge(c, bkey_i_to_s(update), bkey_i_to_s_c(*insert)))
63 *insert = update;
132 struct bkey_i *update; local
161 update = bch2_trans_kmalloc(trans, sizeof(struct bkey_i));
162 ret = PTR_ERR_OR_ZERO(update);
166 bkey_init(&update->k);
167 update
193 struct bkey_i *update; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c148 static int update_dscp_maxrate(struct net_device *dev, u32 *update) argument
160 *update |= NFP_DCB_MSG_MSK_RATE;
169 *update |= NFP_DCB_MSG_MSK_DSCP;
175 static void nfp_nic_set_trust(struct nfp_net *nn, u32 *update) argument
190 *update |= NFP_DCB_MSG_MSK_TRUST;
193 static void nfp_nic_set_enable(struct nfp_net *nn, u32 enable, u32 *update) argument
205 *update |= NFP_DCB_MSG_MSK_ENABLE;
251 static void nfp_nic_ets_init(struct nfp_net *nn, u32 *update) argument
260 *update |= NFP_DCB_MSG_MSK_TSA | NFP_DCB_MSG_MSK_PCT | NFP_DCB_MSG_MSK_PCP;
270 u32 update local
334 u32 update = 0; local
366 u32 update = 0; local
[all...]
/linux-master/kernel/rcu/
H A DMakefile10 obj-y += update.o sync.o
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.h44 bool *update);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.h25 int (*update)(struct loongson_gfxpll * const this, member in struct:loongson_gfxpll_funcs
H A Dlsdc_pixpll.h58 int (*update)(struct lsdc_pixpll * const this, member in struct:lsdc_pixpll_funcs
/linux-master/drivers/power/supply/
H A Dipaq_micro_battery.c41 struct delayed_work update; member in struct:micro_battery
52 struct micro_battery, update.work);
88 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD));
239 INIT_DELAYED_WORK(&mb->update, micro_battery_work);
241 queue_delayed_work(mb->wq, &mb->update, 1);
263 cancel_delayed_work_sync(&mb->update);
275 cancel_delayed_work_sync(&mb->update);
283 cancel_delayed_work_sync(&mb->update);
291 queue_delayed_work(mb->wq, &mb->update, msecs_to_jiffies(BATT_PERIOD));

Completed in 377 milliseconds

1234567891011>>