Home
last modified time | relevance | path

Searched refs:cds_get_gfp_flags (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_bcn_recv.c132 int flags = cds_get_gfp_flags(); in hdd_send_bcn_recv_info()
456 flags = cds_get_gfp_flags(); in hdd_beacon_recv_pause_indication()
H A Dwlan_hdd_ext_scan.c535 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_extscan_hotlist_match_ind()
663 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_extscan_signif_wifi_change_results_ind()
788 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_extscan_full_scan_result_event()
914 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_extscan_scan_res_available_event()
973 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_extscan_scan_progress_event()
1050 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_extscan_epno_match_found()
1154 int flags = cds_get_gfp_flags(); in wlan_hdd_cfg80211_passpoint_match_found()
H A Dwlan_hdd_driver_ops.c258 int flags = cds_get_gfp_flags(); in hdd_send_driver_ready_to_user()
H A Dwlan_hdd_assoc.c405 flags = cds_get_gfp_flags(); in wlan_hdd_sae_callback()
H A Dwlan_hdd_stats.c11631 int ret, idx = 0, flags = cds_get_gfp_flags(); in hdd_tx_latency_stats_cb()
H A Dwlan_hdd_main.c17836 int flags = cds_get_gfp_flags(); in hdd_send_pagefault_report_to_user()
H A Dwlan_hdd_cfg80211.c7492 int flags = cds_get_gfp_flags(); in hdd_chip_pwr_save_fail_detected_cb()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h468 int cds_get_gfp_flags(void);
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c910 int cds_get_gfp_flags(void) in cds_get_gfp_flags() function