/linux-4.1.27/net/rxrpc/ |
D | ar-connection.c | 75 struct rxrpc_conn_bundle *bundle, *candidate; in rxrpc_get_bundle() local 106 candidate = rxrpc_alloc_bundle(gfp); in rxrpc_get_bundle() 107 if (!candidate) { in rxrpc_get_bundle() 112 candidate->key = key_get(key); in rxrpc_get_bundle() 113 candidate->service_id = service_id; in rxrpc_get_bundle() 132 bundle = candidate; in rxrpc_get_bundle() 133 candidate = NULL; in rxrpc_get_bundle() 162 kfree(candidate); in rxrpc_get_bundle() 435 struct rxrpc_connection *conn, *candidate; in rxrpc_connect_call() local 527 candidate = rxrpc_alloc_connection(gfp); in rxrpc_connect_call() [all …]
|
D | ar-call.c | 322 struct rxrpc_call *call, *candidate; in rxrpc_get_client_call() local 352 candidate = rxrpc_alloc_client_call(rx, trans, bundle, gfp); in rxrpc_get_client_call() 353 if (IS_ERR(candidate)) { in rxrpc_get_client_call() 354 _leave(" = %ld", PTR_ERR(candidate)); in rxrpc_get_client_call() 355 return candidate; in rxrpc_get_client_call() 358 candidate->user_call_ID = user_call_ID; in rxrpc_get_client_call() 359 __set_bit(RXRPC_CALL_HAS_USERID, &candidate->flags); in rxrpc_get_client_call() 378 call = candidate; in rxrpc_get_client_call() 379 candidate = NULL; in rxrpc_get_client_call() 406 rxrpc_put_call(candidate); in rxrpc_get_client_call() [all …]
|
D | ar-transport.c | 82 struct rxrpc_transport *trans, *candidate; in rxrpc_get_transport() local 102 candidate = rxrpc_alloc_transport(local, peer, gfp); in rxrpc_get_transport() 103 if (!candidate) { in rxrpc_get_transport() 116 trans = candidate; in rxrpc_get_transport() 117 candidate = NULL; in rxrpc_get_transport() 146 kfree(candidate); in rxrpc_get_transport()
|
D | ar-peer.c | 108 struct rxrpc_peer *peer, *candidate; in rxrpc_get_peer() local 139 candidate = rxrpc_alloc_peer(srx, gfp); in rxrpc_get_peer() 140 if (!candidate) { in rxrpc_get_peer() 158 peer = candidate; in rxrpc_get_peer() 159 candidate = NULL; in rxrpc_get_peer() 188 kfree(candidate); in rxrpc_get_peer()
|
/linux-4.1.27/fs/afs/ |
D | write.c | 122 struct afs_writeback *candidate, *wb; in afs_write_begin() local 134 candidate = kzalloc(sizeof(*candidate), GFP_KERNEL); in afs_write_begin() 135 if (!candidate) in afs_write_begin() 137 candidate->vnode = vnode; in afs_write_begin() 138 candidate->first = candidate->last = index; in afs_write_begin() 139 candidate->offset_first = from; in afs_write_begin() 140 candidate->to_last = to; in afs_write_begin() 141 INIT_LIST_HEAD(&candidate->link); in afs_write_begin() 142 candidate->usage = 1; in afs_write_begin() 143 candidate->state = AFS_WBACK_PENDING; in afs_write_begin() [all …]
|
D | server.c | 107 struct afs_server *server, *candidate; in afs_lookup_server() local 120 candidate = afs_alloc_server(cell, addr); in afs_lookup_server() 121 if (!candidate) { in afs_lookup_server() 135 server = candidate; in afs_lookup_server() 165 kfree(candidate); in afs_lookup_server() 171 kfree(candidate); in afs_lookup_server()
|
/linux-4.1.27/security/keys/ |
D | key.c | 56 struct key_user *candidate = NULL, *user; in key_user_lookup() local 78 if (!candidate) { in key_user_lookup() 84 candidate = kmalloc(sizeof(struct key_user), GFP_KERNEL); in key_user_lookup() 85 if (unlikely(!candidate)) in key_user_lookup() 96 atomic_set(&candidate->usage, 1); in key_user_lookup() 97 atomic_set(&candidate->nkeys, 0); in key_user_lookup() 98 atomic_set(&candidate->nikeys, 0); in key_user_lookup() 99 candidate->uid = uid; in key_user_lookup() 100 candidate->qnkeys = 0; in key_user_lookup() 101 candidate->qnbytes = 0; in key_user_lookup() [all …]
|
/linux-4.1.27/drivers/dma/ |
D | of-dma.c | 244 struct dma_chan *chan, *candidate = NULL; in of_dma_xlate_by_chan_id() local 251 candidate = chan; in of_dma_xlate_by_chan_id() 255 if (!candidate) in of_dma_xlate_by_chan_id() 258 return dma_get_slave_channel(candidate); in of_dma_xlate_by_chan_id()
|
/linux-4.1.27/kernel/power/ |
D | suspend_test.c | 131 struct rtc_device *candidate = to_rtc_device(dev); in has_wakealarm() local 133 if (!candidate->ops->set_alarm) in has_wakealarm() 135 if (!device_may_wakeup(candidate->dev.parent)) in has_wakealarm()
|
/linux-4.1.27/security/tomoyo/ |
D | domain.c | 683 const struct tomoyo_path_info *candidate; in tomoyo_find_next_domain() local 713 candidate = &exename; in tomoyo_find_next_domain() 719 candidate = ptr->aggregated_name; in tomoyo_find_next_domain() 725 retval = tomoyo_execute_permission(&ee->r, candidate); in tomoyo_find_next_domain() 737 candidate = ee->r.param.path.matched_path; in tomoyo_find_next_domain() 775 candidate)) { in tomoyo_find_next_domain() 780 candidate->name); in tomoyo_find_next_domain() 791 old_domain->ns->name, candidate->name); in tomoyo_find_next_domain() 813 old_domain->domainname->name, candidate->name); in tomoyo_find_next_domain()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme.c | 1524 struct wlan_network **candidate, in rtw_check_join_candidate() argument 1562 if (!*candidate || in rtw_check_join_candidate() 1563 (*candidate)->network.Rssi<competitor->network.Rssi) { in rtw_check_join_candidate() 1564 *candidate = competitor; in rtw_check_join_candidate() 1573 (*candidate)->network.Ssid.ssid, in rtw_check_join_candidate() 1574 (*candidate)->network.MacAddress, in rtw_check_join_candidate() 1575 (int)(*candidate)->network.Rssi); in rtw_check_join_candidate() 1628 struct wlan_network *pnetwork, *candidate = NULL; in rtw_select_candidate_from_queue() local 1644 rtw_check_join_candidate(pmlmepriv, &candidate, pnetwork); in rtw_select_candidate_from_queue() 1649 return candidate; in rtw_select_candidate_from_queue() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 1468 , struct wlan_network **candidate, struct wlan_network *competitor) in rtw_check_join_candidate() argument 1496 if (*candidate == NULL || (*candidate)->network.Rssi < competitor->network.Rssi) { in rtw_check_join_candidate() 1497 *candidate = competitor; in rtw_check_join_candidate() 1504 (*candidate)->network.Ssid.Ssid, in rtw_check_join_candidate() 1505 (*candidate)->network.MacAddress, in rtw_check_join_candidate() 1506 (int)(*candidate)->network.Rssi); in rtw_check_join_candidate() 1528 struct wlan_network *candidate = NULL; in rtw_select_and_join_from_scanned_queue() local 1543 rtw_check_join_candidate(pmlmepriv, &candidate, pnetwork); in rtw_select_and_join_from_scanned_queue() 1545 if (candidate == NULL) { in rtw_select_and_join_from_scanned_queue() 1551 candidate->network.Ssid.Ssid, candidate->network.MacAddress, in rtw_select_and_join_from_scanned_queue() [all …]
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 63 request, or it fits at the front. That is called either a back merge candidate 64 or a front merge candidate. Due to the way files are typically laid out,
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 949 u64 arc, candidate, best_latency = ~(u64)0; in scan_arcs_for_cfg_handle() local 951 candidate = MDESC_NODE_NULL; in scan_arcs_for_cfg_handle() 965 candidate = target; in scan_arcs_for_cfg_handle() 970 if (candidate == MDESC_NODE_NULL) in scan_arcs_for_cfg_handle() 973 return scan_pio_for_cfg_handle(md, candidate, cfg_handle); in scan_arcs_for_cfg_handle() 1163 struct mdesc_mlgroup *candidate = NULL; in numa_attach_mlgroup() local 1173 candidate = m; in numa_attach_mlgroup() 1177 if (!candidate) in numa_attach_mlgroup() 1189 n->mask = candidate->mask; in numa_attach_mlgroup() 1190 n->val = candidate->match; in numa_attach_mlgroup() [all …]
|
/linux-4.1.27/security/apparmor/ |
D | domain.c | 143 struct aa_profile *profile, *candidate = NULL; in __attach_match() local 154 candidate = profile; in __attach_match() 162 return candidate; in __attach_match()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | memory.c | 108 struct list_head *candidate = &emu->mapped_link_head; in search_empty_map_area() local 123 candidate = pos; in search_empty_map_area() 133 *nextp = candidate; in search_empty_map_area()
|
/linux-4.1.27/net/batman-adv/ |
D | distributed-arp-table.c | 419 struct batadv_orig_node *candidate, in batadv_is_orig_node_eligible() argument 426 if (!test_bit(BATADV_ORIG_CAPA_HAS_DAT, &candidate->capabilities)) in batadv_is_orig_node_eligible() 431 if (res[j].orig_node == candidate) in batadv_is_orig_node_eligible() 448 (batadv_compare_eth(candidate->orig, max_orig_node->orig) > 0)) in batadv_is_orig_node_eligible()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block-dm | 32 reasonable merge candidate can be queued on the request
|
D | sysfs-class-mtd | 148 degrading and should be scrutinized as a candidate for being
|
/linux-4.1.27/arch/parisc/kernel/ |
D | drivers.c | 276 struct parisc_device *candidate = to_parisc_device(dev); in find_pa_parent_type() local 277 if (candidate->id.hw_type == type) in find_pa_parent_type() 278 return candidate; in find_pa_parent_type()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 982 const struct fb_videomode *candidate = NULL; in radeon_match_mode() local 1028 candidate = &db[i]; in radeon_match_mode() 1042 if (candidate != NULL) { in radeon_match_mode() 1043 radeon_videomode_to_var(dest, candidate); in radeon_match_mode()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_mlme.h | 217 struct wlan_network *candidate);
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 69 A file is marked as a candidate for mandatory locking by setting the group-id 76 modified to recognize the special case of a mandatory lock candidate and to
|
D | logfs.txt | 156 falls below a threshold. The best (known) candidate is picked based
|
D | path-lookup.txt | 304 * Dentry lookups (based on parent, candidate string tuple) recheck the parent
|
D | proc.txt | 1428 The badness heuristic assigns a value to each candidate task ranging from 0
|
/linux-4.1.27/Documentation/ |
D | SubmitChecklist | 48 candidate for change.
|
D | applying-patches.txt | 306 These are release-candidate kernels. These are development kernels released 324 So, 2.6.13-rc5 means that this is the fifth release candidate for the 2.6.13
|
D | dynamic-debug-howto.txt | 248 PCI (or other devices) initialization also is a hot candidate for using
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 1935 struct wcn36xx_hal_trigger_ba_req_candidate *candidate; in wcn36xx_smd_trigger_ba() local 1943 msg_body.header.len += sizeof(*candidate); in wcn36xx_smd_trigger_ba() 1946 candidate = (struct wcn36xx_hal_trigger_ba_req_candidate *) in wcn36xx_smd_trigger_ba() 1948 candidate->sta_index = sta_index; in wcn36xx_smd_trigger_ba() 1949 candidate->tid_bitmap = 1; in wcn36xx_smd_trigger_ba()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 143 the upstream commit ID and why you think it should be a stable candidate. 152 the better the odds that it is an OK candidate for stable. So scrambling
|
D | packet_mmap.txt | 751 So it seems to be a good candidate to be used with packet fanout.
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 257 ARCFP_CODE ;Fast Path Code, candidate for ICCM
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 125 It is somehow pinned and not a candidate for LRU page reclaims,
|
/linux-4.1.27/crypto/ |
D | Kconfig | 1289 candidate cipher by researchers at CounterPane Systems. It is a 1311 candidate cipher by researchers at CounterPane Systems. It is a 1327 candidate cipher by researchers at CounterPane Systems. It is a 1347 candidate cipher by researchers at CounterPane Systems. It is a 1373 candidate cipher by researchers at CounterPane Systems. It is a
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 3 Base Kernel Version: based on 2.6.33-rc7-mm(candidate for 34).
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 5 versions. Those versions include the current "release candidate" (or -rc)
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 195 some general battery specification/standard, it may be a candidate to
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 65 struct tcm_area *candidate,
|
/linux-4.1.27/Documentation/hwmon/ |
D | sysfs-interface | 295 mapped to a given PWM output, this leads to several candidate PWM values. 296 The actual result is up to the chip, but in general the highest candidate
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 147 If one does, then that machine_desc is a candidate for driving the
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 83 anything important and thus is a candidate for being suspended. The
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1566 destination of the symbol, or any candidate locations for a
|