Symbol: at
arch/alpha/include/uapi/asm/regdef.h
40
#define AT $at /* assembler temporary */
arch/arc/include/asm/entry-arcv2.h
53
; 2. STATUS32.Z flag set if in U mode at time of interrupt (U:1,K:0)
arch/arc/include/asm/entry-arcv2.h
82
; 2. STATUS32.Z flag set if in U mode at time of exception (U:1,K:0)
arch/arm/include/asm/tls.h
30
streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0
arch/arm/include/asm/tls.h
43
str \tp, [\tmp1, #-15] @ set TLS value at 0xffff0ff0
arch/m68k/apollo/config.c
148
unsigned char *at = (unsigned char *)apollo_timer;
arch/m68k/apollo/config.c
153
READ_ONCE(*(at + 3));
arch/m68k/apollo/config.c
154
READ_ONCE(*(at + 5));
arch/mips/include/asm/regdef.h
156
#define AT $at /* assembler temp - uppercase because of ".set at" */
arch/mips/include/asm/stackframe.h
236
.set at=k1
arch/mips/math-emu/dp_maddf.c
204
at = lrm + (t << 32);
arch/mips/math-emu/dp_maddf.c
205
hrm += at < lrm;
arch/mips/math-emu/dp_maddf.c
206
lrm = at;
arch/mips/math-emu/dp_maddf.c
212
at = lrm + (t << 32);
arch/mips/math-emu/dp_maddf.c
213
hrm += at < lrm;
arch/mips/math-emu/dp_maddf.c
214
lrm = at;
arch/mips/math-emu/dp_maddf.c
54
u64 at;
arch/mips/math-emu/dp_mul.c
129
at = lrm + (t << 32);
arch/mips/math-emu/dp_mul.c
130
hrm += at < lrm;
arch/mips/math-emu/dp_mul.c
131
lrm = at;
arch/mips/math-emu/dp_mul.c
137
at = lrm + (t << 32);
arch/mips/math-emu/dp_mul.c
138
hrm += at < lrm;
arch/mips/math-emu/dp_mul.c
139
lrm = at;
arch/mips/math-emu/dp_mul.c
24
u64 at;
arch/mips/math-emu/sp_mul.c
127
at = lrm + (t << 16);
arch/mips/math-emu/sp_mul.c
128
hrm += at < lrm;
arch/mips/math-emu/sp_mul.c
129
lrm = at;
arch/mips/math-emu/sp_mul.c
133
at = lrm + (t << 16);
arch/mips/math-emu/sp_mul.c
134
hrm += at < lrm;
arch/mips/math-emu/sp_mul.c
135
lrm = at;
arch/mips/math-emu/sp_mul.c
24
unsigned int at;
arch/powerpc/include/asm/io.h
640
#define DEF_PCI_AC_RET(name, ret, at, al) ret (*name) at;
arch/powerpc/include/asm/io.h
641
#define DEF_PCI_AC_NORET(name, at, al) void (*name) at;
arch/powerpc/include/asm/io.h
651
#define DEF_PCI_AC_RET(name, ret, at, al) \
arch/powerpc/include/asm/io.h
652
static inline ret name at \
arch/powerpc/include/asm/io.h
659
#define DEF_PCI_AC_NORET(name, at, al) \
arch/powerpc/include/asm/io.h
660
static inline void name at \
arch/s390/include/asm/ap.h
124
unsigned int at : 8; /* ap type */
arch/s390/kernel/uv.c
609
static inline ssize_t emit_hash(struct uv_key_hash *hash, char *buf, int at)
arch/s390/kernel/uv.c
611
return sysfs_emit_at(buf, at, "%016llx%016llx%016llx%016llx\n",
arch/x86/events/intel/ds.c
1162
struct bts_record *at, *base, *top;
arch/x86/events/intel/ds.c
1197
for (at = base; at < top; at++) {
arch/x86/events/intel/ds.c
1204
(kernel_ip(at->from) || kernel_ip(at->to)))
arch/x86/events/intel/ds.c
1221
for (at = base; at < top; at++) {
arch/x86/events/intel/ds.c
1224
(kernel_ip(at->from) || kernel_ip(at->to)))
arch/x86/events/intel/ds.c
1227
data.ip = at->from;
arch/x86/events/intel/ds.c
1228
data.addr = at->to;
arch/x86/events/intel/ds.c
2642
void *at = __pebs;
arch/x86/events/intel/ds.c
2644
if (at == NULL)
arch/x86/events/intel/ds.c
2655
header = at;
arch/x86/events/intel/ds.c
2656
next_record = at + sizeof(struct arch_pebs_header);
arch/x86/events/intel/ds.c
2747
at = at + header->size;
arch/x86/events/intel/ds.c
2756
void *at;
arch/x86/events/intel/ds.c
2769
for (at = base; at < top; at += cpuc->pebs_record_size) {
arch/x86/events/intel/ds.c
2770
unsigned long status = get_pebs_status(at);
arch/x86/events/intel/ds.c
2775
return at;
arch/x86/events/intel/ds.c
2778
return at;
arch/x86/events/intel/ds.c
2784
return at;
arch/x86/events/intel/ds.c
2861
void *at,
arch/x86/events/intel/ds.c
2864
setup_sample(event, iregs, at, data, regs);
arch/x86/events/intel/ds.c
2873
void *at,
arch/x86/events/intel/ds.c
2879
setup_sample(event, iregs, at, data, regs);
arch/x86/events/intel/ds.c
2944
void *at = get_next_pebs_record_by_bit(base, top, bit);
arch/x86/events/intel/ds.c
2951
__intel_pmu_pebs_event(event, iregs, regs, data, at, setup_sample);
arch/x86/events/intel/ds.c
2952
at += cpuc->pebs_record_size;
arch/x86/events/intel/ds.c
2953
at = get_next_pebs_record_by_bit(at, top, bit);
arch/x86/events/intel/ds.c
2957
__intel_pmu_pebs_last_event(event, iregs, regs, data, at, count, setup_sample);
arch/x86/events/intel/ds.c
2965
struct pebs_record_core *at, *top;
arch/x86/events/intel/ds.c
2971
at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base;
arch/x86/events/intel/ds.c
2987
n = top - at;
arch/x86/events/intel/ds.c
2994
__intel_pmu_pebs_events(event, iregs, data, at, top, 0, n,
arch/x86/events/intel/ds.c
3023
void *base, *at, *top;
arch/x86/events/intel/ds.c
3050
for (at = base; at < top; at += x86_pmu.pebs_record_size) {
arch/x86/events/intel/ds.c
3051
struct pebs_record_nhm *p = at;
arch/x86/events/intel/ds.c
3138
void *at, u64 pebs_status,
arch/x86/events/intel/ds.c
3158
last[bit] = at;
arch/x86/events/intel/ds.c
3194
void *base, *at, *top;
arch/x86/events/intel/ds.c
3218
for (at = base; at < top; at += basic->format_size) {
arch/x86/events/intel/ds.c
3221
basic = at;
arch/x86/events/intel/ds.c
3226
__intel_pmu_handle_pebs_record(iregs, regs, data, at,
arch/x86/events/intel/ds.c
3244
void *base, *at, *top;
arch/x86/events/intel/ds.c
3272
for (at = base; at < top;) {
arch/x86/events/intel/ds.c
3277
header = at;
arch/x86/events/intel/ds.c
3284
at += header->size;
arch/x86/events/intel/ds.c
3288
basic = at + sizeof(struct arch_pebs_header);
arch/x86/events/intel/ds.c
3290
__intel_pmu_handle_pebs_record(iregs, regs, data, at,
arch/x86/events/intel/ds.c
3298
at += header->size;
arch/x86/events/intel/ds.c
3299
header = at;
arch/x86/events/intel/ds.c
3303
at += header->size;
arch/xtensa/include/asm/asm-uaccess.h
49
.macro user_ok aa, as, at, error
arch/xtensa/include/asm/asm-uaccess.h
79
.macro access_ok aa, as, at, sp, error
arch/xtensa/include/asm/asmmacro.h
105
.macro __loopt ar, as, at, incr_log2
arch/xtensa/include/asm/asmmacro.h
50
.macro __loopi ar, at, size, incr
arch/xtensa/include/asm/asmmacro.h
66
.macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond
arch/xtensa/include/asm/cacheasm.h
103
.macro ___flush_invalidate_dcache_all ar at
arch/xtensa/include/asm/cacheasm.h
113
.macro ___flush_dcache_all ar at
arch/xtensa/include/asm/cacheasm.h
123
.macro ___invalidate_dcache_all ar at
arch/xtensa/include/asm/cacheasm.h
133
.macro ___invalidate_icache_all ar at
arch/xtensa/include/asm/cacheasm.h
144
.macro ___flush_invalidate_dcache_range ar as at
arch/xtensa/include/asm/cacheasm.h
153
.macro ___flush_dcache_range ar as at
arch/xtensa/include/asm/cacheasm.h
162
.macro ___invalidate_dcache_range ar as at
arch/xtensa/include/asm/cacheasm.h
171
.macro ___invalidate_icache_range ar as at
arch/xtensa/include/asm/cacheasm.h
35
.macro __loop_cache_unroll ar at insn size line_width max_immed
arch/xtensa/include/asm/cacheasm.h
56
.macro __loop_cache_all ar at insn size line_width max_immed
arch/xtensa/include/asm/cacheasm.h
64
.macro __loop_cache_range ar as at insn line_width
arch/xtensa/include/asm/cacheasm.h
76
.macro __loop_cache_page ar at insn line_width max_immed
arch/xtensa/include/asm/cacheasm.h
83
.macro ___unlock_dcache_all ar at
arch/xtensa/include/asm/cacheasm.h
93
.macro ___unlock_icache_all ar at
block/badblocks.c
778
static int insert_at(struct badblocks *bb, int at, struct badblocks_context *bad)
block/badblocks.c
786
if (at < bb->count)
block/badblocks.c
787
memmove(p + at + 1, p + at, (bb->count - at) * 8);
block/badblocks.c
788
p[at] = BB_MAKE(bad->start, len, bad->ack);
drivers/ata/pata_amd.c
103
t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 2, 10)]) : 0x03;
drivers/ata/pata_amd.c
107
t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 1, 10)]) : 0x03;
drivers/ata/pata_amd.c
111
t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 1, 15)]) : 0x03;
drivers/ata/pata_amd.c
119
if (at.udma)
drivers/ata/pata_amd.c
52
struct ata_timing at, apeer;
drivers/ata/pata_amd.c
62
if (ata_timing_compute(adev, speed, &at, T, UT) < 0) {
drivers/ata/pata_amd.c
71
ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT);
drivers/ata/pata_amd.c
74
ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT);
drivers/ata/pata_amd.c
77
if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1;
drivers/ata/pata_amd.c
78
if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15;
drivers/ata/pata_amd.c
86
t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at.setup, 1, 4) - 1) << ((3 - dn) << 1));
drivers/ata/pata_amd.c
91
((clamp_val(at.act8b, 1, 16) - 1) << 4) | (clamp_val(at.rec8b, 1, 16) - 1));
drivers/ata/pata_amd.c
95
((clamp_val(at.active, 1, 16) - 1) << 4) | (clamp_val(at.recover, 1, 16) - 1));
drivers/ata/pata_amd.c
99
t = at.udma ? (0xc0 | (clamp_val(at.udma, 2, 5) - 2)) : 0x03;
drivers/ata/pata_ns87410.c
55
struct ata_timing at;
drivers/ata/pata_ns87410.c
74
if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) {
drivers/ata/pata_ns87410.c
79
at.active = clamp_val(at.active, 2, 16) - 2;
drivers/ata/pata_ns87410.c
80
at.setup = clamp_val(at.setup, 1, 4) - 1;
drivers/ata/pata_ns87410.c
81
at.recover = clamp_val(at.recover, 1, 12) - 1;
drivers/ata/pata_ns87410.c
83
idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active];
drivers/block/zram/zcomp.c
104
at += sysfs_emit_at(buf, at, "[%s] ",
drivers/block/zram/zcomp.c
107
at += sysfs_emit_at(buf, at, "%s ", backends[i]->name);
drivers/block/zram/zcomp.c
111
at += sysfs_emit_at(buf, at, "\n");
drivers/block/zram/zcomp.c
112
return at;
drivers/block/zram/zcomp.c
98
ssize_t zcomp_available_show(const char *comp, char *buf, ssize_t at)
drivers/block/zram/zcomp.h
82
ssize_t zcomp_available_show(const char *comp, char *buf, ssize_t at);
drivers/clocksource/arm_arch_timer_mmio.c
135
struct arch_timer *at = cs_to_arch_timer(cs);
drivers/clocksource/arm_arch_timer_mmio.c
137
return arch_counter_mmio_get_cnt(at);
drivers/clocksource/arm_arch_timer_mmio.c
142
struct arch_timer *at = evt_to_arch_timer(clk);
drivers/clocksource/arm_arch_timer_mmio.c
145
ctrl = arch_timer_mmio_read(at, ARCH_TIMER_REG_CTRL);
drivers/clocksource/arm_arch_timer_mmio.c
147
arch_timer_mmio_write(at, ARCH_TIMER_REG_CTRL, ctrl);
drivers/clocksource/arm_arch_timer_mmio.c
180
struct arch_timer *at = evt_to_arch_timer(evt);
drivers/clocksource/arm_arch_timer_mmio.c
183
ctrl = arch_timer_mmio_read(at, ARCH_TIMER_REG_CTRL);
drivers/clocksource/arm_arch_timer_mmio.c
186
arch_timer_mmio_write(at, ARCH_TIMER_REG_CTRL, ctrl);
drivers/clocksource/arm_arch_timer_mmio.c
197
struct arch_timer *at = platform_get_drvdata(pdev);
drivers/clocksource/arm_arch_timer_mmio.c
201
cntctlbase = ioremap(at->gt_block->cntctlbase, at->gt_block->size);
drivers/clocksource/arm_arch_timer_mmio.c
204
&at->gt_block->cntctlbase);
drivers/clocksource/arm_arch_timer_mmio.c
218
frame = &at->gt_block->frame[i];
drivers/clocksource/arm_arch_timer_mmio.c
231
at->access = VIRT_ACCESS;
drivers/clocksource/arm_arch_timer_mmio.c
239
at->access = PHYS_ACCESS;
drivers/clocksource/arm_arch_timer_mmio.c
248
static void arch_timer_mmio_setup(struct arch_timer *at, int irq)
drivers/clocksource/arm_arch_timer_mmio.c
250
at->evt = (struct clock_event_device) {
drivers/clocksource/arm_arch_timer_mmio.c
262
at->evt.set_state_shutdown(&at->evt);
drivers/clocksource/arm_arch_timer_mmio.c
264
clockevents_config_and_register(&at->evt, at->rate, 0xf,
drivers/clocksource/arm_arch_timer_mmio.c
267
enable_irq(at->evt.irq);
drivers/clocksource/arm_arch_timer_mmio.c
269
at->cs = (struct clocksource) {
drivers/clocksource/arm_arch_timer_mmio.c
277
clocksource_register_hz(&at->cs, at->rate);
drivers/clocksource/arm_arch_timer_mmio.c
283
struct arch_timer *at = platform_get_drvdata(pdev);
drivers/clocksource/arm_arch_timer_mmio.c
292
at->base = devm_ioremap(&pdev->dev, frame->cntbase, frame->size);
drivers/clocksource/arm_arch_timer_mmio.c
293
if (!at->base) {
drivers/clocksource/arm_arch_timer_mmio.c
304
rate = readl_relaxed(at->base + CNTFRQ);
drivers/clocksource/arm_arch_timer_mmio.c
306
if (!np || of_property_read_u32(np, "clock-frequency", &at->rate))
drivers/clocksource/arm_arch_timer_mmio.c
307
at->rate = rate;
drivers/clocksource/arm_arch_timer_mmio.c
309
if (!at->rate)
drivers/clocksource/arm_arch_timer_mmio.c
310
at->rate = arch_timer_get_rate();
drivers/clocksource/arm_arch_timer_mmio.c
312
irq = at->access == VIRT_ACCESS ? frame->virt_irq : frame->phys_irq;
drivers/clocksource/arm_arch_timer_mmio.c
315
&at->evt);
drivers/clocksource/arm_arch_timer_mmio.c
322
arch_timer_mmio_setup(at, irq);
drivers/clocksource/arm_arch_timer_mmio.c
327
struct arch_timer *at)
drivers/clocksource/arm_arch_timer_mmio.c
334
at->gt_block->cntctlbase = res.start;
drivers/clocksource/arm_arch_timer_mmio.c
335
at->gt_block->size = resource_size(&res);
drivers/clocksource/arm_arch_timer_mmio.c
352
frame = &at->gt_block->frame[n];
drivers/clocksource/arm_arch_timer_mmio.c
377
struct arch_timer *at;
drivers/clocksource/arm_arch_timer_mmio.c
383
at = devm_kmalloc(&pdev->dev, sizeof(*at), GFP_KERNEL | __GFP_ZERO);
drivers/clocksource/arm_arch_timer_mmio.c
384
if (!at)
drivers/clocksource/arm_arch_timer_mmio.c
388
at->gt_block = devm_kmalloc(&pdev->dev, sizeof(*at->gt_block),
drivers/clocksource/arm_arch_timer_mmio.c
390
if (!at->gt_block)
drivers/clocksource/arm_arch_timer_mmio.c
392
ret = of_populate_gt_block(pdev, at);
drivers/clocksource/arm_arch_timer_mmio.c
396
at->gt_block = dev_get_platdata(&pdev->dev);
drivers/clocksource/arm_arch_timer_mmio.c
399
platform_set_drvdata(pdev, at);
drivers/clocksource/arm_arch_timer_mmio.c
405
&at->gt_block->cntctlbase);
drivers/clocksource/arm_arch_timer_mmio.c
413
(unsigned long)at->rate / 1000000,
drivers/clocksource/arm_arch_timer_mmio.c
414
(unsigned long)(at->rate / 10000) % 100,
drivers/clocksource/arm_arch_timer_mmio.c
415
at->access == VIRT_ACCESS ? "virt" : "phys");
drivers/dma-buf/udmabuf.c
168
static struct sg_table *map_udmabuf(struct dma_buf_attachment *at,
drivers/dma-buf/udmabuf.c
171
return get_sg_table(at->dev, at->dmabuf, direction);
drivers/dma-buf/udmabuf.c
174
static void unmap_udmabuf(struct dma_buf_attachment *at,
drivers/dma-buf/udmabuf.c
178
return put_sg_table(at->dev, sg, direction);
drivers/dma/amba-pl08x.c
2159
if (!plchan->phychan && !plchan->at) {
drivers/dma/amba-pl08x.c
2174
if (plchan->at) {
drivers/dma/amba-pl08x.c
2175
vchan_terminate_vdesc(&plchan->at->vd);
drivers/dma/amba-pl08x.c
2176
plchan->at = NULL;
drivers/dma/amba-pl08x.c
2203
if (!plchan->phychan && !plchan->at) {
drivers/dma/amba-pl08x.c
2226
if (!plchan->phychan && !plchan->at) {
drivers/dma/amba-pl08x.c
2318
tx = plchan->at;
drivers/dma/amba-pl08x.c
2322
plchan->at = NULL;
drivers/dma/amba-pl08x.c
253
struct pl08x_txd *at;
drivers/dma/amba-pl08x.c
537
plchan->at = txd;
drivers/dma/amba-pl08x.c
765
txd = plchan->at;
drivers/firmware/efi/test/efi_test.c
147
u32 attr, *at;
drivers/firmware/efi/test/efi_test.c
172
at = getvariable.attributes ? &attr : NULL;
drivers/firmware/efi/test/efi_test.c
184
status = efi.get_variable(name, vd, at, dz, data);
drivers/firmware/efi/test/efi_test.c
215
if (at && put_user(attr, getvariable.attributes)) {
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
960
ssize_t at;
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
963
for (at = ii = 0; ii < ip_hw_instance->num_base_addresses; ii++) {
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
966
if (at + 12 > PAGE_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
968
at += sysfs_emit_at(buf, at, "0x%08X\n",
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
972
return at;
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
158
int i, at;
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
164
at = 0;
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
170
at += snprintf(bl_status_msg + at,
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c
171
PSP13_BL_STATUS_SIZE - at,
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
2428
kv_set_at(adev, i, pi->at[i]);
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
2445
kv_set_at(adev, i, pi->at[i]);
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
2799
pi->at[i] = TRINITY_AT_DFLT;
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
698
static int kv_set_at(struct amdgpu_device *adev, u32 index, u32 at)
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
702
pi->graphics_level[index].AT = cpu_to_be16((u16)at);
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.h
133
u32 at[SUMO_MAX_HARDWARE_POWERLEVELS];
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.h
196
u32 at;
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c
38
int WL, CL, WR, at[2], dt, ds;
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c
61
at[0] = ram->next->bios.timing_20_2e_c0;
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c
62
at[1] = ram->next->bios.timing_20_2e_30;
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c
82
ram->mr[1] |= (at[0] & 0x03) << 4;
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr5.c
92
ram->mr[1] |= (at[1] & 0x03) << 4;
drivers/gpu/drm/radeon/cypress_dpm.h
88
struct at ats[2];
drivers/gpu/drm/radeon/kv_dpm.c
2166
kv_set_at(rdev, i, pi->at[i]);
drivers/gpu/drm/radeon/kv_dpm.c
2183
kv_set_at(rdev, i, pi->at[i]);
drivers/gpu/drm/radeon/kv_dpm.c
2536
pi->at[i] = TRINITY_AT_DFLT;
drivers/gpu/drm/radeon/kv_dpm.c
468
static int kv_set_at(struct radeon_device *rdev, u32 index, u32 at)
drivers/gpu/drm/radeon/kv_dpm.c
472
pi->graphics_level[index].AT = cpu_to_be16((u16)at);
drivers/gpu/drm/radeon/kv_dpm.h
107
u32 at[SUMO_MAX_HARDWARE_POWERLEVELS];
drivers/gpu/drm/radeon/ni_dpm.c
4203
ni_pi->cac_data.leakage_coefficients.at = 516;
drivers/gpu/drm/radeon/ni_dpm.c
751
kt = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->at), 1000),
drivers/gpu/drm/radeon/ni_dpm.h
75
u32 at;
drivers/gpu/drm/radeon/trinity_dpm.c
1911
pi->at[i] = TRINITY_AT_DFLT;
drivers/gpu/drm/radeon/trinity_dpm.c
655
u32 index, u32 at)
drivers/gpu/drm/radeon/trinity_dpm.c
662
value |= AT(at);
drivers/gpu/drm/radeon/trinity_dpm.c
682
trinity_set_at(rdev, index, pi->at[index]);
drivers/gpu/drm/radeon/trinity_dpm.h
94
u32 at[SUMO_MAX_HARDWARE_POWERLEVELS];
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
209
struct list_head *at;
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
223
at = &ld->active;
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
228
at = &entry->active;
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
231
list_add(&ldu->active, at);
drivers/infiniband/hw/hfi1/rc.c
216
ohdr->u.at.aeth = rvt_compute_aeth(qp);
drivers/infiniband/hw/hfi1/rc.c
217
ib_u64_put(e->atomic_data, &ohdr->u.at.atomic_ack_eth);
drivers/infiniband/hw/hfi1/rc.c
218
hwords += sizeof(ohdr->u.at) / sizeof(u32);
drivers/infiniband/hw/hfi1/rc.c
2363
val = ib_u64_get(&ohdr->u.at.atomic_ack_eth);
drivers/infiniband/hw/hfi1/trace.c
396
be32_to_cpu(eh->at.aeth) >> 24,
drivers/infiniband/hw/hfi1/trace.c
397
parse_syndrome(be32_to_cpu(eh->at.aeth) >> 24),
drivers/infiniband/hw/hfi1/trace.c
398
be32_to_cpu(eh->at.aeth) & IB_MSN_MASK,
drivers/infiniband/hw/hfi1/trace.c
399
ib_u64_get(&eh->at.atomic_ack_eth));
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c
275
u8 st, u8 at, u8 ph,
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c
292
HINIC_DMA_ATTR_SET(at, AT) |
drivers/net/ethernet/huawei/hinic3/hinic3_hw_comm.c
216
u8 at, u8 ph, u8 no_snooping, u8 tph_en)
drivers/net/ethernet/huawei/hinic3/hinic3_hw_comm.c
225
dma_attr.at = at;
drivers/net/ethernet/huawei/hinic3/hinic3_hw_comm.h
39
u8 at, u8 ph, u8 no_snooping, u8 tph_en);
drivers/net/ethernet/huawei/hinic3/hinic3_hw_intf.h
204
u8 at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2452
int mlx5hws_action_template_process(struct mlx5hws_action_template *at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2454
struct mlx5hws_actions_wqe_setter *start_setter = at->setters + 1;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2455
enum mlx5hws_action_type *action_type = at->action_type_arr;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2456
struct mlx5hws_actions_wqe_setter *setter = at->setters;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2464
if (at->num_of_action_stes)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2478
for (i = 0; i < at->num_actions; i++) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2608
at->num_of_action_stes = last_setter - start_setter + 1;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2611
at->only_term = (at->num_of_action_stes == 1) &&
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2620
struct mlx5hws_action_template *at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2624
at = kzalloc_obj(*at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2625
if (!at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2631
at->num_actions = num_actions - 1;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2632
at->action_type_arr = kzalloc_objs(*action_type, num_actions);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2633
if (!at->action_type_arr)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2637
at->action_type_arr[i] = action_type[i];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2639
return at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2642
kfree(at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2646
int mlx5hws_action_template_destroy(struct mlx5hws_action_template *at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2648
kfree(at->action_type_arr);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
2649
kfree(at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.h
219
int mlx5hws_action_template_process(struct mlx5hws_action_template *at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
197
bwc_matcher->at,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
257
bwc_matcher->at = kzalloc_objs(*bwc_matcher->at,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
259
if (!bwc_matcher->at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
263
bwc_matcher->at[0] =
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
266
if (!bwc_matcher->at[0]) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
284
&bwc_matcher->at[0],
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
297
mlx5hws_action_template_destroy(bwc_matcher->at[0]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
299
kfree(bwc_matcher->at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
379
mlx5hws_action_template_destroy(bwc_matcher->at[i]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
380
kfree(bwc_matcher->at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
798
p = krealloc(bwc_matcher->at,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
800
sizeof(*bwc_matcher->at),
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
807
bwc_matcher->at = p;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
812
bwc_matcher->at[bwc_matcher->num_of_at] =
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
815
if (unlikely(!bwc_matcher->at[bwc_matcher->num_of_at]))
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
852
action_type_arr = bwc_matcher->at[i]->action_type_arr;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
968
bwc_matcher->at[at_idx]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.h
47
struct mlx5hws_action_template **at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
76
struct mlx5hws_action_template *at = &matcher->at[i];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
80
HWS_PTR_TO_ID(at),
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
82
at->only_term,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
83
at->num_of_action_stes,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
84
at->num_actions);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
86
for (j = 0; j < at->num_actions; j++) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/debug.c
87
action_type = at->action_type_arr[j];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1022
p = krealloc(matcher->at,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1023
matcher->size_of_at_array * sizeof(*matcher->at),
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1030
matcher->at = p;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1036
struct mlx5hws_action_template *at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1054
ret = hws_matcher_check_and_process_at(matcher, at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1058
required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1062
matcher->at[matcher->num_of_at] = *at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1075
struct mlx5hws_action_template *at[],
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1093
matcher->at = kvzalloc_objs(*matcher->at, matcher->size_of_at_array);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1094
if (!matcher->at) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1104
matcher->at[i] = *at[i];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1119
kvfree(matcher->at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1127
struct mlx5hws_action_template *at[],
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
1146
ret = hws_matcher_set_templates(matcher, mt, num_of_mt, at, num_of_at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
607
struct mlx5hws_action_template *at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
613
valid = mlx5hws_action_check_combo(ctx, at->action_type_arr, matcher->tbl->type);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
620
ret = mlx5hws_action_template_process(at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
641
struct mlx5hws_action_template *at = &matcher->at[i];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
643
ret = hws_matcher_check_and_process_at(matcher, at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
649
required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c
921
col_matcher->at = matcher->at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.h
65
struct mlx5hws_action_template *at;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws.h
372
int mlx5hws_action_template_destroy(struct mlx5hws_action_template *at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws.h
396
struct mlx5hws_action_template *at[],
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws.h
418
struct mlx5hws_action_template *at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c
292
struct mlx5hws_action_template *at = &rule->matcher->at[at_idx];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c
308
setter = &at->setters[at->num_of_action_stes];
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c
309
total_stes = at->num_of_action_stes + (is_jumbo && !at->only_term);
drivers/pcmcia/ds.c
1037
int i, at = 0;
drivers/pcmcia/ds.c
1040
at += sysfs_emit_at(buf, at, "%pr\n", p_dev->resource[i]);
drivers/pcmcia/ds.c
1042
return at;
drivers/platform/chrome/chromeos_acpi.c
102
byte_per_line, 1, buf + at, room_left,
drivers/platform/chrome/chromeos_acpi.c
106
at += r;
drivers/platform/chrome/chromeos_acpi.c
109
r = sysfs_emit_at(buf, at, "\n");
drivers/platform/chrome/chromeos_acpi.c
112
at += r;
drivers/platform/chrome/chromeos_acpi.c
116
buf[at] = 0;
drivers/platform/chrome/chromeos_acpi.c
117
return at;
drivers/platform/chrome/chromeos_acpi.c
94
int i, r, at, room_left;
drivers/platform/chrome/chromeos_acpi.c
97
at = 0;
drivers/regulator/vctrl-regulator.c
316
const struct vctrl_voltage_table *at = a;
drivers/regulator/vctrl-regulator.c
319
return at->ctrl - bt->ctrl;
drivers/s390/crypto/ap_bus.c
2208
if (!hwinfo.at) {
drivers/s390/crypto/ap_bus.c
2223
if (ac->hwinfo.at != hwinfo.at) {
drivers/s390/crypto/ap_bus.c
2225
__func__, ap, hwinfo.at);
drivers/s390/crypto/ap_bus.c
2265
comp_type = ap_get_compatible_type(qid, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_bus.c
2268
__func__, ap, hwinfo.at);
drivers/s390/crypto/ap_bus.c
2302
__func__, ap, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_bus.c
2305
__func__, ap, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_bus.c
2308
__func__, ap, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_card.c
36
return sysfs_emit(buf, "%d\n", ac->hwinfo.at);
drivers/s390/crypto/vfio_ap_ops.c
2698
if (info.at < AP_DEVICE_TYPE_CEX4) {
drivers/s390/scsi/zfcp_sysfs.c
21
struct device_attribute *at,\
drivers/s390/scsi/zfcp_sysfs.c
33
struct device_attribute *at,\
drivers/s390/scsi/zfcp_sysfs.c
43
struct device_attribute *at,\
drivers/scsi/sym53c8xx_2/sym_misc.h
81
struct sym_quehead *at = head->flink;
drivers/scsi/sym53c8xx_2/sym_misc.h
86
last->flink = at;
drivers/scsi/sym53c8xx_2/sym_misc.h
87
at->blink = last;
drivers/tee/qcomtee/qcomtee_object.h
295
#define qcomtee_arg_for_each_type(i, args, at) \
drivers/tee/qcomtee/qcomtee_object.h
296
for (i = qcomtee_next_arg_type(args, 0, at); \
drivers/tee/qcomtee/qcomtee_object.h
298
i = qcomtee_next_arg_type(args, i + 1, at))
fs/ext4/extents.c
1056
struct ext4_extent *newext, int at)
fs/ext4/extents.c
1062
int i = at, k, m, a;
fs/ext4/extents.c
1111
ext_debug(inode, "allocate %d blocks for indexes/leaf\n", depth - at);
fs/ext4/extents.c
1112
for (a = 0; a < depth - at; a++) {
fs/ext4/extents.c
1192
k = depth - at - 1;
fs/ext4/extents.c
1280
err = ext4_ext_insert_index(handle, inode, path + at,
fs/ext4/namei.c
1009
bhash = dx_get_hash(p->at);
fs/ext4/namei.c
1021
bh = ext4_read_dirblock(dir, dx_get_block(p->at), INDEX);
fs/ext4/namei.c
1027
p->at = p->entries = ((struct dx_node *) bh->b_data)->entries;
fs/ext4/namei.c
1228
block = dx_get_block(frame->at);
fs/ext4/namei.c
1350
struct dx_entry *old = frame->at, *new = old + 1;
fs/ext4/namei.c
1725
block = dx_get_block(frame->at);
fs/ext4/namei.c
1987
(unsigned long)dx_get_block(frame->at),
fs/ext4/namei.c
2316
frame->at = entries;
fs/ext4/namei.c
2477
struct dx_entry *entries, *at;
fs/ext4/namei.c
2490
at = frame->at;
fs/ext4/namei.c
2491
bh = ext4_read_dirblock(dir, dx_get_block(frame->at), DIRENT_HTREE);
fs/ext4/namei.c
2528
at = frame->at;
fs/ext4/namei.c
2584
if (at - entries >= icount1) {
fs/ext4/namei.c
2585
frame->at = at - entries - icount1 + entries2;
fs/ext4/namei.c
276
struct dx_entry *at;
fs/ext4/namei.c
747
static inline void htree_rep_invariant_check(struct dx_entry *at,
fs/ext4/namei.c
753
if (dx_get_hash(++at) > hash) {
fs/ext4/namei.c
754
at--;
fs/ext4/namei.c
758
ASSERT(at == target - 1);
fs/ext4/namei.c
761
static inline void htree_rep_invariant_check(struct dx_entry *at,
fs/ext4/namei.c
782
struct dx_entry *at, *entries, *p, *q, *m;
fs/ext4/namei.c
890
at = p - 1;
fs/ext4/namei.c
892
at == entries ? 0 : dx_get_hash(at),
fs/ext4/namei.c
893
dx_get_block(at)));
fs/ext4/namei.c
895
frame->at = at;
fs/ext4/namei.c
897
block = dx_get_block(at);
fs/ext4/namei.c
994
if (++(p->at) < p->entries + dx_get_count(p->entries))
fs/sysfs/file.c
779
int sysfs_emit_at(char *buf, int at, const char *fmt, ...)
fs/sysfs/file.c
784
if (WARN(!buf || offset_in_page(buf) || at < 0 || at >= PAGE_SIZE,
fs/sysfs/file.c
785
"invalid sysfs_emit_at: buf:%p at:%d\n", buf, at))
fs/sysfs/file.c
789
len = vscnprintf(buf + at, PAGE_SIZE - at, fmt, args);
include/linux/irq.h
958
#define irq_alloc_desc_at(at, node) \
include/linux/irq.h
959
irq_alloc_descs(at, at, 1, node)
include/linux/irq.h
973
#define devm_irq_alloc_desc_at(dev, at, node) \
include/linux/irq.h
974
devm_irq_alloc_descs(dev, at, at, 1, node)
include/linux/memcontrol.h
175
u64 at; /* jiffies_64 at the time of dirtying */
include/linux/sysfs.h
497
int sysfs_emit_at(char *buf, int at, const char *fmt, ...);
include/linux/sysfs.h
756
static inline int sysfs_emit_at(char *buf, int at, const char *fmt, ...)
include/rdma/ib_hdrs.h
75
} __packed at;
include/uapi/linux/tc_act/tc_pedit.h
56
__u32 at;
kernel/bpf/liveness.c
1083
static bool can_be_local_fp(int depth, int regno, struct arg_track *at)
kernel/bpf/liveness.c
1085
return regno == BPF_REG_FP || at->frame == depth ||
kernel/bpf/liveness.c
1086
(at->frame == ARG_IMPRECISE && (at->mask & BIT(depth)));
kernel/bpf/liveness.c
1336
struct arg_track *at, int insn_idx)
kernel/bpf/liveness.c
1357
ptr = &at[insn->src_reg];
kernel/bpf/liveness.c
1364
ptr = &at[insn->src_reg];
kernel/bpf/liveness.c
1366
ptr = &at[insn->dst_reg];
kernel/bpf/liveness.c
1368
ptr = &at[insn->dst_reg];
kernel/bpf/liveness.c
1373
ptr = &at[insn->dst_reg];
kernel/bpf/liveness.c
1404
struct arg_track *at, int arg_idx,
kernel/bpf/liveness.c
1408
int frame = at->frame;
kernel/bpf/liveness.c
1412
if (!arg_is_fp(at))
kernel/bpf/liveness.c
1431
err = record_stack_access(instance, at, bytes, frame, insn_idx);
kernel/bpf/liveness.c
1433
err = record_imprecise(instance, at->mask, insn_idx);
kernel/bpf/liveness.c
1440
struct arg_track *at,
kernel/bpf/liveness.c
1454
err = record_arg_access(env, instance, insn, &at[r], r - 1, insn_idx);
kernel/bpf/liveness.c
1460
err = record_arg_access(env, instance, insn, &at[MAX_BPF_REG + r],
kernel/bpf/liveness.c
628
static bool arg_is_visited(const struct arg_track *at)
kernel/bpf/liveness.c
630
return at->frame != ARG_UNVISITED;
kernel/bpf/liveness.c
633
static bool arg_is_fp(const struct arg_track *at)
kernel/bpf/liveness.c
635
return at->frame >= 0 || at->frame == ARG_IMPRECISE;
kernel/bpf/liveness.c
638
static void verbose_arg_track(struct bpf_verifier_env *env, struct arg_track *at)
kernel/bpf/liveness.c
642
switch (at->frame) {
kernel/bpf/liveness.c
645
case ARG_IMPRECISE: verbose(env, "IMP%x", at->mask); break;
kernel/bpf/liveness.c
648
if (at->off_cnt == 0) {
kernel/bpf/liveness.c
649
verbose(env, "fp%d ?", at->frame);
kernel/bpf/liveness.c
651
for (i = 0; i < at->off_cnt; i++) {
kernel/bpf/liveness.c
654
verbose(env, "fp%d%+d", at->frame, at->off[i]);
kernel/bpf/liveness.c
681
struct arg_track at = {};
kernel/bpf/liveness.c
683
at.frame = arg;
kernel/bpf/liveness.c
684
at.off[0] = off;
kernel/bpf/liveness.c
685
at.off_cnt = 1;
kernel/bpf/liveness.c
686
return at;
kernel/bpf/liveness.c
868
static void arg_padd(struct arg_track *at, s64 delta)
kernel/bpf/liveness.c
872
if (at->off_cnt == 0)
kernel/bpf/liveness.c
874
for (i = 0; i < at->off_cnt; i++) {
kernel/bpf/liveness.c
877
if (arg_add(at->off[i], delta, &new_off)) {
kernel/bpf/liveness.c
878
at->off_cnt = 0;
kernel/bpf/liveness.c
881
at->off[i] = new_off;
kernel/bpf/verifier.c
12564
enum bpf_arg_type at;
kernel/bpf/verifier.c
12570
at = fn->arg_type[arg];
kernel/bpf/verifier.c
12572
switch (base_type(at)) {
kernel/bpf/verifier.c
12575
bool is_key = base_type(at) == ARG_PTR_TO_MAP_KEY;
kernel/bpf/verifier.c
12623
if (at & MEM_FIXED_SIZE) {
kernel/bpf/verifier.c
12639
if (at & MEM_UNINIT)
kernel/bpf/verifier.c
12662
if (at & MEM_UNINIT)
kernel/sched/ext/ext.c
262
static long jiffies_delta_msecs(unsigned long at, unsigned long now)
kernel/sched/ext/ext.c
264
if (time_after(at, now))
kernel/sched/ext/ext.c
265
return jiffies_to_msecs(at - now);
kernel/sched/ext/ext.c
267
return -(long)jiffies_to_msecs(now - at);
kernel/sched/ext/ext.c
5034
#define scx_attr_event_show(buf, at, events, kind) ({ \
kernel/sched/ext/ext.c
5035
sysfs_emit_at(buf, at, "%s %llu\n", #kind, (events)->kind); \
kernel/sched/ext/ext.c
5043
int at = 0;
kernel/sched/ext/ext.c
5046
at += scx_attr_event_show(buf, at, &events, SCX_EV_SELECT_CPU_FALLBACK);
kernel/sched/ext/ext.c
5047
at += scx_attr_event_show(buf, at, &events, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE);
kernel/sched/ext/ext.c
5048
at += scx_attr_event_show(buf, at, &events, SCX_EV_DISPATCH_KEEP_LAST);
kernel/sched/ext/ext.c
5049
at += scx_attr_event_show(buf, at, &events, SCX_EV_ENQ_SKIP_EXITING);
kernel/sched/ext/ext.c
5050
at += scx_attr_event_show(buf, at, &events, SCX_EV_ENQ_SKIP_MIGRATION_DISABLED);
kernel/sched/ext/ext.c
5051
at += scx_attr_event_show(buf, at, &events, SCX_EV_REENQ_IMMED);
kernel/sched/ext/ext.c
5052
at += scx_attr_event_show(buf, at, &events, SCX_EV_REENQ_LOCAL_REPEAT);
kernel/sched/ext/ext.c
5053
at += scx_attr_event_show(buf, at, &events, SCX_EV_REFILL_SLICE_DFL);
kernel/sched/ext/ext.c
5054
at += scx_attr_event_show(buf, at, &events, SCX_EV_BYPASS_DURATION);
kernel/sched/ext/ext.c
5055
at += scx_attr_event_show(buf, at, &events, SCX_EV_BYPASS_DISPATCH);
kernel/sched/ext/ext.c
5056
at += scx_attr_event_show(buf, at, &events, SCX_EV_BYPASS_ACTIVATE);
kernel/sched/ext/ext.c
5057
at += scx_attr_event_show(buf, at, &events, SCX_EV_INSERT_NOT_OWNED);
kernel/sched/ext/ext.c
5058
at += scx_attr_event_show(buf, at, &events, SCX_EV_SUB_BYPASS_DISPATCH);
kernel/sched/ext/ext.c
5059
return at;
kernel/time/posix-cpu-timers.c
229
static void proc_sample_cputime_atomic(struct task_cputime_atomic *at,
kernel/time/posix-cpu-timers.c
234
utime = atomic64_read(&at->utime);
kernel/time/posix-cpu-timers.c
235
stime = atomic64_read(&at->stime);
kernel/time/posix-cpu-timers.c
236
rtime = atomic64_read(&at->sum_exec_runtime);
mm/memcontrol.c
3853
if (time_before64(frn->at, oldest_at) &&
mm/memcontrol.c
3856
oldest_at = frn->at;
mm/memcontrol.c
3872
if (time_before64(frn->at, now - update_intv))
mm/memcontrol.c
3873
frn->at = now;
mm/memcontrol.c
3879
frn->at = now;
mm/memcontrol.c
3900
if (time_after64(frn->at, now - intv) &&
mm/memcontrol.c
3902
frn->at = 0;
net/core/rtnetlink.c
6291
int at;
net/core/rtnetlink.c
6298
for (at = 1; at <= IFLA_STATS_MAX; at++) {
net/core/rtnetlink.c
6299
if (tb[at]) {
net/core/rtnetlink.c
6300
if (!(filters->mask[0] & IFLA_STATS_FILTER_BIT(at))) {
net/core/rtnetlink.c
6304
filters->mask[at] = nla_get_u32(tb[at]);
net/netfilter/xt_u32.c
28
u_int32_t at;
net/netfilter/xt_u32.c
36
at = 0;
net/netfilter/xt_u32.c
62
if (at + val < at)
net/netfilter/xt_u32.c
64
at += val;
net/netfilter/xt_u32.c
66
if (at + 4 < at || skb->len < at + 4 ||
net/netfilter/xt_u32.c
67
pos > skb->len - at - 4)
net/netfilter/xt_u32.c
70
if (skb_copy_bits(skb, at + pos, &n,
net/openvswitch/flow_netlink.c
3059
struct nlattr *at;
net/openvswitch/flow_netlink.c
3069
at = __add_action(sfa, key_type, NULL, len, log);
net/openvswitch/flow_netlink.c
3070
if (IS_ERR(at)) {
net/openvswitch/flow_netlink.c
3071
err = PTR_ERR(at);
net/openvswitch/flow_netlink.c
3076
memcpy(nla_data(at), nla_data(ovs_key), key_len); /* Key. */
net/openvswitch/flow_netlink.c
3077
memset(nla_data(at) + key_len, 0xff, key_len); /* Mask. */
net/openvswitch/flow_netlink.c
3080
struct ovs_key_ipv6 *mask = nla_data(at) + key_len;
net/sched/act_pedit.c
425
if (check_add_overflow(hoffset, (int)tkey->at, &at_offset) ||
net/sched/act_pedit.c
428
hoffset + tkey->at);
samples/vfio-mdev/mbochs.c
860
static struct sg_table *mbochs_map_dmabuf(struct dma_buf_attachment *at,
samples/vfio-mdev/mbochs.c
863
struct mbochs_dmabuf *dmabuf = at->dmabuf->priv;
samples/vfio-mdev/mbochs.c
875
if (dma_map_sgtable(at->dev, sg, direction, 0))
samples/vfio-mdev/mbochs.c
888
static void mbochs_unmap_dmabuf(struct dma_buf_attachment *at,
samples/vfio-mdev/mbochs.c
892
struct mbochs_dmabuf *dmabuf = at->dmabuf->priv;
samples/vfio-mdev/mbochs.c
897
dma_unmap_sgtable(at->dev, sg, direction, 0);
scripts/kconfig/qconf.h
52
selectedItems().at(i)->setSelected(false);
scripts/unifdef.c
746
static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) {
scripts/unifdef.c
747
if(at == LT_IF || bt == LT_IF) return (LT_IF);
scripts/unifdef.c
750
static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
751
return op_strict(p, a < b, at, bt);
scripts/unifdef.c
753
static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
754
return op_strict(p, a > b, at, bt);
scripts/unifdef.c
756
static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
757
return op_strict(p, a <= b, at, bt);
scripts/unifdef.c
759
static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
760
return op_strict(p, a >= b, at, bt);
scripts/unifdef.c
762
static Linetype op_eq(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
763
return op_strict(p, a == b, at, bt);
scripts/unifdef.c
765
static Linetype op_ne(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
766
return op_strict(p, a != b, at, bt);
scripts/unifdef.c
768
static Linetype op_or(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
769
if (!strictlogic && (at == LT_TRUE || bt == LT_TRUE))
scripts/unifdef.c
771
return op_strict(p, a || b, at, bt);
scripts/unifdef.c
773
static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) {
scripts/unifdef.c
774
if (!strictlogic && (at == LT_FALSE || bt == LT_FALSE))
scripts/unifdef.c
776
return op_strict(p, a && b, at, bt);
sound/soc/generic/simple-card-utils.c
1061
const char *at = strchr(kbasename(ports->full_name), '@');
sound/soc/generic/simple-card-utils.c
1068
return !at || !strcmp(at, "@0");
tools/perf/builtin-lock.c
2524
char *at, *pos;
tools/perf/builtin-lock.c
2528
at = strchr(spec, '@');
tools/perf/builtin-lock.c
2529
if (at == NULL) {
tools/perf/builtin-lock.c
2533
if (at == spec) {
tools/perf/builtin-lock.c
2538
*at = '\0';
tools/perf/builtin-lock.c
2547
pr_err("invalid delay time: %s@%s\n", spec, at + 1);
tools/perf/builtin-lock.c
2563
delays[nr_delays].sym = strdup(at + 1);
tools/perf/util/auxtrace.c
2835
const char *at = "";
tools/perf/util/auxtrace.c
2841
at = "@";
tools/perf/util/auxtrace.c
2849
filt->action, filt->addr, filt->size, at, fn);
tools/perf/util/auxtrace.c
2852
filt->action, filt->addr, at, fn);