Home
last modified time | relevance | path

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

1234567

/linux/scripts/gcc-plugins/
A Dlatent_entropy_plugin.c337 gimple assign; in perturb_local_entropy() local
345 update_stmt(assign); in perturb_local_entropy()
351 gimple assign; in __perturb_latent_entropy() local
363 update_stmt(assign); in __perturb_latent_entropy()
369 update_stmt(assign); in __perturb_latent_entropy()
374 update_stmt(assign); in __perturb_latent_entropy()
427 gimple assign, call; in init_local_entropy() local
446 update_stmt(assign); in init_local_entropy()
456 update_stmt(assign); in init_local_entropy()
461 update_stmt(assign); in init_local_entropy()
[all …]
/linux/arch/mips/vr41xx/common/
A Dicu.c480 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()
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()
540 intassign2 |= (uint16_t)assign; in set_sysint2_assign()
560 intassign3 |= (uint16_t)assign; in set_sysint2_assign()
[all …]
/linux/include/trace/
A 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
A Dtrace_events.h74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
79 PARAMS(assign), \
115 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
140 assign, print, reg, unreg) \ argument
142 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
146 assign, print, reg, unreg) \ argument
148 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
210 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
383 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
546 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
A Dperf.h31 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
66 { assign; } \
/linux/include/linux/
A 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
A Dintel_th.h32 void *(*assign)(struct device *dev, int *mode); member
/linux/tools/testing/selftests/bpf/progs/
A Dtest_sk_assign.c105 goto assign; in handle_udp()
115 assign: in handle_udp()
138 goto assign; in handle_tcp()
155 assign: in handle_tcp()
/linux/Documentation/x86/x86_64/
A 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/drivers/gpu/drm/i915/pxp/
A Dintel_pxp.h34 bool assign);
58 bool assign) in intel_pxp_key_check() argument
A Dintel_pxp.c224 bool assign) in intel_pxp_key_check() argument
240 if (!obj->pxp_key_instance && assign) in intel_pxp_key_check()
/linux/arch/x86/events/
A Dcore.c966 if (assign) in perf_assign_events()
1046 if (assign) in x86_schedule_events()
1047 assign[i] = hwc->idx; in x86_schedule_events()
1078 wmax, gpmax, assign); in x86_schedule_events()
1091 if (!unsched && assign) { in x86_schedule_events()
1216 idx = hwc->idx = cpuc->assign[i]; in x86_assign_hw_event()
1274 return hwc->idx == cpuc->assign[i] && in match_prev_assignment()
1450 int assign[X86_PMC_IDX_MAX]; in x86_pmu_add() local
1482 memcpy(cpuc->assign, assign, n*sizeof(int)); in x86_pmu_add()
2286 int assign[X86_PMC_IDX_MAX]; in x86_pmu_commit_txn() local
[all …]
A Dperf_event.h243 int assign[X86_PMC_IDX_MAX]; /* event to counter assignment */ member
730 void (*assign)(struct perf_event *event, int idx); member
735 int (*schedule_events)(struct cpu_hw_events *cpuc, int n, int *assign);
1128 int wmin, int wmax, int gpmax, int *assign);
1129 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign);
/linux/Documentation/spi/
A 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/arch/x86/events/intel/
A Duncore.c477 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()
622 hwc->last_tag != box->tags[assign[i]]) in uncore_pmu_event_add()
[all …]
/linux/Documentation/vm/
A Dzsmalloc.rst72 We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where
78 Similarly, we assign zspage to:
/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm-assign-cpus.sh10 T=/tmp/kvm-assign-cpus.sh.$$
/linux/Documentation/devicetree/bindings/timer/
A Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit
/linux/Documentation/powerpc/
A 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/drivers/hwtracing/intel_th/
A Dmsu-sink.c107 .assign = msu_sink_assign,
/linux/Documentation/devicetree/bindings/mailbox/
A Dmailbox.txt4 assign appropriate mailbox channel to client drivers.
/linux/Documentation/core-api/irq/
A Dconcepts.rst21 Architectures can assign additional meaning to the IRQ numbers, and
/linux/Documentation/scheduler/
A 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/Documentation/userspace-api/media/v4l/
A Dapp-pri.rst9 When multiple applications share a device it may be desirable to assign
/linux/Documentation/translations/zh_CN/core-api/
A Dprotection-keys.rst64 *ptr = foo; // assign something

Completed in 60 milliseconds

1234567