/kernel/linux/linux-5.10/include/linux/ |
H A D | list_lru.h | 149 * @isolate: callback function that is resposible for deciding what to do with 151 * @cb_arg: opaque type that will be passed to @isolate 155 * @isolate callback for each of those items, along with the current list 156 * spinlock and a caller-provided opaque. The @isolate callback can choose to 168 list_lru_walk_cb isolate, void *cb_arg, 175 * @isolate: callback function that is resposible for deciding what to do with 177 * @cb_arg: opaque type that will be passed to @isolate 185 list_lru_walk_cb isolate, void *cb_arg, 188 list_lru_walk_cb isolate, void *cb_arg, 193 list_lru_walk_cb isolate, voi in list_lru_shrink_walk() 192 list_lru_shrink_walk(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk() argument 200 list_lru_shrink_walk_irq(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk_irq() argument 208 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, void *cb_arg, unsigned long nr_to_walk) list_lru_walk() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | list_lru.h | 148 * @isolate: callback function that is responsible for deciding what to do with 150 * @cb_arg: opaque type that will be passed to @isolate 154 * @isolate callback for each of those items, along with the current list 155 * spinlock and a caller-provided opaque. The @isolate callback can choose to 167 list_lru_walk_cb isolate, void *cb_arg, 174 * @isolate: callback function that is responsible for deciding what to do with 176 * @cb_arg: opaque type that will be passed to @isolate 184 list_lru_walk_cb isolate, void *cb_arg, 187 list_lru_walk_cb isolate, void *cb_arg, 192 list_lru_walk_cb isolate, voi in list_lru_shrink_walk() 191 list_lru_shrink_walk(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk() argument 199 list_lru_shrink_walk_irq(struct list_lru *lru, struct shrink_control *sc, list_lru_walk_cb isolate, void *cb_arg) list_lru_shrink_walk_irq() argument 207 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, void *cb_arg, unsigned long nr_to_walk) list_lru_walk() argument [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | list_lru.c | 201 list_lru_walk_cb isolate, void *cb_arg, in __list_lru_walk_one() 222 ret = isolate(item, l, &nlru->lock, cb_arg); in __list_lru_walk_one() 259 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one() 266 ret = __list_lru_walk_one(nlru, memcg_cache_id(memcg), isolate, cb_arg, in list_lru_walk_one() 275 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one_irq() 282 ret = __list_lru_walk_one(nlru, memcg_cache_id(memcg), isolate, cb_arg, in list_lru_walk_one_irq() 289 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_node() 295 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node() 303 isolate, cb_arg, in list_lru_walk_node() 200 __list_lru_walk_one(struct list_lru_node *nlru, int memcg_idx, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) __list_lru_walk_one() argument 258 list_lru_walk_one(struct list_lru *lru, int nid, struct mem_cgroup *memcg, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) list_lru_walk_one() argument 274 list_lru_walk_one_irq(struct list_lru *lru, int nid, struct mem_cgroup *memcg, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) list_lru_walk_one_irq() argument 288 list_lru_walk_node(struct list_lru *lru, int nid, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) list_lru_walk_node() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | list_lru.c | 207 list_lru_walk_cb isolate, void *cb_arg, in __list_lru_walk_one() 231 ret = isolate(item, l, &nlru->lock, cb_arg); in __list_lru_walk_one() 269 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one() 276 ret = __list_lru_walk_one(lru, nid, memcg_kmem_id(memcg), isolate, in list_lru_walk_one() 285 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one_irq() 292 ret = __list_lru_walk_one(lru, nid, memcg_kmem_id(memcg), isolate, in list_lru_walk_one_irq() 299 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_node() 304 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node() 317 isolate, cb_arg, in list_lru_walk_node() 206 __list_lru_walk_one(struct list_lru *lru, int nid, int memcg_idx, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) __list_lru_walk_one() argument 268 list_lru_walk_one(struct list_lru *lru, int nid, struct mem_cgroup *memcg, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) list_lru_walk_one() argument 284 list_lru_walk_one_irq(struct list_lru *lru, int nid, struct mem_cgroup *memcg, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) list_lru_walk_one_irq() argument 298 list_lru_walk_node(struct list_lru *lru, int nid, list_lru_walk_cb isolate, void *cb_arg, unsigned long *nr_to_walk) list_lru_walk_node() argument
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 736 * @time: amount of time in us it took to isolate/unisolate 737 * @isolate: 1 if isolating, 0 if unisolating 743 u64 start_time, unsigned char isolate), 745 TP_ARGS(requested_cpu, isolated_cpus, start_time, isolate), 751 __field(unsigned char, isolate) 758 __entry->isolate = isolate; 763 __entry->time, __entry->isolate)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 821 * @time: amount of time in us it took to isolate/unisolate 822 * @isolate: 1 if isolating, 0 if unisolating 828 u64 start_time, unsigned char isolate), 830 TP_ARGS(requested_cpu, isolated_cpus, start_time, isolate), 836 __field(unsigned char, isolate) 843 __entry->isolate = isolate; 848 __entry->time, __entry->isolate)
|
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | int-handler.S | 138 and t0,t1 # isolate allowed ones
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | int-handler.S | 138 and t0,t1 # isolate allowed ones
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_store.S | 42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b 237 andw #0x7,%d0 |isolate register number
|
H A D | bugfix.S | 280 | It is necessary to isolate the result of the instruction in the 406 | It is necessary to isolate the result of the instruction in the
|
H A D | res_func.S | 117 andib #0x3b,%d0 |isolate bits to select inst 185 andib #0xe0,%d0 |isolate stag bits 304 andil #0x30,%d0 |isolate rmode 420 andib #0x3b,%d0 |isolate bits to select inst 725 andib #0x60,%d0 |isolate tag bits 1418 andiw #0x0c00,%d0 |isolate last 2 bits of size field 1669 andiw #0x7,%d0 |isolate register 1956 bfextu %d0{#16:#3},%d0 |isolate source bits 1984 bfextu %d0{#25:#3},%d0 |isolate register for dynamic k-factor
|
H A D | x_operr.S | 258 andil #7,%d0 |isolate register number
|
H A D | x_snan.S | 256 bfextu %d0{#0:#3},%d0 |isolate dtag in lsbs
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_store.S | 42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b 237 andw #0x7,%d0 |isolate register number
|
H A D | bugfix.S | 280 | It is necessary to isolate the result of the instruction in the 406 | It is necessary to isolate the result of the instruction in the
|
H A D | res_func.S | 117 andib #0x3b,%d0 |isolate bits to select inst 185 andib #0xe0,%d0 |isolate stag bits 304 andil #0x30,%d0 |isolate rmode 420 andib #0x3b,%d0 |isolate bits to select inst 725 andib #0x60,%d0 |isolate tag bits 1418 andiw #0x0c00,%d0 |isolate last 2 bits of size field 1669 andiw #0x7,%d0 |isolate register 1956 bfextu %d0{#16:#3},%d0 |isolate source bits 1984 bfextu %d0{#25:#3},%d0 |isolate register for dynamic k-factor
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strrchr.S | 56 negq t1, t4 # e0 : isolate first null byte match
|
H A D | ev67-strrchr.S | 84 negq t1, t4 # E : isolate first null byte match
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strrchr.S | 56 negq t1, t4 # e0 : isolate first null byte match
|
H A D | ev67-strrchr.S | 84 negq t1, t4 # E : isolate first null byte match
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sram242x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
H A D | sram243x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
H A D | sram243x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm.c | 2515 struct qm_err_isolate *isolate; in qm_hw_err_isolate() local 2518 isolate = &qm->isolate_data; in qm_hw_err_isolate() 2523 if (qm->uacce->is_vf || isolate->is_isolate || !isolate->err_threshold) in qm_hw_err_isolate() 2536 mutex_lock(&isolate->isolate_lock); in qm_hw_err_isolate() 2538 list_for_each_entry_safe(err, tmp, &isolate->qm_hw_errs, list) { in qm_hw_err_isolate() 2547 list_add(&hw_err->list, &isolate->qm_hw_errs); in qm_hw_err_isolate() 2548 mutex_unlock(&isolate->isolate_lock); in qm_hw_err_isolate() 2550 if (count >= isolate->err_threshold) in qm_hw_err_isolate() 2551 isolate in qm_hw_err_isolate() [all...] |