Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 24 of 24) sorted by relevance

/linux/fs/netfs/
H A Dfscache_volume.c154 static void fscache_wait_on_volume_collision(struct fscache_volume *candidate, in fscache_wait_on_volume_collision()
173 static bool fscache_hash_volume(struct fscache_volume *candidate) in fscache_hash_volume()
H A Dfscache_cookie.c382 static void fscache_wait_on_collision(struct fscache_cookie *candidate, in fscache_wait_on_collision()
401 static bool fscache_hash_cookie(struct fscache_cookie *candidate) in fscache_hash_cookie()
H A Dfscache_cache.c61 struct fscache_cache *candidate, *cache, *unnamed = NULL; in fscache_lookup_cache() local
/linux/fs/afs/
H A Dserver.c70 struct afs_server **candidate) in afs_install_server()
182 struct afs_server *server, *candidate = NULL; in afs_lookup_server() local
H A Dvolume.c137 struct afs_volume *candidate, *volume; in afs_lookup_volume() local
H A Dcell.c252 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
/linux/kernel/power/
H A Dsuspend_test.c130 struct rtc_device *candidate = to_rtc_device(dev); in has_wakealarm() local
/linux/drivers/dma/
H A Dof-dma.c355 struct dma_chan *chan, *candidate = NULL; in of_dma_xlate_by_chan_id() local
/linux/fs/erofs/
H A Dnamei.c95 void *candidate = ERR_PTR(-ENOENT); in erofs_find_target_block() local
/linux/net/rxrpc/
H A Dpeer_object.c337 struct rxrpc_peer *peer, *candidate; in rxrpc_lookup_peer() local
H A Dconn_client.c252 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle() local
/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c981 const struct fb_videomode *candidate = NULL; in radeon_match_mode() local
/linux/security/tomoyo/
H A Ddomain.c709 const struct tomoyo_path_info *candidate; in tomoyo_find_next_domain() local
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723x.c573 u8 candidate[PATH_NR] = {IQK_ROUND_INVALID, IQK_ROUND_INVALID}; in __rtw8723x_iqk_similarity_cmp() local
/linux/security/keys/
H A Dkey.c52 struct key_user *candidate = NULL, *user; in key_user_lookup() local
[all...]
/linux/kernel/
H A Dnstree.c534 struct ns_common *candidate) in legitimize_ns()
/linux/security/apparmor/
H A Ddomain.c395 struct aa_profile *profile, *candidate = NULL; find_attach() local
/linux/drivers/iio/
H A Dindustrialio-gts-helper.c208 int *candidate = &scales[t_idx][i * 2]; in do_combined_scaletable() local
/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1169 struct node *candidate = NULL; in sparsebit_next_set() local
/linux/arch/parisc/kernel/
H A Ddrivers.c292 struct parisc_device *candidate = to_parisc_device(dev); in find_pa_parent_type() local
/linux/drivers/dma/qcom/
H A Dqcom_adm.c721 struct dma_chan *chan, *candidate = NULL; in adm_dma_xlate() local
/linux/net/batman-adv/
H A Ddistributed-arp-table.c520 struct batadv_orig_node *candidate, in batadv_is_orig_node_eligible()
/linux/tools/perf/util/
H A Dmetricgroup.c1375 struct evsel *candidate = metric_events[i]; pick_display_evsel() local
/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h623 ZSTD_selectAddr(U32 index, U32 lowLimit, const BYTE* candidate, const BYTE* backup) in ZSTD_selectAddr()