Searched refs:last_op (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strfilter.c | 84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local 91 last_op = cur = &root; in strfilter_node__new() 97 if (!cur->r || !last_op->r) in strfilter_node__new() 99 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new() 102 last_op->r = cur; in strfilter_node__new() 103 last_op = cur; in strfilter_node__new() 112 last_op = cur; in strfilter_node__new()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | strfilter.c | 84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local 91 last_op = cur = &root; in strfilter_node__new() 97 if (!cur->r || !last_op->r) in strfilter_node__new() 99 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new() 102 last_op->r = cur; in strfilter_node__new() 103 last_op = cur; in strfilter_node__new() 112 last_op = cur; in strfilter_node__new()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_tas.c | 735 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) in sja1105_tas_state_machine() 780 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine() 815 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine() 848 tas_data->last_op = SJA1105_PTP_CLOCKSTEP; in sja1105_tas_clockstep() 864 tas_data->last_op = SJA1105_PTP_ADJUSTFREQ; in sja1105_tas_adjfreq() 875 tas_data->last_op = SJA1105_PTP_NONE; in sja1105_tas_setup()
|
H A D | sja1105_tas.h | 45 enum sja1105_ptp_op last_op; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_tas.c | 740 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) in sja1105_tas_state_machine() 785 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine() 820 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine() 853 tas_data->last_op = SJA1105_PTP_CLOCKSTEP; in sja1105_tas_clockstep() 869 tas_data->last_op = SJA1105_PTP_ADJUSTFREQ; in sja1105_tas_adjfreq() 880 tas_data->last_op = SJA1105_PTP_NONE; in sja1105_tas_setup()
|
H A D | sja1105_tas.h | 45 enum sja1105_ptp_op last_op; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | io_uring.h | 214 __u8 last_op; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | io_uring.h | 214 __u8 last_op; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | io_uring.h | 373 __u8 last_op; /* last opcode supported */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | io_uring.h | 611 __u8 last_op; /* last opcode supported */ member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/ |
H A D | brcmnand.c | 1686 bool last_op) in brcmnand_low_level_op() 1710 if (last_op) in brcmnand_low_level_op() 1684 brcmnand_low_level_op(struct brcmnand_host *host, enum brcmnand_llop_type type, u32 data, bool last_op) brcmnand_low_level_op() argument
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/brcmnand/ |
H A D | brcmnand.c | 1718 bool last_op) in brcmnand_low_level_op() 1742 if (last_op) in brcmnand_low_level_op() 1716 brcmnand_low_level_op(struct brcmnand_host *host, enum brcmnand_llop_type type, u32 data, bool last_op) brcmnand_low_level_op() argument
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 4099 p->last_op = IORING_OP_LAST - 1; in io_probe()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 10546 p->last_op = IORING_OP_LAST - 1; in io_probe()
|
Completed in 36 milliseconds