/linux-6.3-rc2/scripts/gcc-plugins/ |
A D | latent_entropy_plugin.c | 343 gimple assign; in perturb_local_entropy() local 351 update_stmt(assign); in perturb_local_entropy() 357 gimple assign; in __perturb_latent_entropy() local 369 update_stmt(assign); in __perturb_latent_entropy() 375 update_stmt(assign); in __perturb_latent_entropy() 380 update_stmt(assign); in __perturb_latent_entropy() 433 gimple assign, call; in init_local_entropy() local 452 update_stmt(assign); in init_local_entropy() 462 update_stmt(assign); in init_local_entropy() 467 update_stmt(assign); in init_local_entropy() [all …]
|
/linux-6.3-rc2/include/trace/ |
A D | trace_events.h | 39 #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 …]
|
A D | trace_custom_events.h | 27 #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
|
A D | define_trace.h | 27 #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 D | perf.h | 16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 51 { assign; } \
|
A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_sk_assign.c | 115 goto assign; in handle_udp() 125 assign: in handle_udp() 147 goto assign; in handle_tcp() 164 assign: in handle_tcp()
|
/linux-6.3-rc2/include/linux/ |
A D | tracepoint.h | 551 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 563 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 566 assign, print, reg, unreg) \ argument 569 assign, print, reg, unreg) \ argument 573 struct, assign, print) \ argument 589 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument 592 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
A D | intel_th.h | 32 void *(*assign)(struct device *dev, int *mode); member
|
/linux-6.3-rc2/Documentation/x86/x86_64/ |
A D | fake-numa-for-cpusets.rst | 14 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.3-rc2/arch/x86/events/ |
A D | core.c | 970 if (assign) in perf_assign_events() 1050 if (assign) in x86_schedule_events() 1051 assign[i] = hwc->idx; in x86_schedule_events() 1082 wmax, gpmax, assign); in x86_schedule_events() 1095 if (!unsched && assign) { in x86_schedule_events() 1220 idx = hwc->idx = cpuc->assign[i]; in x86_assign_hw_event() 1278 return hwc->idx == cpuc->assign[i] && in match_prev_assignment() 1443 int assign[X86_PMC_IDX_MAX]; in x86_pmu_add() local 1475 memcpy(cpuc->assign, assign, n*sizeof(int)); in x86_pmu_add() 2275 int assign[X86_PMC_IDX_MAX]; in x86_pmu_commit_txn() local [all …]
|
/linux-6.3-rc2/Documentation/spi/ |
A D | spidev.rst | 122 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.3-rc2/drivers/gpu/drm/i915/pxp/ |
A D | intel_pxp.h | 32 bool assign);
|
A D | intel_pxp.c | 326 bool assign) in intel_pxp_key_check() argument 342 if (!obj->pxp_key_instance && assign) in intel_pxp_key_check()
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | uncore.c | 492 if (assign) in uncore_assign_events() 493 assign[i] = hwc->idx; in uncore_assign_events() 498 wmin, wmax, n, assign); in uncore_assign_events() 500 if (!assign || ret) { in uncore_assign_events() 584 int assign[UNCORE_PMC_IDX_MAX]; in uncore_pmu_event_add() local 609 ret = uncore_assign_events(box, assign, n); in uncore_pmu_event_add() 618 if (hwc->idx == assign[i] && in uncore_pmu_event_add() 619 hwc->last_tag == box->tags[assign[i]]) in uncore_pmu_event_add() 636 if (hwc->idx != assign[i] || in uncore_pmu_event_add() 637 hwc->last_tag != box->tags[assign[i]]) in uncore_pmu_event_add() [all …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sc7180-trogdor-quackingstick.dtsi | 136 * a new name and assign the proper GPIO. 146 * a new name and assign the proper GPIO.
|
A D | sc7180-trogdor-mrbland.dtsi | 149 * a new name and assign the proper GPIO. 159 * a new name and assign the proper GPIO.
|
A D | sc7180-trogdor-wormdingler.dtsi | 211 * a new name and assign the proper GPIO. 221 * a new name and assign the proper GPIO.
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | Kconfig | 22 driver. This can be used to assign priority to traffic, based on
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A D | jcore,pit.txt | 11 - interrupts: An interrupt to assign for the timer. The actual pit
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/bluetooth/ |
A D | bluetooth-controller.yaml | 24 in order to assign the address 00:11:22:33:44:55 this property must have
|
/linux-6.3-rc2/drivers/hwtracing/intel_th/ |
A D | msu-sink.c | 110 .assign = msu_sink_assign,
|
/linux-6.3-rc2/Documentation/core-api/irq/ |
A D | concepts.rst | 21 Architectures can assign additional meaning to the IRQ numbers, and
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/ |
A D | mailbox.txt | 4 assign appropriate mailbox channel to client drivers.
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | protection-keys.rst | 64 *ptr = foo; // assign something
|