Home
last modified time | relevance | path

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

123456

/Linux-v5.10/scripts/gcc-plugins/
Dlatent_entropy_plugin.c349 gimple assign; in perturb_local_entropy() local
354 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
356 gsi_insert_before(&gsi, assign, GSI_NEW_STMT); in perturb_local_entropy()
357 update_stmt(assign); in perturb_local_entropy()
363 gimple assign; in __perturb_latent_entropy() local
373 assign = gimple_build_assign(temp, latent_entropy_decl); in __perturb_latent_entropy()
374 gsi_insert_before(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
375 update_stmt(assign); in __perturb_latent_entropy()
379 assign = create_assign(op, temp, temp, local_entropy); in __perturb_latent_entropy()
380 gsi_insert_after(gsi, assign, GSI_NEW_STMT); in __perturb_latent_entropy()
[all …]
/Linux-v5.10/arch/mips/vr41xx/common/
Dicu.c464 static inline int set_sysint1_assign(unsigned int irq, unsigned char assign) in set_sysint1_assign() argument
480 intassign0 |= (uint16_t)assign; in set_sysint1_assign()
484 intassign0 |= (uint16_t)assign << 3; in set_sysint1_assign()
488 intassign0 |= (uint16_t)assign << 6; in set_sysint1_assign()
492 intassign0 |= (uint16_t)assign << 9; in set_sysint1_assign()
496 intassign0 |= (uint16_t)assign << 12; in set_sysint1_assign()
500 intassign1 |= (uint16_t)assign; in set_sysint1_assign()
504 intassign1 |= (uint16_t)assign << 6; in set_sysint1_assign()
508 intassign1 |= (uint16_t)assign << 9; in set_sysint1_assign()
515 sysint1_assign[pin] = assign; in set_sysint1_assign()
[all …]
/Linux-v5.10/include/trace/
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
Dtrace_events.h74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
79 PARAMS(assign), \
112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
137 assign, print, reg, unreg) \ argument
139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
143 assign, print, reg, unreg) \ argument
145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
351 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
508 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
Dperf.h31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
66 { assign; } \
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_sk_assign.c106 goto assign; in handle_udp()
116 assign: in handle_udp()
139 goto assign; in handle_tcp()
156 assign: in handle_tcp()
/Linux-v5.10/include/linux/
Dtracepoint.h534 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
546 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
549 assign, print, reg, unreg) \ argument
552 assign, print, reg, unreg) \ argument
556 struct, assign, print) \ argument
572 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
575 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
Dintel_th.h32 void *(*assign)(struct device *dev, int *mode); member
/Linux-v5.10/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-v5.10/arch/x86/events/
Dcore.c906 int wmin, int wmax, int gpmax, int *assign) in perf_assign_events() argument
915 if (assign) in perf_assign_events()
916 assign[sched.state.event] = sched.state.counter; in perf_assign_events()
923 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() argument
994 if (assign) in x86_schedule_events()
995 assign[i] = hwc->idx; in x86_schedule_events()
1026 wmax, gpmax, assign); in x86_schedule_events()
1039 if (!unsched && assign) { in x86_schedule_events()
1042 static_call_cond(x86_pmu_commit_scheduling)(cpuc, i, assign[i]); in x86_schedule_events()
1163 idx = hwc->idx = cpuc->assign[i]; in x86_assign_hw_event()
[all …]
Dperf_event.h240 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member
646 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
1003 int wmin, int wmax, int gpmax, int *assign);
1004 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
/Linux-v5.10/Documentation/spi/
Dspidev.rst94 return (RD) or assign (WR) the SPI transfer mode. Use the constants
103 which will return (RD) or assign (WR) the full SPI transfer mode,
108 which will return (RD) or assign (WR) the bit justification used to
116 a byte which will return (RD) or assign (WR) the number of bits in
121 u32 which will return (RD) or assign (WR) the maximum SPI transfer
122 speed, in Hz. The controller can't necessarily assign that specific
/Linux-v5.10/arch/x86/events/intel/
Duncore.c427 static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n) in uncore_assign_events() argument
461 if (assign) in uncore_assign_events()
462 assign[i] = hwc->idx; in uncore_assign_events()
467 wmin, wmax, n, assign); in uncore_assign_events()
469 if (!assign || ret) { in uncore_assign_events()
553 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local
578 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add()
587 if (hwc->idx == assign[i] && in uncore_pmu_event_add()
588 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add()
605 if (hwc->idx != assign[i] || in uncore_pmu_event_add()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/mtd/
Dcommon.txt4 - label: user-defined MTD device name. Can be used to assign user
/Linux-v5.10/Documentation/devicetree/bindings/timer/
Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit
/Linux-v5.10/Documentation/vm/
Dzsmalloc.rst72 We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where
78 Similarly, we assign zspage to:
/Linux-v5.10/drivers/hwtracing/intel_th/
Dmsu-sink.c107 .assign = msu_sink_assign,
/Linux-v5.10/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/Linux-v5.10/Documentation/core-api/irq/
Dconcepts.rst21 Architectures can assign additional meaning to the IRQ numbers, and
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dapp-pri.rst9 When multiple applications share a device it may be desirable to assign
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/
Dnet_cls.rst8 The Traffic Controller (tc) can be used to assign
/Linux-v5.10/Documentation/scheduler/
Dsched-rt-group.rst116 want to assign bandwidth to another group, reduce the root group's bandwidth
117 and assign some or all of the difference to another group.
119 Realtime group scheduling means you have to assign a portion of total CPU
/Linux-v5.10/Documentation/powerpc/
Dpci_iov_resource_on_powernv.rst92 need to ensure Linux doesn't assign anything there, the M32 logic
142 spaces or assign the remaining PE# to 32-bit only devices.
172 discover the BAR sizes and assign addresses for them. For VF devices,
174 discover sizes and assign addresses. The BARs in the VF's config space
211 and a 32MB BAR, we could use one M64 window to assign 1MB segments and
212 another M64 window to assign 32MB segments.
/Linux-v5.10/drivers/pnp/
DKconfig12 peripherals to be configured by software, e.g. assign IRQ's or other
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Dusb3503.txt22 clock-names in order to assign it

123456