Searched refs:searched (Results 1 - 112 of 112) sorted by relevance

/linux-4.4.14/include/linux/netfilter/
H A Dnf_conntrack_common.h7 unsigned int searched; member in struct:ip_conntrack_stat
/linux-4.4.14/fs/omfs/
H A Dfile.c195 sector_t searched = 0; find_block() local
200 if (block >= searched && find_block()
201 block < searched + numblocks) { find_block()
203 * found it at cluster + (block - searched) find_block()
204 * numblocks - (block - searched) is remainder find_block()
206 *left = numblocks - (block - searched); find_block()
209 block - searched; find_block()
211 searched += numblocks; find_block()
/linux-4.4.14/drivers/firmware/efi/libstub/
H A Dstring.c14 * @s1: The string to be searched
/linux-4.4.14/lib/
H A Dbsearch.c17 * @key: pointer to item being searched for
H A Dstring.c366 * @s: The string to be searched
382 * @s: The string to be searched
400 * @s: The string to be searched
418 * @s: The string to be searched
419 * @count: The number of characters to be searched
508 * @s: The string to be searched
535 * @s: The string to be searched
559 * @cs: The string to be searched
580 * @s: The string to be searched
806 * @s1: The string to be searched
831 * @s1: The string to be searched
H A Dtextsearch.c47 * to fetch the data to be searched in block by block.
/linux-4.4.14/arch/alpha/lib/
H A Dev6-memchr.S71 # Deal with the case where at most 8 bytes remain to be searched
123 # searched. $16 may not be aligned.
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
/linux-4.4.14/arch/arm/kernel/
H A Dsuspend.c53 * the necessary data available when the caches are not searched.
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_io.c521 static int kdb_search_string(char *searched, char *searchfor) kdb_search_string() argument
526 /* not counting the newline at the end of "searched" */ kdb_search_string()
527 len1 = strlen(searched)-1; kdb_search_string()
534 if (!strncmp(searched, searchfor, len2)) kdb_search_string()
537 if (!strncmp(searched+len1-len2, searchfor, len2)) kdb_search_string()
541 cp = searched; kdb_search_string()
/linux-4.4.14/arch/x86/boot/
H A Dstring.c139 * @s1: The string to be searched
/linux-4.4.14/include/linux/
H A Dof.h699 * @propname: name of the property to be searched.
716 * @propname: name of the property to be searched.
733 * @propname: name of the property to be searched.
750 * @propname: name of the property to be searched.
767 * @propname: name of the property to be searched.
787 * @propname: name of the property to be searched.
805 * @propname: name of the property to be searched.
830 * @propname: name of the property to be searched.
H A Dregmap.h96 * check function will return true. "no_ranges" are searched first.
/linux-4.4.14/arch/s390/lib/
H A Dstring.c223 * @s: The string to be searched
241 * @s1: The string to be searched
/linux-4.4.14/scripts/dtc/
H A Dsrcpos.h40 * If the source file is a relative pathname, then it is searched for in the
/linux-4.4.14/fs/xfs/
H A Dxfs_trans_priv.h47 * searched to see if the object is a designated cursor item. If it is, it is
/linux-4.4.14/arch/sh/mm/
H A Dcache-sh7705.c97 * searched by a factor of 4. However this function exists to deal with __flush_dcache_page()
H A Dcache-sh5.c543 * the I-cache must be searched too in case the page in question is
/linux-4.4.14/arch/arm64/kernel/
H A Dsuspend.c17 * the necessary data available when the caches are not searched.
/linux-4.4.14/arch/arm/mach-omap2/
H A Dvoltage.c165 * @voltdm: pointer to the VDD whose voltage table has to be searched
166 * @volt: the voltage to be searched in the voltage table
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4_compat.c373 seq_printf(seq, "entries searched found new invalid ignore delete delete_list insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n"); ct_cpu_seq_show()
380 st->searched, ct_cpu_seq_show()
/linux-4.4.14/drivers/of/
H A Dbase.c827 * you pass will not be searched, only the next one
856 * searched, only the next one will; typically, you pass
885 * you pass will not be searched, only the next one
916 * you pass will not be searched, only the next one
993 * you pass will not be searched, only the next one
1084 * @propname: name of the property to be searched.
1116 * @propname: name of the property to be searched.
1144 * @propname: name of the property to be searched.
1174 * @propname: name of the property to be searched.
1207 * @propname: name of the property to be searched.
1241 * @propname: name of the property to be searched.
1271 * @propname: name of the property to be searched.
1300 * @propname: name of the property to be searched.
1332 * @propname: name of the property to be searched.
1399 * @propname: name of the property to be searched.
/linux-4.4.14/drivers/acpi/acpica/
H A Dnsutils.c128 * passed type, 0 if enclosing scopes should be searched
669 * prefix_node - Root of subtree to be searched, or NS_ALL for the
H A Dnsxfobj.c172 * PARAMETERS: type - Type of object to be searched for ACPI_EXPORT_SYMBOL()
H A Dnswalk.c91 * PARAMETERS: type - Type of node to be searched for
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_standalone.c343 seq_printf(seq, "entries searched found new invalid ignore delete delete_list insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n"); ct_cpu_seq_show()
350 st->searched, ct_cpu_seq_show()
H A Dnf_conntrack_core.c466 NF_CT_STAT_INC(net, searched); ____nf_conntrack_find()
731 NF_CT_STAT_INC(net, searched); nf_conntrack_tuple_taken()
H A Dnf_conntrack_netlink.c1984 if (nla_put_be32(skb, CTA_STATS_SEARCHED, htonl(st->searched)) || ctnetlink_ct_stat_cpu_fill_info()
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c236 /* any station allocated can be searched by hash list */ r8712_get_stainfo()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-stats.h100 __le32 ina_detection_search_time;/* total time (in 0.8us) searched
/linux-4.4.14/include/rdma/
H A Dib_cache.h83 * searched.
/linux-4.4.14/include/uapi/linux/
H A Da.out.h213 be searched to find a definition. */
/linux-4.4.14/include/linux/mtd/
H A Dbbm.h38 * when bbt is searched, then we store the found bbts pages here.
/linux-4.4.14/arch/s390/kernel/
H A Dvtime.c214 * Sorted add to a list. List is linear searched until first bigger
/linux-4.4.14/tools/perf/util/
H A Dstring.c288 * @s: The string to be searched/changed.
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dudc-core.c136 * in second parameter or NULL if searched endpoint not found
138 * @name: name of searched endpoint
/linux-4.4.14/security/keys/
H A Dprocess_keys.c311 * credentials. Keyrings linked to searched keyrings will also be searched if
H A Dkeyctl.c148 * searched.
619 * key. Only keyrings that grant the caller Search permission will be searched
715 * caller Search permission when searched for from the process keyrings.
H A Drequest_key.c491 * A key matching the specified criteria is searched for in the process's
H A Dkeyring.c882 * @keyring: The root of the keyring tree to be searched.
968 * All named keyrings in the current user namespace are searched, provided they
H A Dkey.c198 * @desc: The key description to allow the key to be searched out.
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c431 /* any station allocated can be searched by hash list */ rtw_get_stainfo()
/linux-4.4.14/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c352 /* any station allocated can be searched by hash list */ rtw_get_stainfo23a()
/linux-4.4.14/crypto/asymmetric_keys/
H A Dasymmetric_type.c191 * These have to be searched by iteration rather than by direct lookup because
/linux-4.4.14/arch/powerpc/kernel/
H A Deeh_cache.c218 * we maintain a cache of devices that can be quickly searched.
/linux-4.4.14/arch/s390/numa/
H A Dtoptree.c223 * @cand's children are searched for a child with matching ID.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c184 /* represent the searched ratio as fractional number */ amdgpu_pll_compute()
/linux-4.4.14/drivers/w1/
H A Dw1.h223 * searched for and async commands added while the master has
/linux-4.4.14/fs/ufs/
H A Dufs_fs.h87 * SBLOCKSEARCH specifies the order in which the locations should be searched.
430 __fs32 fs_cgrotor; /* last cg searched */
441 __fs32 fs_cgrotor; /* last cg searched */
/linux-4.4.14/drivers/mtd/nand/
H A Dnand_bbt.c22 * searched too and the versions are compared. If the mirror has a greater
30 * the BBT is searched and read but never created
518 * NAND_BBT_PERCHIP is given, each chip is searched for a bbt, which contains
H A Dnandsim.c1237 * operation is searched using the following pattern:
/linux-4.4.14/drivers/media/radio/
H A Dradio-tea5777.c472 * Note we use tea->freq to track how far we've searched sofar vidioc_s_hw_freq_seek()
/linux-4.4.14/fs/nfs/
H A Dnfs4namespace.c144 * is searched in the order returned from the server, per RFC 3530
/linux-4.4.14/lib/zlib_deflate/
H A Ddefutil.h142 /* To speed up deflation, hash chains are never searched beyond this
/linux-4.4.14/security/apparmor/include/
H A Dpolicy.h116 * An aa_namespace defines the set profiles that are searched to determine
/linux-4.4.14/include/video/
H A Dexynos_mipi_dsim.h248 * lcd panel driver searched would be actived.
/linux-4.4.14/fs/ntfs/
H A Dattrib.c554 * searched for would need to be inserted if such an action were to be desired.
570 * being searched for.
576 * presence of an attribute list attribute (unless it is the one being searched
842 * the attribute being searched for would need to be inserted if such an action
845 * entry of the attribute before which the attribute being searched for would
1177 * attribute being searched for, i.e. if one wants to add the attribute to the
1180 * collates just after the attribute list entry of the attribute being searched
/linux-4.4.14/fs/reiserfs/
H A Dstree.c141 * *pos = number of the searched element if found, else the *
157 * Item size in the array. searched. Lest the bin_search()
165 int *pos /* Number of the searched for element. */ bin_search()
H A Dreiserfs.h2112 * descending the tree looking for the node we searched for. This list
/linux-4.4.14/drivers/s390/block/
H A Ddasd_eer.c288 * If the parameter cqr is not NULL, the chain of requests will be searched
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_hda.c277 * @mode: mode being searched
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddib3000mb.c339 /* something has to be auto searched */ dib3000mb_set_frontend()
/linux-4.4.14/block/
H A Dblk-mq-tag.c184 * contexts. This enables us to drastically limit the space searched,
/linux-4.4.14/fs/ext4/
H A Dmove_extent.c26 * @inode: an inode which is searched
H A Dextents.c1959 * left, or on the right from the searched position. This ext4_ext_insert_extent()
/linux-4.4.14/fs/fscache/
H A Dcookie.c50 * - all attached caches will be searched to see if they contain this object
/linux-4.4.14/fs/nfsd/
H A Dstate.h274 * short and long form clientid. They are hashed and searched for under the
/linux-4.4.14/fs/befs/
H A Ddatastream.c232 keeps a count of the number of blocks searched so far (sum),
/linux-4.4.14/include/uapi/sound/
H A Dasequencer.h558 struct snd_seq_addr root; /* client/port id to be searched */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmmu-hash64.h245 * PTEGs to be searched hpte_encode_avpn()
/linux-4.4.14/tools/iio/
H A Diio_utils.c557 * @type: the type of top level instance being searched
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1759 * @username: CHAP username to be searched
1760 * @password: CHAP password to be searched
/linux-4.4.14/drivers/s390/cio/
H A Ddevice.c699 * @dev_id: id of the device to be searched
1712 * @bus_id: bus id of the device to be searched
/linux-4.4.14/kernel/trace/
H A Dtrace_events_filter.c307 * @str: the string to be searched
309 * @len: the length of the string to be searched (including '\0')
/linux-4.4.14/sound/pci/asihpi/
H A Dhpi.h177 exists on a destination node can be searched for using a source
213 exists on a source node can be searched for using a destination
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750.c1192 * @s: the string to be searched lynxfb_setup()
/linux-4.4.14/drivers/mtd/
H A Dmtdpart.c504 /* The loop searched for the region _behind_ the first one */ allocate_partition()
/linux-4.4.14/drivers/infiniband/core/
H A Dcache.c449 * searched.
/linux-4.4.14/drivers/media/pci/tw68/
H A Dtw68-video.c125 * The following table is searched by tw68_s_std, first for a specific
/linux-4.4.14/drivers/net/ethernet/amd/
H A Dau1000_eth.c239 * the first MII bus is searched as well for an unclaimed PHY; this is
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfarch.c2451 * (b) we have searched exhaustively for (1), and have efx_farch_filter_insert()
2452 * either found (2) or searched exhaustively for it efx_farch_filter_insert()
H A Dptp.c20 * with the hardware timestamp. The PTP receive packet queue is searched
/linux-4.4.14/drivers/mtd/chips/
H A Djedec_probe.c291 * Fortunately, the list isn't searched often and so a
/linux-4.4.14/drivers/media/rc/
H A Drc-main.c263 * @rc_map: scancode table to be searched
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dcmdevt.c1065 * searched for matching IOCTL request. The completion callback of
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c456 * Real-mode code has already searched the HPT and found the kvmppc_book3s_hv_page_fault()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1212 * @vsi: the VSI to be searched
1241 * @vsi: the VSI to be searched
1268 * @vsi: the VSI to be searched
1289 * @vsi: the VSI to be searched
1351 * @vsi: the VSI to be searched
1414 * @vsi: the VSI to be searched
/linux-4.4.14/drivers/input/
H A Dinput.c2372 * @legacy_base: beginning or the legacy range to be searched
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_display.c1055 /* represent the searched ratio as fractional number */ radeon_compute_pll_avivo()
/linux-4.4.14/drivers/platform/x86/
H A Dasus-laptop.c372 * method is searched within the scope of the handle, can be NULL. The output
/linux-4.4.14/drivers/block/
H A Dataflop.c1069 searched for a non-existent sector! */ fd_rwsec_done1()
/linux-4.4.14/fs/fuse/
H A Ddev.c1861 * the write buffer. The request is then searched on the processing
/linux-4.4.14/mm/
H A Dkmemleak.c796 * are searched.
/linux-4.4.14/fs/ocfs2/
H A Dfile.c1805 * The 'pos' searched for previous extent block is ocfs2_remove_inode_range()
H A Dxattr.c3863 /* the searched xattr should reside in this bucket if exists. */ ocfs2_xattr_bucket_find()
/linux-4.4.14/arch/ia64/kernel/
H A Dunwind.c2120 /* keep kernel unwind table at the front (it's searched most commonly): */ unw_add_unwind_table()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dfile.c2781 * \param bits [IN] searched lock bits [IN]
2782 * \param l_req_mode [IN] searched lock mode
/linux-4.4.14/fs/jfs/
H A Djfs_dmap.c1331 * the subtree is searched to find the leftmost leaf that
2962 * tp - pointer to the tree to be searched.
H A Djfs_dtree.c57 * but stored, searched and compared in case-insensitive (uppercase) order
/linux-4.4.14/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c561 * @pool: event_pool that contains the events to be searched
/linux-4.4.14/fs/quota/
H A Ddquot.c231 * and this list is searched whenever we need an available dquot. Dquots are
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_bmap.c1383 xfs_fileoff_t bno, /* block number searched for */ xfs_bmap_search_multi_extents()
1430 xfs_fileoff_t bno, /* block number searched for */ xfs_bmap_search_extents()
/linux-4.4.14/drivers/tty/
H A Dsynclink.c5385 /* The entire list has been searched with all Counts == 0 and */ usc_process_rxoverrun_sync()
6548 /* if entire list searched then no frame available */ mgsl_get_rx_frame()
H A Dsynclink_gt.c1907 /* if entire list searched then no frame available */ rx_async()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommands.h2829 __le32 ina_detection_search_time; /* total time (in 0.8us) searched
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dcommands.h2595 __le32 ina_detection_search_time;/* total time (in 0.8us) searched
/linux-4.4.14/drivers/pci/
H A Dpci.c420 * @dev: PCI device structure contains resources to be searched
/linux-4.4.14/net/batman-adv/
H A Dtranslation-table.c108 * Returns a pointer to the tt_common struct belonging to the searched client if
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c6361 * @rec_type: Record type to be searched.
H A Dlpfc_sli.c9539 * When HBQ is enabled, buffers are searched based on tags. This function
/linux-4.4.14/fs/btrfs/
H A Dtree-log.c1047 * NOTE: we have searched root tree and checked the __add_inode_ref()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8340 * We found a list of scbs that needs to be searched. ahd_search_qinfifo()

Completed in 4802 milliseconds