Searched refs:bump (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.c | 110 /* Convert an allocation failure to a priority bump */ in i915_sched_lookup_priolist() 255 * Recursively bump all dependent priorities to match the new request. in __i915_schedule() 297 * If we didn't need to bump any existing priorities, and we haven't in __i915_schedule() 366 static void __bump_priority(struct i915_sched_node *node, unsigned int bump) in __bump_priority() argument 370 if (attr.priority & bump) in __bump_priority() 373 attr.priority |= bump; in __bump_priority() 377 void i915_schedule_bump_priority(struct i915_request *rq, unsigned int bump) in i915_schedule_bump_priority() argument 381 GEM_BUG_ON(bump & ~I915_PRIORITY_MASK); in i915_schedule_bump_priority() 382 if (READ_ONCE(rq->sched.attr.priority) & bump) in i915_schedule_bump_priority() 386 __bump_priority(&rq->sched, bump); in i915_schedule_bump_priority() [all...] |
H A D | i915_scheduler.h | 45 void i915_schedule_bump_priority(struct i915_request *rq, unsigned int bump);
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 172 ; bump thread_info->preempt_count (Disable preemption)
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-compact.S | 172 ; bump thread_info->preempt_count (Disable preemption)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 1985 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local 2019 bump = rctd ? 20 : 8; in resp_rsup_opcodes() 2020 put_unaligned_be32(count * bump, arr); in resp_rsup_opcodes() 2039 offset += bump; in resp_rsup_opcodes() 2053 offset += bump; in resp_rsup_opcodes() 3524 /* If ZBC zone then bump its write pointer */ in resp_write_dt0() 3679 /* If ZBC zone then bump its write pointer */ in resp_write_scat() 3777 /* If ZBC zone then bump its write pointer */ in resp_write_same()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 1994 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local 2028 bump = rctd ? 20 : 8; in resp_rsup_opcodes() 2029 put_unaligned_be32(count * bump, arr); in resp_rsup_opcodes() 2048 offset += bump; in resp_rsup_opcodes() 2062 offset += bump; in resp_rsup_opcodes() 3679 /* If ZBC zone then bump its write pointer */ in resp_write_dt0() 3833 /* If ZBC zone then bump its write pointer */ in resp_write_scat() 3930 /* If ZBC zone then bump its write pointer */ in resp_write_same()
|
Completed in 25 milliseconds