/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | uchan.c | 86 if (refcount_dec_and_mutex_lock(&cctx->uses, &chan->cgrp->mutex)) { in nvkm_uchan_object_fini_1() 89 if (refcount_dec_and_test(&ectx->uses)) in nvkm_uchan_object_fini_1() 110 if (!refcount_inc_not_zero(&cctx->uses)) { in nvkm_uchan_object_init_0() 112 if (!refcount_inc_not_zero(&cctx->uses)) { in nvkm_uchan_object_init_0() 113 if (!refcount_inc_not_zero(&ectx->uses)) { in nvkm_uchan_object_init_0() 116 refcount_set(&ectx->uses, 1); in nvkm_uchan_object_init_0() 121 refcount_set(&cctx->uses, 1); in nvkm_uchan_object_init_0()
|
H A D | cgrp.h | 22 refcount_t uses; member
|
H A D | chan.h | 14 refcount_t uses; member
|
H A D | cgrp.c | 77 refcount_set(&ectx->uses, 0); in nvkm_cgrp_ectx_get()
|
H A D | chan.c | 129 refcount_set(&cctx->uses, 0); in nvkm_chan_cctx_get()
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | divi.S | 20 ;; divi uses B5 to hold the original return address during 22 ;; remi uses B2 and A5 to hold the input values during the
|
H A D | remi.S | 20 ;; divi uses B5 to hold the original return address during 22 ;; remi uses B2 and A5 to hold the input values during the
|
H A D | divu.S | 20 ;; divi uses B5 to hold the original return address during 22 ;; remi uses B2 and A5 to hold the input values during the
|
H A D | remu.S | 20 ;; divi uses B5 to hold the original return address during 22 ;; remi uses B2 and A5 to hold the input values during the
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 75 __uc_state_checker(x, func, uses, used)
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | checksum_32.S | 70 subl $2, %ecx # Alignment uses up two bytes. 284 subl $2, %ecx # Alignment uses up two bytes.
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | checksum_32.S | 70 subl $2, %ecx # Alignment uses up two bytes. 284 subl $2, %ecx # Alignment uses up two bytes.
|
/kernel/linux/linux-5.10/scripts/ |
H A D | export_report.pl | 47 "\t-k: the path to Module.symvers file. By default uses ", 170 it uses. Each listed symbol reports the number of modules using it\n");
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 87 __uc_state_checker(x, func, uses, used)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | export_report.pl | 47 "\t-k: the path to Module.symvers file. By default uses ", 170 it uses. Each listed symbol reports the number of modules using it\n");
|
H A D | get_feat.pl | 586 Changes the location of the Feature files. By default, it uses
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-memset.S | 84 subq $3,8,$3 # E : Invert (for addressing uses) 262 subq $3,8,$3 # E : Invert (for addressing uses) 450 subq $3,8,$3 # E : Invert (for addressing uses)
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-memset.S | 84 subq $3,8,$3 # E : Invert (for addressing uses) 262 subq $3,8,$3 # E : Invert (for addressing uses) 450 subq $3,8,$3 # E : Invert (for addressing uses)
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | checksum.S | 73 add #-2, r5 ! Alignment uses up two bytes. 209 add #-2,r6 ! Alignment uses up two bytes.
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | checksum.S | 73 add #-2, r5 ! Alignment uses up two bytes. 209 add #-2,r6 ! Alignment uses up two bytes.
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | checksum_32.S | 57 subl $2, %ecx # Alignment uses up two bytes.
|
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 16 # This is a stress test script for kmod, the kernel module loader. It uses 20 # The way kmod works is it uses the kernel's usermode helper API to eventually 23 # mount uses get_fs_type(). Both behave slightly differently, but the 553 echo Example uses:
|
/kernel/linux/linux-6.6/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 5 # This is a stress test script for kmod, the kernel module loader. It uses 9 # The way kmod works is it uses the kernel's usermode helper API to eventually 12 # mount uses get_fs_type(). Both behave slightly differently, but the 542 echo Example uses:
|
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 828 echo Example uses:
|
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 874 echo Example uses:
|