Home
last modified time | relevance | path

Searched defs:n (Results 3576 – 3600 of 3631) sorted by relevance

1...<<141142143144145146

/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs.h135 #define IS_POWER_OF_2(n) (n != 0 && ((n & (n - 1)) == 0)) argument
136 #define IS_MAX_PENDING_CS_VALID(n) (IS_POWER_OF_2(n) && (n > 1)) argument
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2061 int i, n; in ath12k_peer_assoc_h_ht() local
10473 int n = ar->mac.sbands[band].n_iftype_data; in ath12k_mac_check_down_grade_phy_mode() local
/linux/sound/soc/codecs/
H A Drt5682s.h1438 int n; member
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c5907 unsigned int n; in guc_create_virtual() local
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1585 static inline xfs_inofree_t xfs_inobt_maskn(int i, int n) in xfs_inobt_maskn()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c2840 struct loaded_vmcs *v, *n; in vmclear_local_loaded_vmcss() local
/linux/drivers/net/usb/
H A Dlan78xx.c50 #define FLOW_THRESHOLD(n) ((((n) + 511) / 512) & 0x7F) argument
/linux/kernel/trace/
H A Dbpf_trace.c1195 BPF_CALL_3(get_func_arg, void *, ctx, u32, n, u64 *, value) in BPF_CALL_3() argument
/linux/drivers/usb/host/
H A Dxhci.h357 #define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20) argument
/linux/kernel/bpf/
H A Dsyscall.c535 void *bpf_map_kvcalloc(struct bpf_map *map, size_t n, size_t size, in bpf_map_kvcalloc()
/linux/include/net/
H A Dsock.h2220 static inline void sock_confirm_neigh(struct sk_buff *skb, struct neighbour *n) in sock_confirm_neigh()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h586 u32 n; member
/linux/drivers/scsi/
H A Dips.h85 #define MDELAY(n) \ argument
H A Dipr.c9222 int vec_idx, n = sizeof(ioa_cfg->vectors_info[0].desc) - 1; in name_msi_vectors() local
/linux/mm/
H A Dpage_alloc.c5313 int n, val; find_next_best_node() local
[all...]
H A Dmemory.c6974 int i, n, base, l, ret; in process_huge_page() local
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c2619 int n = LINK_WIDTH_DEFAULT; in tx_link_width() local
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c5659 u8 n = rtwdev->support_mlo ? chip->support_link_num : 1; in rtw89_core_register_hw() local
/linux/arch/x86/events/intel/
H A Duncore_snbep.c168 #define __BITS_VALUE(x, i, n) ((typeof(x))(((x) >> ((i) * (n))) & \ argument
/linux/drivers/s390/net/
H A Dqeth_core_main.c398 enum iucv_tx_notify n; in qeth_compute_cq_notification() local
/linux/tools/include/uapi/linux/
H A Dkvm.h1117 __u64 n; /* number of regs */ member
/linux/include/uapi/linux/
H A Dkvm.h1117 __u64 n; /* number of regs */ member
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c7860 struct lpfc_nodelist *ndlp = NULL, *n; in lpfc_rscn_recovery_check() local
H A Dlpfc_init.c12938 unsigned int n; in lpfc_cpu_online() local
/linux/lib/
H A Dmaple_tree.c2556 int i, n; in mas_topiary_replace() local

1...<<141142143144145146