Home
last modified time | relevance | path

Searched refs:a_flags (Results 1 – 19 of 19) sorted by relevance

/linux-6.1.9/kernel/
Dirq_work.c59 oflags = atomic_fetch_or(IRQ_WORK_CLAIMED | CSD_TYPE_IRQ_WORK, &work->node.a_flags); in irq_work_claim()
85 work_flags = atomic_read(&work->node.a_flags); in __irq_work_queue_local()
153 !(atomic_read(&work->node.a_flags) & IRQ_WORK_HARD_IRQ)) { in irq_work_queue_on()
201 flags = atomic_read(&work->node.a_flags); in irq_work_single()
203 atomic_set(&work->node.a_flags, flags); in irq_work_single()
218 (void)atomic_cmpxchg(&work->node.a_flags, flags, flags & ~IRQ_WORK_BUSY); in irq_work_single()
/linux-6.1.9/include/linux/
Dirq_work.h44 return atomic_read(&work->node.a_flags) & IRQ_WORK_PENDING; in irq_work_is_pending()
49 return atomic_read(&work->node.a_flags) & IRQ_WORK_BUSY; in irq_work_is_busy()
54 return atomic_read(&work->node.a_flags) & IRQ_WORK_HARD_IRQ; in irq_work_is_hard()
Dsmp_types.h62 atomic_t a_flags; member
/linux-6.1.9/arch/powerpc/kernel/vdso/
DMakefile97 cmd_vdso32as = $(VDSOCC) $(a_flags) $(CC32FLAGS) $(AS32FLAGS) -c -o $@ $<
104 cmd_vdso64as = $(VDSOCC) $(a_flags) $(CC64FLAGS) $(AS64FLAGS) -c -o $@ $<
/linux-6.1.9/arch/parisc/kernel/vdso64/
DMakefile40 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
/linux-6.1.9/arch/parisc/kernel/vdso32/
DMakefile43 cmd_vdso32as = $(CROSS32CC) $(a_flags) -c -o $@ $<
/linux-6.1.9/scripts/
DMakefile.build351 $(CPP) $(a_flags) $< | \
364 cmd_cpp_s_S = $(CPP) $(a_flags) -o $@ $<
370 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $< $(cmd_objtool)
DMakefile.lib237 a_flags = -Wp,-MMD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \
/linux-6.1.9/arch/riscv/kernel/compat_vdso/
DMakefile68 cmd_compat_vdsoas = $(COMPAT_CC) $(a_flags) $(COMPAT_CC_FLAGS) -c -o $@ $<
/linux-6.1.9/arch/s390/kernel/vdso32/
DMakefile57 cmd_vdso32as = $(CC) $(a_flags) -c -o $@ $<
/linux-6.1.9/arch/s390/kernel/vdso64/
DMakefile66 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
/linux-6.1.9/arch/loongarch/vdso/
DMakefile52 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/linux-6.1.9/fs/ntfs3/
Dattrib.c1772 __le16 a_flags; in attr_collapse_range() local
1789 a_flags = attr_b->flags; in attr_collapse_range()
1902 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range()
2029 __le16 a_flags; in attr_punch_hole() local
2096 a_flags = attr_b->flags; in attr_punch_hole()
2160 evcn1 - next_svcn, a_flags, in attr_punch_hole()
2247 __le16 a_flags; in attr_insert_range() local
2326 a_flags = attr_b->flags; in attr_insert_range()
2381 a_flags, NULL, NULL, NULL); in attr_insert_range()
/linux-6.1.9/include/linux/lockd/
Dlockd.h142 unsigned int a_flags; /* initial RPC task flags */ member
/linux-6.1.9/arch/mips/vdso/
DMakefile86 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/linux-6.1.9/fs/lockd/
Dsvc4proc.c324 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()
Dsvcproc.c357 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
Dclntproc.c769 req->a_flags = RPC_TASK_ASYNC; in nlmclnt_cancel()
Dsvclock.c257 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_create_block()