/linux-6.14.4/lib/ |
D | xxhash.c | 104 const uint8_t *p = (const uint8_t *)input; in xxh32() local 109 const uint8_t *const limit = b_end - 16; in xxh32() local 174 const uint8_t *p = (const uint8_t *)input; in xxh64() local 179 const uint8_t *const limit = b_end - 32; in xxh64() local 272 const uint8_t *p = (const uint8_t *)input; in xxh32_update() local 307 const uint8_t *const limit = b_end - 16; in xxh32_update() local 341 const uint8_t *p = (const uint8_t *)state->mem32; in xxh32_digest() local 379 const uint8_t *p = (const uint8_t *)input; in xxh64_update() local 412 const uint8_t *const limit = b_end - 32; in xxh64_update() local 446 const uint8_t *p = (const uint8_t *)state->mem64; in xxh64_digest() local
|
/linux-6.14.4/kernel/cgroup/ |
D | pids.c | 57 atomic64_t limit; member 96 static void pids_update_watermark(struct pids_cgroup *p, int64_t nr_pids) in pids_update_watermark() 130 struct pids_cgroup *p; in pids_uncharge() local 147 struct pids_cgroup *p; in pids_charge() local 168 struct pids_cgroup *p, *q; in pids_try_charge() local 172 int64_t limit = atomic64_read(&p->limit); in pids_try_charge() local 246 struct pids_cgroup *p = pids_forking; in pids_event() local 306 int64_t limit; in pids_max_write() local 335 int64_t limit = atomic64_read(&pids->limit); in pids_max_show() local
|
/linux-6.14.4/fs/romfs/ |
D | storage.c | 41 u_char buf[16], *p; in romfs_mtd_strnlen() local 131 unsigned long pos, size_t limit) in romfs_blk_strnlen() 137 u_char *buf, *p; in romfs_blk_strnlen() local 217 size_t limit; in romfs_dev_read() local 240 size_t limit; in romfs_dev_strnlen() local 268 size_t limit; in romfs_dev_strcmp() local
|
/linux-6.14.4/fs/minix/ |
D | dir.c | 102 char *p, *kaddr, *limit; in minix_readdir() local 163 char *p; in minix_find_entry() local 169 char *kaddr, *limit; in minix_find_entry() local 209 char *kaddr, *p; in minix_add_link() local 223 char *limit, *dir_end; in minix_add_link() local 366 char *p, *limit; in minix_empty_dir() local
|
/linux-6.14.4/net/wireless/ |
D | of.c | 30 struct ieee80211_freq_range *limit = &freq_limits[i]; in wiphy_freq_limits_valid_chan() local 81 const __be32 *p; in wiphy_read_of_freq_limits() local 109 struct ieee80211_freq_range *limit = &freq_limits[i]; in wiphy_read_of_freq_limits() local
|
/linux-6.14.4/kernel/dma/ |
D | contiguous.c | 73 static int __init early_cma(char *p) in early_cma() 101 static int __init early_numa_cma(char *p) in early_numa_cma() 132 static int __init early_cma_pernuma(char *p) in early_cma_pernuma() 212 void __init dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() 275 phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area()
|
/linux-6.14.4/drivers/gpu/drm/gma500/ |
D | cdv_intel_display.c | 218 u32 m, n_vco, p; in cdv_dpll_set_clock_cdv() local 367 const struct gma_limit_t *limit; in cdv_intel_limit() local 401 static bool cdv_intel_find_dp_pll(const struct gma_limit_t *limit, in cdv_intel_find_dp_pll() 590 const struct gma_limit_t *limit; in cdv_intel_crtc_mode_set() local 846 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in cdv_intel_crtc_clock_get() local 920 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in cdv_intel_crtc_mode_get() local
|
D | psb_intel_display.c | 59 const struct gma_limit_t *limit; in psb_intel_limit() local 112 const struct gma_limit_t *limit; in psb_intel_crtc_mode_set() local 314 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in psb_intel_crtc_clock_get() local 390 struct psb_pipe *p = &dev_priv->regs.pipe[pipe]; in psb_intel_crtc_mode_get() local
|
/linux-6.14.4/include/linux/sched/ |
D | signal.h | 376 static inline int task_sigpending(struct task_struct *p) in task_sigpending() 381 static inline int signal_pending(struct task_struct *p) in signal_pending() 393 static inline int __fatal_signal_pending(struct task_struct *p) in __fatal_signal_pending() 398 static inline int fatal_signal_pending(struct task_struct *p) in fatal_signal_pending() 403 static inline int signal_pending_state(unsigned int state, struct task_struct *p) in signal_pending_state() 607 static inline void sas_ss_reset(struct task_struct *p) in sas_ss_reset() 631 #define next_task(p) \ argument 634 #define for_each_process(p) \ argument 646 #define for_other_threads(p, t) \ argument 653 #define for_each_thread(p, t) \ argument [all …]
|
/linux-6.14.4/net/netfilter/ |
D | nf_conntrack_sip.c | 67 const char *limit, int *shift) in string_len() 79 const char *limit, int *shift) in digits_len() 100 static int word_len(const char *dptr, const char *limit) in word_len() 111 const char *limit, int *shift) in callid_len() 130 const char *limit, int *shift) in media_len() 145 const char *limit, bool delim) in sip_parse_addr() 186 const char *limit, int *shift) in epaddr_len() 206 const char *limit, int *shift) in skp_epaddr_len() 242 const char *start = dptr, *limit = dptr + datalen, *end; in ct_sip_parse_request() local 244 unsigned int p; in ct_sip_parse_request() local [all …]
|
/linux-6.14.4/drivers/tty/serial/ |
D | sunhv.c | 77 int limit = 10000; in receive_chars_getchar() local 120 int limit = 10000; in receive_chars_read() local 274 int limit = 10000; in sunhv_send_xchar() local 301 int limit = 10000; in sunhv_break_ctl() local 420 char *p = con_write_page; in fill_con_write_page() local 459 int limit = 1000000; in sunhv_console_write_paged() local 483 int limit = 1000000; in sunhv_console_putchar() local
|
/linux-6.14.4/arch/powerpc/mm/book3s64/ |
D | subpage_prot.c | 26 u32 **p; in subpage_prot_free() local 97 unsigned long next, limit; in subpage_prot_clear() local 192 unsigned long next, limit; in SYSCALL_DEFINE3() local
|
/linux-6.14.4/block/partitions/ |
D | check.h | 21 int limit; member 31 static inline void put_dev_sector(Sector p) in put_dev_sector() 37 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) in put_partition()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/ |
D | nouveau_svm.h | 14 unsigned long limit; member 43 static inline int nouveau_svmm_init(struct drm_device *device, void *p, in nouveau_svmm_init() 58 static inline int nouveau_svmm_bind(struct drm_device *device, void *p, in nouveau_svmm_bind()
|
/linux-6.14.4/fs/nilfs2/ |
D | dir.c | 115 size_t limit = folio_size(folio); in nilfs_check_folio() local 116 struct nilfs_dir_entry *p; in nilfs_check_folio() local 228 static struct nilfs_dir_entry *nilfs_next_entry(struct nilfs_dir_entry *p) in nilfs_next_entry() 247 char *kaddr, *limit; in nilfs_readdir() local 356 size_t limit; in nilfs_dotdot() local
|
/linux-6.14.4/arch/arm/mach-rpc/include/mach/ |
D | acornfb.h | 15 u_long limit; in acornfb_valid_pixrate() local 48 u_int rr, v, p; in acornfb_vidc20_find_pll() local
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_sriov_pf.c | 20 static int pf_reduce_totalvfs(struct xe_device *xe, int limit) in pf_reduce_totalvfs() 95 void xe_sriov_pf_print_vfs_summary(struct xe_device *xe, struct drm_printer *p) in xe_sriov_pf_print_vfs_summary()
|
D | xe_gt_sriov_pf_service.c | 259 struct drm_printer p = xe_gt_info_printer(gt); in pf_prepare_runtime_info() local 387 static int pf_service_runtime_query(struct xe_gt *gt, u32 start, u32 limit, in pf_service_runtime_query() 419 u32 limit, start, max_chunks; in pf_process_runtime_query_msg() local 502 int xe_gt_sriov_pf_service_print_runtime(struct xe_gt *gt, struct drm_printer *p) in xe_gt_sriov_pf_service_print_runtime() 529 int xe_gt_sriov_pf_service_print_version(struct xe_gt *gt, struct drm_printer *p) in xe_gt_sriov_pf_service_print_version()
|
D | xe_guc_id_mgr.c | 47 struct drm_printer p = xe_gt_info_printer(idm_to_gt(idm)); in __fini_idm() local 76 int xe_guc_id_mgr_init(struct xe_guc_id_mgr *idm, unsigned int limit) in xe_guc_id_mgr_init() 250 static void idm_print_locked(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent) in idm_print_locked() 271 void xe_guc_id_mgr_print(struct xe_guc_id_mgr *idm, struct drm_printer *p, int indent) in xe_guc_id_mgr_print()
|
/linux-6.14.4/fs/nfsd/ |
D | nfscache.c | 70 unsigned int limit; in nfsd_cache_size_limit() local 82 nfsd_hashsize(unsigned int limit) in nfsd_hashsize() 371 void *p; in nfsd_cache_csum() local 423 struct rb_node **p = &b->rb_head.rb_node, in nfsd_cache_insert() local 642 __be32 *p; in nfsd_cache_append() local
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | setup_64.c | 170 static int __init early_smt_enabled(char *p) in early_smt_enabled() 712 static void *__init alloc_stack(unsigned long limit, int cpu) in alloc_stack() 729 u64 limit = ppc64_bolted_size(); in irqstack_early_init() local 776 u64 limit, mce_limit; in emergency_stack_init() local
|
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-debug.h | 77 u32 level, bool limit, const char *function, in __iwl_dbg() 82 #define iwl_print_hex_error(m, p, len) \ argument 88 #define __IWL_DEBUG_DEV(dev, level, limit, fmt, args...) \ argument 101 #define iwl_print_hex_dump(m, level, p, len) \ argument 108 #define iwl_print_hex_dump(m, level, p, len) argument 175 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument 176 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument 177 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument 178 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument 179 #define IWL_DEBUG_TEMP(p, f, a...) IWL_DEBUG(p, IWL_DL_TEMP, f, ## a) argument [all …]
|
/linux-6.14.4/drivers/net/ethernet/sun/ |
D | sungem.c | 120 int limit = 10000; in __sungem_phy_read() local 157 int limit = 10000; in __sungem_phy_write() local 362 int limit, i; in gem_rxmac_reset() local 633 int entry, limit; in gem_tx() local 702 static __inline__ void gem_post_rxds(struct gem *gp, int limit) in gem_post_rxds() 1100 int limit; in gem_pcs_reset() local 1165 int limit; in gem_reset() local 1988 const char *p; in gem_check_invariants() local 2450 int limit = 10000; in gem_set_multicast() local 2728 void __iomem *p = rom_base + this_offset; in find_eth_addr_in_vpd() local [all …]
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | usergv100.c | 22 #define gv100_dmaobj(p) container_of((p), struct gv100_dmaobj, base) argument 44 u64 limit = dmaobj->base.limit >> 8; in gv100_dmaobj_bind() local
|
/linux-6.14.4/arch/sparc/kernel/ |
D | iommu-common.c | 60 struct iommu_pool *p = &(iommu->large_pool); in iommu_tbl_pool_init() local 105 unsigned long n, end, start, limit, boundary_size; in iommu_tbl_range_alloc() local 226 struct iommu_pool *p; in get_pool() local
|