Home
last modified time | relevance | path

Searched refs:validity (Results 1 – 25 of 63) sorted by relevance

123

/kernel/linux/linux-5.10/fs/cachefiles/
Dxattr.c161 enum fscache_checkaux validity; in cachefiles_check_auxdata() local
182 validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen, in cachefiles_check_auxdata()
184 if (validity != FSCACHE_CHECKAUX_OKAY) in cachefiles_check_auxdata()
/kernel/linux/linux-5.10/drivers/usb/class/
Dcdc-wdm.c81 struct urb *validity; member
328 usb_poison_urb(desc->validity); in poison_urbs()
339 usb_unpoison_urb(desc->validity); in unpoison_urbs()
345 usb_free_urb(desc->validity); in free_urbs()
722 rv = usb_submit_urb(desc->validity, GFP_KERNEL); in wdm_open()
884 desc->validity = usb_alloc_urb(0, GFP_KERNEL); in wdm_create()
885 if (!desc->validity) in wdm_create()
909 desc->validity, in wdm_create()
1114 rv = usb_submit_urb(desc->validity, GFP_NOIO); in recover_from_urb_loss()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dx509.asn112 validity Validity,
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
Dvsx_asm.S27 # validity of the VMX registers while running is not zero.
Dfpu_asm.S98 # has been loaded with darray. Will proceed to check the validity of the FPU
Dvmx_asm.S114 # the VMX have been loaded with varray. Will proceed to check the validity of
/kernel/linux/linux-5.10/net/ceph/
Dauth_x.c168 struct timespec64 validity; in process_one_ticket() local
208 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
210 new_expires = ktime_get_real_seconds() + validity.tv_sec; in process_one_ticket()
211 new_renew_after = new_expires - (validity.tv_sec / 4); in process_one_ticket()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dcio.h279 u32 validity:3; member
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Ds390-pv.rst41 at the time of injection, a validity interception is recognized. The
93 discussed before. Other data is either ignored or results in validity
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-init.rst42 the validity of associated metadata.
Ddm-zoned.rst77 3) A set of blocks used to store bitmaps indicating the validity of
98 Read operations are processed according to the block validity
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/dsa/
Dsja1105.txt16 are required in order to be able to statically check their validity.
/kernel/linux/linux-5.10/sound/pci/mixart/
Dmixart_core.h249 u32 validity; member
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_eckd.c564 pfxdata->validity.define_extent = 1; in prefix_LRE()
568 pfxdata->validity.verify_base = 1; in prefix_LRE()
571 pfxdata->validity.verify_base = 1; in prefix_LRE()
572 pfxdata->validity.hyper_pav = 1; in prefix_LRE()
583 pfxdata->validity.time_stamp = 1; /* 'Time Stamp Valid' */ in prefix_LRE()
4229 pfxdata.validity.define_extent = 1; in prepare_itcw()
4233 pfxdata.validity.verify_base = 1; in prepare_itcw()
4236 pfxdata.validity.verify_base = 1; in prepare_itcw()
4237 pfxdata.validity.hyper_pav = 1; in prepare_itcw()
4267 pfxdata.validity.time_stamp = 1; /* 'Time Stamp Valid' */ in prepare_itcw()
[all …]
Ddasd_eckd.h235 } __attribute__ ((packed)) validity; member
/kernel/linux/linux-5.10/Documentation/networking/
Ddccp.rst176 the local ackno validity and the remote seqno validity windows (7.5.1).
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-create-bufs.rst89 created buffers, and it will check the validity of ``memory`` and
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
DDSD-properties-rules.rst84 In those cases, however, the above validity considerations must be taken into
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstxcpy.S281 and t1, t2, t1 # e1 : to source validity mask
Dev6-stxcpy.S311 and t1, t2, t1 # E : to source validity mask
Dstxncpy.S339 zapnot t1, t8, t1 # .. e1 : to source validity mask
Dev6-stxncpy.S388 zapnot t1, t8, t1 # U : to source validity mask
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcpu-capacity.txt26 no guarantees on the validity or suitability of any particular benchmark, the
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dradiotrack.rst18 validity of this information. No other documentation on the AIMS
/kernel/linux/linux-5.10/Documentation/i2c/
Ddev-interface.rst204 come from user-space for validity. After this point, there is no

123