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
1165
struct bts_record *at, *base, *top;
arch/x86/events/intel/ds.c
1200
for (at = base; at < top; at++) {
arch/x86/events/intel/ds.c
1207
(kernel_ip(at->from) || kernel_ip(at->to)))
arch/x86/events/intel/ds.c
1224
for (at = base; at < top; at++) {
arch/x86/events/intel/ds.c
1227
(kernel_ip(at->from) || kernel_ip(at->to)))
arch/x86/events/intel/ds.c
1230
data.ip = at->from;
arch/x86/events/intel/ds.c
1231
data.addr = at->to;
arch/x86/events/intel/ds.c
2634
void *at = __pebs;
arch/x86/events/intel/ds.c
2636
if (at == NULL)
arch/x86/events/intel/ds.c
2647
header = at;
arch/x86/events/intel/ds.c
2648
next_record = at + sizeof(struct arch_pebs_header);
arch/x86/events/intel/ds.c
2739
at = at + header->size;
arch/x86/events/intel/ds.c
2748
void *at;
arch/x86/events/intel/ds.c
2761
for (at = base; at < top; at += cpuc->pebs_record_size) {
arch/x86/events/intel/ds.c
2762
unsigned long status = get_pebs_status(at);
arch/x86/events/intel/ds.c
2767
return at;
arch/x86/events/intel/ds.c
2770
return at;
arch/x86/events/intel/ds.c
2776
return at;
arch/x86/events/intel/ds.c
2853
void *at,
arch/x86/events/intel/ds.c
2856
setup_sample(event, iregs, at, data, regs);
arch/x86/events/intel/ds.c
2865
void *at,
arch/x86/events/intel/ds.c
2871
setup_sample(event, iregs, at, data, regs);
arch/x86/events/intel/ds.c
2936
void *at = get_next_pebs_record_by_bit(base, top, bit);
arch/x86/events/intel/ds.c
2943
__intel_pmu_pebs_event(event, iregs, regs, data, at, setup_sample);
arch/x86/events/intel/ds.c
2944
at += cpuc->pebs_record_size;
arch/x86/events/intel/ds.c
2945
at = get_next_pebs_record_by_bit(at, top, bit);
arch/x86/events/intel/ds.c
2949
__intel_pmu_pebs_last_event(event, iregs, regs, data, at, count, setup_sample);
arch/x86/events/intel/ds.c
2957
struct pebs_record_core *at, *top;
arch/x86/events/intel/ds.c
2963
at = (struct pebs_record_core *)(unsigned long)ds->pebs_buffer_base;
arch/x86/events/intel/ds.c
2979
n = top - at;
arch/x86/events/intel/ds.c
2986
__intel_pmu_pebs_events(event, iregs, data, at, top, 0, n,
arch/x86/events/intel/ds.c
3015
void *base, *at, *top;
arch/x86/events/intel/ds.c
3042
for (at = base; at < top; at += x86_pmu.pebs_record_size) {
arch/x86/events/intel/ds.c
3043
struct pebs_record_nhm *p = at;
arch/x86/events/intel/ds.c
3130
void *at, u64 pebs_status,
arch/x86/events/intel/ds.c
3150
last[bit] = at;
arch/x86/events/intel/ds.c
3186
void *base, *at, *top;
arch/x86/events/intel/ds.c
3210
for (at = base; at < top; at += basic->format_size) {
arch/x86/events/intel/ds.c
3213
basic = at;
arch/x86/events/intel/ds.c
3218
__intel_pmu_handle_pebs_record(iregs, regs, data, at,
arch/x86/events/intel/ds.c
3236
void *base, *at, *top;
arch/x86/events/intel/ds.c
3264
for (at = base; at < top;) {
arch/x86/events/intel/ds.c
3269
header = at;
arch/x86/events/intel/ds.c
3276
at += header->size;
arch/x86/events/intel/ds.c
3280
basic = at + sizeof(struct arch_pebs_header);
arch/x86/events/intel/ds.c
3282
__intel_pmu_handle_pebs_record(iregs, regs, data, at,
arch/x86/events/intel/ds.c
3290
at += header->size;
arch/x86/events/intel/ds.c
3291
header = at;
arch/x86/events/intel/ds.c
3295
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
102
at += sysfs_emit_at(buf, at, "%s ", backends[i]->name);
drivers/block/zram/zcomp.c
106
at += sysfs_emit_at(buf, at, "\n");
drivers/block/zram/zcomp.c
107
return at;
drivers/block/zram/zcomp.c
93
ssize_t zcomp_available_show(const char *comp, char *buf, ssize_t at)
drivers/block/zram/zcomp.c
99
at += sysfs_emit_at(buf, at, "[%s] ",
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
185
static struct sg_table *map_udmabuf(struct dma_buf_attachment *at,
drivers/dma-buf/udmabuf.c
188
return get_sg_table(at->dev, at->dmabuf, direction);
drivers/dma-buf/udmabuf.c
191
static void unmap_udmabuf(struct dma_buf_attachment *at,
drivers/dma-buf/udmabuf.c
195
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
905
ssize_t at;
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
908
for (at = ii = 0; ii < ip_hw_instance->num_base_addresses; ii++) {
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
911
if (at + 12 > PAGE_SIZE)
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
913
at += sysfs_emit_at(buf, at, "0x%08X\n",
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
917
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
203
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
256
bwc_matcher->at = kzalloc_objs(*bwc_matcher->at,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
258
if (!bwc_matcher->at)
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
262
bwc_matcher->at[0] =
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
265
if (!bwc_matcher->at[0]) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
283
&bwc_matcher->at[0],
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
296
mlx5hws_action_template_destroy(bwc_matcher->at[0]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
298
kfree(bwc_matcher->at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
378
mlx5hws_action_template_destroy(bwc_matcher->at[i]);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
379
kfree(bwc_matcher->at);
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
785
p = krealloc(bwc_matcher->at,
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
787
sizeof(*bwc_matcher->at),
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
794
bwc_matcher->at = p;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
799
bwc_matcher->at[bwc_matcher->num_of_at] =
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
802
if (unlikely(!bwc_matcher->at[bwc_matcher->num_of_at]))
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
839
action_type_arr = bwc_matcher->at[i]->action_type_arr;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.c
955
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
2191
if (!hwinfo.at) {
drivers/s390/crypto/ap_bus.c
2206
if (ac->hwinfo.at != hwinfo.at) {
drivers/s390/crypto/ap_bus.c
2208
__func__, ap, hwinfo.at);
drivers/s390/crypto/ap_bus.c
2248
comp_type = ap_get_compatible_type(qid, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_bus.c
2251
__func__, ap, hwinfo.at);
drivers/s390/crypto/ap_bus.c
2285
__func__, ap, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_bus.c
2288
__func__, ap, hwinfo.at, hwinfo.fac);
drivers/s390/crypto/ap_bus.c
2291
__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
2470
struct dx_entry *entries, *at;
fs/ext4/namei.c
2483
at = frame->at;
fs/ext4/namei.c
2484
bh = ext4_read_dirblock(dir, dx_get_block(frame->at), DIRENT_HTREE);
fs/ext4/namei.c
2521
at = frame->at;
fs/ext4/namei.c
2577
if (at - entries >= icount1) {
fs/ext4/namei.c
2578
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
776
int sysfs_emit_at(char *buf, int at, const char *fmt, ...)
fs/sysfs/file.c
781
if (WARN(!buf || offset_in_page(buf) || at < 0 || at >= PAGE_SIZE,
fs/sysfs/file.c
782
"invalid sysfs_emit_at: buf:%p at:%d\n", buf, at))
fs/sysfs/file.c
786
len = vscnprintf(buf + at, PAGE_SIZE - at, fmt, args);
include/linux/irq.h
953
#define irq_alloc_desc_at(at, node) \
include/linux/irq.h
954
irq_alloc_descs(at, at, 1, node)
include/linux/irq.h
968
#define devm_irq_alloc_desc_at(dev, at, node) \
include/linux/irq.h
969
devm_irq_alloc_descs(dev, at, at, 1, node)
include/linux/memcontrol.h
164
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/caif/caif_socket.h
147
} at; /* CAIFPROTO_AT */
include/uapi/linux/tc_act/tc_pedit.h
56
__u32 at;
kernel/sched/ext.c
222
static long jiffies_delta_msecs(unsigned long at, unsigned long now)
kernel/sched/ext.c
224
if (time_after(at, now))
kernel/sched/ext.c
225
return jiffies_to_msecs(at - now);
kernel/sched/ext.c
227
return -(long)jiffies_to_msecs(now - at);
kernel/sched/ext.c
3793
#define scx_attr_event_show(buf, at, events, kind) ({ \
kernel/sched/ext.c
3794
sysfs_emit_at(buf, at, "%s %llu\n", #kind, (events)->kind); \
kernel/sched/ext.c
3802
int at = 0;
kernel/sched/ext.c
3805
at += scx_attr_event_show(buf, at, &events, SCX_EV_SELECT_CPU_FALLBACK);
kernel/sched/ext.c
3806
at += scx_attr_event_show(buf, at, &events, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE);
kernel/sched/ext.c
3807
at += scx_attr_event_show(buf, at, &events, SCX_EV_DISPATCH_KEEP_LAST);
kernel/sched/ext.c
3808
at += scx_attr_event_show(buf, at, &events, SCX_EV_ENQ_SKIP_EXITING);
kernel/sched/ext.c
3809
at += scx_attr_event_show(buf, at, &events, SCX_EV_ENQ_SKIP_MIGRATION_DISABLED);
kernel/sched/ext.c
3810
at += scx_attr_event_show(buf, at, &events, SCX_EV_REFILL_SLICE_DFL);
kernel/sched/ext.c
3811
at += scx_attr_event_show(buf, at, &events, SCX_EV_BYPASS_DURATION);
kernel/sched/ext.c
3812
at += scx_attr_event_show(buf, at, &events, SCX_EV_BYPASS_DISPATCH);
kernel/sched/ext.c
3813
at += scx_attr_event_show(buf, at, &events, SCX_EV_BYPASS_ACTIVATE);
kernel/sched/ext.c
3814
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
3505
if (time_before64(frn->at, oldest_at) &&
mm/memcontrol.c
3508
oldest_at = frn->at;
mm/memcontrol.c
3524
if (time_before64(frn->at, now - update_intv))
mm/memcontrol.c
3525
frn->at = now;
mm/memcontrol.c
3531
frn->at = now;
mm/memcontrol.c
3552
if (time_after64(frn->at, now - intv) &&
mm/memcontrol.c
3554
frn->at = 0;
net/appletalk/aarp.c
541
struct atalk_addr *at = atalk_find_dev_addr(dev);
net/appletalk/aarp.c
552
if ((!ddp->deh_snet || at->s_net == ddp->deh_snet) &&
net/appletalk/aarp.c
553
(!ddp->deh_dnet || at->s_net == ddp->deh_dnet)) {
net/appletalk/aarp.c
571
skb->data[1] = at->s_node;
net/appletalk/atalk_proc.c
166
struct atalk_sock *at;
net/appletalk/atalk_proc.c
175
at = at_sk(s);
net/appletalk/atalk_proc.c
179
s->sk_type, ntohs(at->src_net), at->src_node, at->src_port,
net/appletalk/atalk_proc.c
180
ntohs(at->dest_net), at->dest_node, at->dest_port,
net/appletalk/ddp.c
103
if (atif->address.s_node == at->src_node &&
net/appletalk/ddp.c
104
atif->address.s_net == at->src_net) {
net/appletalk/ddp.c
1108
struct atalk_sock *at = at_sk(s);
net/appletalk/ddp.c
1110
if (at->src_net == sat->sat_addr.s_net &&
net/appletalk/ddp.c
1111
at->src_node == sat->sat_addr.s_node &&
net/appletalk/ddp.c
1112
at->src_port == sat->sat_port)
net/appletalk/ddp.c
1133
struct atalk_sock *at = at_sk(sk);
net/appletalk/ddp.c
1141
at->src_net = sat.sat_addr.s_net = ap->s_net;
net/appletalk/ddp.c
1142
at->src_node = sat.sat_addr.s_node = ap->s_node;
net/appletalk/ddp.c
1156
struct atalk_sock *at = at_sk(sk);
net/appletalk/ddp.c
117
if (to->sat_addr.s_net == at->src_net &&
net/appletalk/ddp.c
1174
at->src_net = addr->sat_addr.s_net = ap->s_net;
net/appletalk/ddp.c
1175
at->src_node = addr->sat_addr.s_node = ap->s_node;
net/appletalk/ddp.c
118
(to->sat_addr.s_node == at->src_node ||
net/appletalk/ddp.c
1182
at->src_net = addr->sat_addr.s_net;
net/appletalk/ddp.c
1183
at->src_node = addr->sat_addr.s_node;
net/appletalk/ddp.c
1192
at->src_port = addr->sat_port;
net/appletalk/ddp.c
1211
struct atalk_sock *at = at_sk(sk);
net/appletalk/ddp.c
1246
at->dest_port = addr->sat_port;
net/appletalk/ddp.c
1247
at->dest_net = addr->sat_addr.s_net;
net/appletalk/ddp.c
1248
at->dest_node = addr->sat_addr.s_node;
net/appletalk/ddp.c
1267
struct atalk_sock *at = at_sk(sk);
net/appletalk/ddp.c
127
atif->address.s_node == at->src_node) {
net/appletalk/ddp.c
1283
sat.sat_addr.s_net = at->dest_net;
net/appletalk/ddp.c
1284
sat.sat_addr.s_node = at->dest_node;
net/appletalk/ddp.c
1285
sat.sat_port = at->dest_port;
net/appletalk/ddp.c
1287
sat.sat_addr.s_net = at->src_net;
net/appletalk/ddp.c
1288
sat.sat_addr.s_node = at->src_node;
net/appletalk/ddp.c
1289
sat.sat_port = at->src_port;
net/appletalk/ddp.c
152
struct atalk_sock *at;
net/appletalk/ddp.c
1550
struct atalk_sock *at = at_sk(sk);
net/appletalk/ddp.c
156
at = at_sk(s);
net/appletalk/ddp.c
158
if (at->src_net == sat->sat_addr.s_net &&
net/appletalk/ddp.c
159
at->src_node == sat->sat_addr.s_node &&
net/appletalk/ddp.c
1592
usat->sat_port = at->dest_port;
net/appletalk/ddp.c
1593
usat->sat_addr.s_node = at->dest_node;
net/appletalk/ddp.c
1594
usat->sat_addr.s_net = at->dest_net;
net/appletalk/ddp.c
160
at->src_port == sat->sat_port)
net/appletalk/ddp.c
1609
at_hint.s_net = at->src_net;
net/appletalk/ddp.c
1653
ddp->deh_snet = at->src_net;
net/appletalk/ddp.c
1655
ddp->deh_snode = at->src_node;
net/appletalk/ddp.c
1657
ddp->deh_sport = at->src_port;
net/appletalk/ddp.c
96
struct atalk_sock *at = at_sk(s);
net/appletalk/ddp.c
98
if (to->sat_port != at->src_port)
net/caif/cfcnfg.c
254
l->endpoint = (s->sockaddr.u.at.type >> 2) & 0x3;
net/caif/cfcnfg.c
255
l->chtype = s->sockaddr.u.at.type & 0x3;
net/core/rtnetlink.c
6196
int at;
net/core/rtnetlink.c
6203
for (at = 1; at <= IFLA_STATS_MAX; at++) {
net/core/rtnetlink.c
6204
if (tb[at]) {
net/core/rtnetlink.c
6205
if (!(filters->mask[0] & IFLA_STATS_FILTER_BIT(at))) {
net/core/rtnetlink.c
6209
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
61
if (at + val < at)
net/netfilter/xt_u32.c
63
at += val;
net/netfilter/xt_u32.c
65
if (at + 4 < at || skb->len < at + 4 ||
net/netfilter/xt_u32.c
66
pos > skb->len - at - 4)
net/netfilter/xt_u32.c
69
if (skb_copy_bits(skb, at + pos, &n,
net/openvswitch/flow_netlink.c
2975
struct nlattr *at;
net/openvswitch/flow_netlink.c
2985
at = __add_action(sfa, key_type, NULL, len, log);
net/openvswitch/flow_netlink.c
2986
if (IS_ERR(at))
net/openvswitch/flow_netlink.c
2987
return PTR_ERR(at);
net/openvswitch/flow_netlink.c
2989
memcpy(nla_data(at), nla_data(ovs_key), key_len); /* Key. */
net/openvswitch/flow_netlink.c
2990
memset(nla_data(at) + key_len, 0xff, key_len); /* Mask. */
net/openvswitch/flow_netlink.c
2993
struct ovs_key_ipv6 *mask = nla_data(at) + key_len;
net/sched/act_pedit.c
437
if (!offset_valid(skb, hoffset + tkey->at)) {
net/sched/act_pedit.c
439
hoffset + tkey->at);
net/sched/act_pedit.c
442
d = skb_header_pointer(skb, 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
1042
const char *at = strchr(kbasename(ports->full_name), '@');
sound/soc/generic/simple-card-utils.c
1049
return !at || !strcmp(at, "@0");
tools/perf/builtin-lock.c
2520
char *at, *pos;
tools/perf/builtin-lock.c
2524
at = strchr(spec, '@');
tools/perf/builtin-lock.c
2525
if (at == NULL) {
tools/perf/builtin-lock.c
2529
if (at == spec) {
tools/perf/builtin-lock.c
2534
*at = '\0';
tools/perf/builtin-lock.c
2543
pr_err("invalid delay time: %s@%s\n", spec, at + 1);
tools/perf/builtin-lock.c
2559
delays[nr_delays].sym = strdup(at + 1);
tools/perf/util/auxtrace.c
2803
const char *at = "";
tools/perf/util/auxtrace.c
2809
at = "@";
tools/perf/util/auxtrace.c
2817
filt->action, filt->addr, filt->size, at, fn);
tools/perf/util/auxtrace.c
2820
filt->action, filt->addr, at, fn);