Home
last modified time | relevance | path

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

123

/linux/drivers/usb/class/
H A Dcdc-wdm.c84 struct urb *validity; member
346 usb_poison_urb(desc->validity); in poison_urbs()
357 usb_unpoison_urb(desc->validity); in unpoison_urbs()
363 usb_free_urb(desc->validity); in free_urbs()
736 rv = usb_submit_urb(desc->validity, GFP_KERNEL); in wdm_open()
847 rv = usb_submit_urb(desc->validity, GFP_KERNEL); in wdm_wwan_port_start()
1060 desc->validity = usb_alloc_urb(0, GFP_KERNEL); in wdm_create()
1061 if (!desc->validity) in wdm_create()
1085 desc->validity, in wdm_create()
1296 rv = usb_submit_urb(desc->validity, GFP_NOIO); in recover_from_urb_loss()
/linux/crypto/asymmetric_keys/
H A Dx509.asn119 validity Validity,
/linux/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S27 # validity of the VMX registers while running is not zero.
H A Dfpu_asm.S133 # has been loaded with darray. Will proceed to check the validity of the FPU
H A Dvmx_asm.S114 # the VMX have been loaded with varray. Will proceed to check the validity of
/linux/Documentation/virt/kvm/s390/
H A 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
/linux/Documentation/ABI/testing/
H A Ddebugfs-pcie-ptm61 (RW) Control the PTM context validity (local clock timing).
/linux/net/ceph/
H A Dauth_x.c171 struct timespec64 validity; in process_one_ticket() local
212 ceph_decode_timespec64(&validity, dp); in process_one_ticket()
214 new_expires = ktime_get_real_seconds() + validity.tv_sec; in process_one_ticket()
215 new_renew_after = new_expires - (validity.tv_sec / 4); in process_one_ticket()
/linux/drivers/md/dm-vdo/
H A Dblock-map.c712 enum block_map_page_validity validity; in page_is_loaded() local
717 validity = vdo_validate_block_map_page(page, nonce, info->pbn); in page_is_loaded()
718 if (validity == VDO_BLOCK_MAP_PAGE_BAD) { in page_is_loaded()
729 if (validity == VDO_BLOCK_MAP_PAGE_INVALID) in page_is_loaded()
1409 enum block_map_page_validity validity = in vdo_copy_valid_page() local
1412 if (validity == VDO_BLOCK_MAP_PAGE_VALID) { in vdo_copy_valid_page()
1417 if (validity == VDO_BLOCK_MAP_PAGE_BAD) { in vdo_copy_valid_page()
/linux/Documentation/admin-guide/device-mapper/
H A 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
H A Ddm-init.rst42 the validity of associated metadata.
/linux/sound/pci/mixart/
H A Dmixart_core.h250 u32 validity; member
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-create-bufs.rst89 created buffers, and it will check the validity of ``memory`` and
/linux/arch/alpha/lib/
H A Dstxcpy.S281 and t1, t2, t1 # e1 : to source validity mask
H A Dev6-stxcpy.S311 and t1, t2, t1 # E : to source validity mask
H A Dstxncpy.S339 zapnot t1, t8, t1 # .. e1 : to source validity mask
H A Dev6-stxncpy.S388 zapnot t1, t8, t1 # U : to source validity mask
/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt26 no guarantees on the validity or suitability of any particular benchmark, the
/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst88 In those cases, however, the above validity considerations must be taken into
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst18 validity of this information. No other documentation on the AIMS
/linux/drivers/s390/block/
H A Ddasd_eckd.h242 } __attribute__ ((packed)) validity; member
/linux/Documentation/dev-tools/
H A Dkasan.rst53 Software KASAN modes use compile-time instrumentation to insert validity checks
346 access validity. It is currently only implemented for the arm64 architecture.
473 Software KASAN modes use compiler instrumentation to insert validity checks.
/linux/Documentation/translations/zh_CN/process/
H A Dmaintainer-pgp-guide.rst416 trust: ultimate validity: ultimate
/linux/Documentation/process/
H A Dcve.rst74 assess the validity and scope of a reported vulnerability and determine
/linux/lib/
H A DKconfig.kasan190 Makes KASAN check the validity of accesses to vmalloc allocations.

123