Searched refs:rl (Results 1 – 5 of 5) sorted by relevance
45 struct rlimit rl; in test_panic() local48 rl.rlim_cur = rl.rlim_max = 0; in test_panic()49 setrlimit(RLIMIT_CORE, &rl); in test_panic()
1186 struct rlimit rl; in verify_mbuf_check_panics() local1189 rl.rlim_cur = rl.rlim_max = 0; in verify_mbuf_check_panics()1190 setrlimit(RLIMIT_CORE, &rl); in verify_mbuf_check_panics()
58 __uint128_t rl = xl * y; in mullhi_u64() local60 return (rl >> 64); in mullhi_u64()
1050 u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl);1053 u16 ecore_get_qm_vport_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl);
2022 u16 ecore_get_cm_pq_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl) in ecore_get_cm_pq_idx_rl() argument2029 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + (rl % max_rl); in ecore_get_cm_pq_idx_rl()2032 u16 ecore_get_qm_vport_idx_rl(struct ecore_hwfn *p_hwfn, u16 rl) in ecore_get_qm_vport_idx_rl() argument2036 pq = ecore_get_cm_pq_idx_rl(p_hwfn, rl); in ecore_get_qm_vport_idx_rl()