Home
last modified time | relevance | path

Searched refs:limit (Results 1 - 25 of 32) sorted by relevance

12

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_l2_mmu_config.c29 * struct l2_mmu_config_limit_region - L2 MMU limit field
42 * struct l2_mmu_config_limit - L2 MMU read and write limit
45 * @read: Values for the read limit field
46 * @write: Values for the write limit field
55 * Zero represents no limit
90 struct l2_mmu_config_limit limit = { in kbase_set_mmu_quirks() local
105 limit = limits[i]; in kbase_set_mmu_quirks()
115 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks()
117 mmu_config |= (limit in kbase_set_mmu_quirks()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_l2_mmu_config.c47 * @read: Values for the read limit field
48 * @write: Values for the write limit field
57 * Zero represents no limit
78 struct l2_mmu_config_limit limit = {0, /* Any GPU not in the limits array defined above */ in kbase_set_mmu_quirks() local
91 limit = limits[i]; in kbase_set_mmu_quirks()
102 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks()
104 mmu_config |= (limit.read.value << limit.read.shift) | (limit in kbase_set_mmu_quirks()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_profiling_internal.c62 u32 limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; /* Use maximum buffer size */ in _mali_internal_profiling_init() local
65 if (MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in _mali_internal_profiling_init()
93 mali_osk_errcode_t _mali_internal_profiling_start(u32 *limit) in _mali_internal_profiling_start() argument
105 new_profile_entries = _mali_osk_valloc(*limit * sizeof(mali_profiling_entry)); in _mali_internal_profiling_start()
112 if (MALI_PROFILING_MAX_BUFFER_ENTRIES < *limit) { in _mali_internal_profiling_start()
113 *limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; in _mali_internal_profiling_start()
117 while (profile_mask <= *limit) { in _mali_internal_profiling_start()
122 *limit = profile_mask; in _mali_internal_profiling_start()
H A Dmali_profiling_internal.h29 int _mali_internal_profiling_start(u32 *limit);
H A Dmali_kernel_sysfs.c627 u32 limit = in profiling_record_write() local
645 if (MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in profiling_record_write()
650 MALI_DEBUG_PRINT(3, ("Profiling recording started (max %u events)\n", limit)); in profiling_record_write()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_profiling_internal.c61 u32 limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; /* Use maximum buffer size */ in _mali_internal_profiling_init() local
64 if (_MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in _mali_internal_profiling_init()
92 _mali_osk_errcode_t _mali_internal_profiling_start(u32 *limit) in _mali_internal_profiling_start() argument
104 new_profile_entries = _mali_osk_valloc(*limit * sizeof(mali_profiling_entry)); in _mali_internal_profiling_start()
112 if (MALI_PROFILING_MAX_BUFFER_ENTRIES < *limit) { in _mali_internal_profiling_start()
113 *limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; in _mali_internal_profiling_start()
117 while (profile_mask <= *limit) { in _mali_internal_profiling_start()
122 *limit = profile_mask; in _mali_internal_profiling_start()
H A Dmali_profiling_internal.h29 int _mali_internal_profiling_start(u32 *limit);
H A Dmali_kernel_sysfs.c624 u32 limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; /* This can be made configurable at a later stage if we need to */ in profiling_record_write() local
641 if (_MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in profiling_record_write()
646 MALI_DEBUG_PRINT(3, ("Profiling recording started (max %u events)\n", limit)); in profiling_record_write()
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h196 * because there is no reader checking a limit that actually needs
706 static inline unsigned long task_rlimit(const struct task_struct *task, unsigned int limit) in task_rlimit() argument
708 return READ_ONCE(task->signal->rlim[limit].rlim_cur); in task_rlimit()
711 static inline unsigned long task_rlimit_max(const struct task_struct *task, unsigned int limit) in task_rlimit_max() argument
713 return READ_ONCE(task->signal->rlim[limit].rlim_max); in task_rlimit_max()
716 static inline unsigned long rlimit(unsigned int limit) in rlimit() argument
718 return task_rlimit(current, limit); in rlimit()
721 static inline unsigned long rlimit_max(unsigned int limit) in rlimit_max() argument
723 return task_rlimit_max(current, limit); in rlimit_max()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_profiling.h46 * The specified limit will determine how large the capture buffer is.
49 * @param limit The desired maximum number of events to record on input, the actual maximum on output.
52 _mali_osk_errcode_t _mali_osk_profiling_start(u32 *limit);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_profiling.h47 * The specified limit will determine how large the capture buffer is.
50 * @param limit The desired maximum number of events to record on input, the actual maximum on output.
53 mali_osk_errcode_t _mali_osk_profiling_start(u32 *limit);
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_time.h40 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_time.h40 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_time.h41 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_time.h40 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dutil.c265 * @limit: limit for the number of used ids
276 int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int limit) in ipc_addid() argument
285 if (limit > ipc_mni) { in ipc_addid()
286 limit = ipc_mni; in ipc_addid()
289 if (ids->in_use >= limit) { in ipc_addid()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-map-ops.h117 phys_addr_t limit, struct cma **res_cma,
133 static inline void dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument
138 phys_addr_t limit, in dma_contiguous_reserve_area()
136 dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, phys_addr_t limit, struct cma **res_cma, bool fixed) dma_contiguous_reserve_area() argument
H A Dmemblock.h81 * @current_limit: physical address of the current allocation limit
437 void memblock_mem_limit_remove_map(phys_addr_t limit);
447 * memblock_set_current_limit - Set the current allocation limit to allow
450 * @limit: New limit value (physical address)
452 void memblock_set_current_limit(phys_addr_t limit);
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_buffer_impl.h135 // used in limit mode only
139 size_t limit; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dhi_wifi_driver_api.c1587 [2]limit 重传限制:重传次数0~15,重传时间0~200
1591 hi_u32 hi_wifi_set_retry_params(const hi_char *ifname, hi_u8 type, hi_u8 limit) in hi_wifi_set_retry_params() argument
1615 if (limit > HI_WIFI_RETRY_MAX_NUM) { in hi_wifi_set_retry_params()
1616 oam_error_log0(0, 0, "hi_wifi_set_retry_params:: tpye is date or mgmt,limit is invalid."); in hi_wifi_set_retry_params()
1622 if (limit > HI_WIFI_RETRY_MAX_TIME) { in hi_wifi_set_retry_params()
1623 oam_error_log0(0, 0, "hi_wifi_set_retry_params:: tpye is timeout,limit is invalid."); in hi_wifi_set_retry_params()
1630 set_param->limit = limit; in hi_wifi_set_retry_params()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h1807 * @param limit [IN] Type #unsigned char limit value.
1817 unsigned int hi_wifi_set_retry_params(const char *ifname, unsigned char type, unsigned char limit);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h1883 * @param limit [IN] Type #unsigned char limit value.
1892 unsigned int hi_wifi_set_retry_params(const char *ifname, unsigned char type, unsigned char limit);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_sta.c2465 set_retry_first.limit = 0; in hmac_set_retry_time_en()
2480 set_retry_second.limit = retry_time; in hmac_set_retry_time_en()
2517 set_retry_first.limit = 5; /* DMAC_MAX_SW_RETRIES: 5 */ in hmac_set_retry_time_close()
2532 set_retry_second.limit = DMAC_MGMT_MAX_SW_RETRIES; in hmac_set_retry_time_close()
2547 set_retry_third.limit = 0; in hmac_set_retry_time_close()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h402 hi_u8 limit; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl.h965 unsigned int badmac_limit; /*!< limit of records with a bad MAC */
1403 * Special value: 0 means unset (no limit).
1410 * \note The limit on datagram size is converted to a limit on
1427 * lower limit on record payload (see first note) is used.
1432 * the limit set by #MBEDTLS_SSL_OUT_CONTENT_LEN.
1803 * \brief Set a limit on the number of records with a bad MAC
1809 * \param limit Limit, or 0 to disable.
1811 * \note If the limit is N, then the connection is terminated when
1819 * datagrams. On one hand, setting a low limit her
[all...]

Completed in 36 milliseconds

12