Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 163) sorted by relevance

1234567

/linux-6.1.9/scripts/gcc-plugins/
Dlatent_entropy_plugin.c343 gimple assign; in perturb_local_entropy() local
348 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
350 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy()
351 update_stmt(assign); in perturb_local_entropy()
357 gimple assign; in __perturb_latent_entropy() local
367 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy()
368 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
369 update_stmt(assign); in __perturb_latent_entropy()
373 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy()
374 gsi_insert_after(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
[all …]
/linux-6.1.9/include/trace/
Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
44 PARAMS(assign), \
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
76 assign, print, reg, unreg) \ argument
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
82 assign, print, reg, unreg) \ argument
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
255 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument
32 PARAMS(assign), \
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
164 { assign; } \
188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
36 PARAMS(assign), \
41 assign, print, reg, unreg) \ argument
46 assign, print, reg, unreg) \ argument
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
Dperf.h54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
89 { assign; } \
Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_sk_assign.c104 goto assign; in handle_udp()
114 assign: in handle_udp()
136 goto assign; in handle_tcp()
153 assign: in handle_tcp()
/linux-6.1.9/include/linux/
Dtracepoint.h540 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
552 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
555 assign, print, reg, unreg) \ argument
558 assign, print, reg, unreg) \ argument
562 struct, assign, print) \ argument
578 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
581 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
Dintel_th.h32 void *(*assign)(struct device *dev, int *mode); member
/linux-6.1.9/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst14 assign them to cpusets and their attached tasks. This is a way of limiting the
25 four equal chunks of 512M each that we can now use to assign to cpusets. As
43 Documentation/admin-guide/cgroup-v1/cpusets.rst, you can assign fake nodes (i.e. contiguous memory
56 You can now assign tasks to these cpusets to limit the memory resources
75 This allows for coarse memory management for the tasks you assign to particular
/linux-6.1.9/drivers/gpu/drm/i915/pxp/
Dintel_pxp.h32 bool assign);
61 bool assign) in intel_pxp_key_check() argument
Dintel_pxp.c244 bool assign) in intel_pxp_key_check() argument
260 if (!obj->pxp_key_instance && assign) in intel_pxp_key_check()
/linux-6.1.9/arch/x86/events/
Dcore.c69 DEFINE_STATIC_CALL_NULL(x86_pmu_assign, *x86_pmu.assign);
959 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
968 if (assign) in perf_assign_events()
969 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
976 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
1048 if (assign) in x86_schedule_events()
1049 assign[i] = hwc->idx; in x86_schedule_events()
1080 wmax, gpmax, assign); in x86_schedule_events()
1093 if (!unsched && assign) { in x86_schedule_events()
1095 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]); in x86_schedule_events()
[all …]
/linux-6.1.9/Documentation/spi/
Dspidev.rst122 return (RD) or assign (WR) the SPI transfer mode. Use the constants
131 which will return (RD) or assign (WR) the full SPI transfer mode,
136 which will return (RD) or assign (WR) the bit justification used to
144 a byte which will return (RD) or assign (WR) the number of bits in
149 u32 which will return (RD) or assign (WR) the maximum SPI transfer
150 speed, in Hz. The controller can't necessarily assign that specific
/linux-6.1.9/arch/x86/events/intel/
Duncore.c443 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
477 if (assign) in uncore_assign_events()
478 assign[i] = hwc->idx; in uncore_assign_events()
483 wmin, wmax, n, assign); in uncore_assign_events()
485 if (!assign || ret) { in uncore_assign_events()
569 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
594 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
603 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
604 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
621 if (hwc->idx != assign[i] || in uncore_pmu_event_add()
[all …]
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-quackingstick.dtsi136 * a new name and assign the proper GPIO.
146 * a new name and assign the proper GPIO.
Dsc7180-trogdor-mrbland.dtsi149 * a new name and assign the proper GPIO.
159 * a new name and assign the proper GPIO.
Dsc7180-trogdor-wormdingler.dtsi211 * a new name and assign the proper GPIO.
221 * a new name and assign the proper GPIO.
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dkvm-assign-cpus.sh10 T=/tmp/kvm-assign-cpus.sh.$$
/linux-6.1.9/Documentation/mm/
Dzsmalloc.rst72 We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where
78 Similarly, we assign zspage to:
/linux-6.1.9/Documentation/devicetree/bindings/timer/
Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit
/linux-6.1.9/drivers/hwtracing/intel_th/
Dmsu-sink.c110 .assign = msu_sink_assign,
/linux-6.1.9/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/linux-6.1.9/Documentation/core-api/irq/
Dconcepts.rst21 Architectures can assign additional meaning to the IRQ numbers, and
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dprotection-keys.rst64 *ptr = foo; // assign something

1234567