Home
last modified time | relevance | path

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

123

/Linux-v4.19/fs/cachefiles/
Dxattr.c164 enum fscache_checkaux validity; in cachefiles_check_auxdata() local
185 validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen, in cachefiles_check_auxdata()
187 if (validity != FSCACHE_CHECKAUX_OKAY) in cachefiles_check_auxdata()
/Linux-v4.19/drivers/usb/class/
Dcdc-wdm.c78 struct urb *validity; member
325 usb_kill_urb(desc->validity); in kill_urbs()
331 usb_free_urb(desc->validity); in free_urbs()
654 rv = usb_submit_urb(desc->validity, GFP_KERNEL); in wdm_open()
814 desc->validity = usb_alloc_urb(0, GFP_KERNEL); in wdm_create()
815 if (!desc->validity) in wdm_create()
839 desc->validity, in wdm_create()
1044 rv = usb_submit_urb(desc->validity, GFP_NOIO); in recover_from_urb_loss()
/Linux-v4.19/crypto/asymmetric_keys/
Dx509.asn112 validity Validity,
/Linux-v4.19/tools/testing/selftests/powerpc/math/
Dvsx_asm.S31 # validity of the VMX registers while running is not zero.
Dfpu_asm.S102 # has been loaded with darray. Will proceed to check the validity of the FPU
Dvmx_asm.S118 # the VMX have been loaded with varray. Will proceed to check the validity of
/Linux-v4.19/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()
/Linux-v4.19/Documentation/device-mapper/
Ddm-zoned.txt72 3) A set of blocks used to store bitmaps indicating the validity of
93 Read operations are processed according to the block validity
Ddm-integrity.txt114 target should check the validity of the integrity tags.
/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.c532 pfxdata->validity.define_extent = 1; in prefix_LRE()
536 pfxdata->validity.verify_base = 1; in prefix_LRE()
539 pfxdata->validity.verify_base = 1; in prefix_LRE()
540 pfxdata->validity.hyper_pav = 1; in prefix_LRE()
551 pfxdata->validity.time_stamp = 1; /* 'Time Stamp Valid' */ in prefix_LRE()
3426 pfxdata.validity.define_extent = 1; in prepare_itcw()
3430 pfxdata.validity.verify_base = 1; in prepare_itcw()
3433 pfxdata.validity.verify_base = 1; in prepare_itcw()
3434 pfxdata.validity.hyper_pav = 1; in prepare_itcw()
3464 pfxdata.validity.time_stamp = 1; /* 'Time Stamp Valid' */ in prepare_itcw()
[all …]
Ddasd_eckd.h230 } __attribute__ ((packed)) validity; member
/Linux-v4.19/Documentation/networking/
Ddccp.txt169 the local ackno validity and the remote seqno validity windows (7.5.1).
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-create-bufs.rst91 created buffers, and it will check the validity of ``memory`` and
/Linux-v4.19/sound/pci/mixart/
Dmixart_core.h262 u32 validity; member
/Linux-v4.19/Documentation/media/v4l-drivers/
Dradiotrack.rst16 validity of this information. No other documentation on the AIMS
/Linux-v4.19/Documentation/acpi/
DDSD-properties-rules.txt81 In those cases, however, the above validity considerations must be taken into
/Linux-v4.19/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
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dcpu-capacity.txt26 no guarantees on the validity or suitability of any particular benchmark, the
/Linux-v4.19/Documentation/core-api/
Dflexible-arrays.rst49 element size and total will be checked for validity at compile time.
/Linux-v4.19/Documentation/
Dflexible-arrays.txt51 element size and total will be checked for validity at compile time.
/Linux-v4.19/drivers/s390/cio/
Dchsc.c336 u32 validity:3; member
398 if (nd->validity != ND_VALIDITY_VALID) { in format_node_data()
/Linux-v4.19/Documentation/i2c/
Ddev-interface196 come from user-space for validity. After this point, there is no

123