Home
last modified time | relevance | path

Searched defs:last_op (Results 1 – 7 of 7) sorted by relevance

/linux-6.8/drivers/gpu/drm/xe/
Dxe_vm.c1601 bool first_op, bool last_op) in xe_vm_unbind_vma()
1687 bool first_op, bool last_op) in xe_vm_bind_vma()
1777 bool last_op) in __xe_vm_bind()
1818 bool last_op) in xe_vm_bind()
1837 u32 num_syncs, bool first_op, bool last_op) in xe_vm_unbind()
2000 bool first_op, bool last_op) in xe_vm_prefetch()
2323 struct xe_vma_op *last_op = NULL; in vm_bind_ioctl_ops_parse() local
/linux-6.8/drivers/net/dsa/sja1105/
Dsja1105_tas.h45 enum sja1105_ptp_op last_op; member
/linux-6.8/tools/perf/util/
Dstrfilter.c84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local
/linux-6.8/drivers/mtd/nand/raw/brcmnand/
Dbrcmnand.c1725 bool last_op) in brcmnand_low_level_op()
2347 bool last_op; in brcmnand_exec_instr() local
/linux-6.8/tools/include/uapi/linux/
Dio_uring.h623 __u8 last_op; /* last opcode supported */ member
/linux-6.8/include/uapi/linux/
Dio_uring.h635 __u8 last_op; /* last opcode supported */ member
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dreg_bounds.c463 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; enumerator