Home
last modified time | relevance | path

Searched refs:a_flags (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/kernel/
H A Dirq_work.c61 oflags = atomic_fetch_or(IRQ_WORK_CLAIMED | CSD_TYPE_IRQ_WORK, &work->node.a_flags); in irq_work_claim()
95 work_flags = atomic_read(&work->node.a_flags); in __irq_work_queue_local()
163 !(atomic_read(&work->node.a_flags) & IRQ_WORK_HARD_IRQ)) { in irq_work_queue_on()
211 flags = atomic_read(&work->node.a_flags); in irq_work_single()
213 atomic_set(&work->node.a_flags, flags); in irq_work_single()
228 (void)atomic_cmpxchg(&work->node.a_flags, flags, flags & ~IRQ_WORK_BUSY); in irq_work_single()
/kernel/linux/linux-6.6/include/linux/
H A 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()
H A Dsmp_types.h62 atomic_t a_flags; member
/kernel/linux/linux-5.10/include/linux/
H A Dsmp_types.h62 atomic_t a_flags; member
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/
H A DMakefile109 cmd_vdso32as = $(VDSOCC) $(a_flags) $(CC32FLAGS) $(AS32FLAGS) -c -o $@ $<
116 cmd_vdso64as = $(VDSOCC) $(a_flags) $(AS64FLAGS) -c -o $@ $<
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/
H A DMakefile40 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
H A DMakefile55 cmd_vdso32as = $(VDSOCC) $(a_flags) $(CC32FLAGS) -c -o $@ $<
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A DMakefile67 cmd_vdsoas = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
H A DMakefile63 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A DMakefile43 cmd_vdso32as = $(CROSS32CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A DMakefile69 cmd_vdso64as = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A DMakefile60 cmd_vdso32as = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/riscv/kernel/compat_vdso/
H A DMakefile78 cmd_compat_vdsoas = $(COMPAT_CC) $(a_flags) $(COMPAT_CC_FLAGS) -c -o $@ $<
/kernel/linux/linux-5.10/arch/loongarch/vdso/
H A DMakefile54 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-6.6/arch/loongarch/vdso/
H A DMakefile51 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dattrib.c1859 __le16 a_flags; in attr_collapse_range() local
1876 a_flags = attr_b->flags; in attr_collapse_range()
1989 evcn1 - eat - next_svcn, a_flags, &attr, in attr_collapse_range()
2116 __le16 a_flags; in attr_punch_hole() local
2183 a_flags = attr_b->flags; in attr_punch_hole()
2247 evcn1 - next_svcn, a_flags, in attr_punch_hole()
2334 __le16 a_flags; in attr_insert_range() local
2414 a_flags = attr_b->flags; in attr_insert_range()
2469 a_flags, NULL, NULL, NULL); in attr_insert_range()
/kernel/linux/linux-6.6/arch/mips/vdso/
H A DMakefile81 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-5.10/include/linux/lockd/
H A Dlockd.h140 unsigned int a_flags; /* initial RPC task flags */ member
/kernel/linux/linux-6.6/include/linux/lockd/
H A Dlockd.h141 unsigned int a_flags; /* initial RPC task flags */ member
/kernel/linux/linux-5.10/arch/mips/vdso/
H A DMakefile83 cmd_vdsoas_o_S = $(CC) $(a_flags) -c -o $@ $<
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvcproc.c354 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
H A Dsvc4proc.c313 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()
H A Dclntproc.c769 req->a_flags = RPC_TASK_ASYNC; in nlmclnt_cancel()
/kernel/linux/linux-6.6/fs/lockd/
H A Dsvcproc.c358 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
H A Dsvc4proc.c325 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()

Completed in 13 milliseconds

12