Home
last modified time | relevance | path

Searched refs:n (Results 5376 – 5400 of 8645) sorted by relevance

1...<<211212213214215216217218219220>>...346

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c533 int n; in error_print_engine() local
597 for (n = 0; n < ee->num_ports; n++) { in error_print_engine()
598 err_printf(m, " ELSP[%d]:", n); in error_print_engine()
599 error_print_request(m, " ", &ee->execlist[n]); in error_print_engine()
1015 struct page *page, *n; in i915_vma_coredump_free() local
1017 list_for_each_entry_safe(page, n, &vma->page_list, lru) { in i915_vma_coredump_free()
1190 struct page *page, *n; in i915_vma_coredump_create() local
1192 list_for_each_entry_safe_reverse(page, n, &dst->page_list, lru) { in i915_vma_coredump_create()
1376 unsigned int n = 0; in engine_record_execlists() local
1379 record_request(*port++, &ee->execlist[n++]); in engine_record_execlists()
[all …]
/openbmc/linux/tools/perf/util/
H A Dauxtrace.c848 struct auxtrace_index *auxtrace_index, *n; in auxtrace_index__free() local
2059 struct hlist_node *n; in auxtrace_cache__rm() local
2065 hlist_for_each_entry_safe(entry, n, hlist, hash) { in auxtrace_cache__rm()
2147 struct addr_filter *filt, *n; in addr_filters__exit() local
2149 list_for_each_entry_safe(filt, n, &filts->head, list) { in addr_filters__exit()
2173 size_t n; in parse_num_or_str() local
2179 n = strcspn(*inp, str_delim); in parse_num_or_str()
2180 if (!n) in parse_num_or_str()
2182 *inp += n; in parse_num_or_str()
2341 size_t n = strlen(name); in kern_sym_name_match() local
[all …]
/openbmc/linux/mm/
H A Dswapfile.c317 unsigned int n) in cluster_set_next() argument
319 info->data = n; in cluster_set_next()
326 info->data = n; in cluster_set_next_flag()
1421 if (n <= 0) in swapcache_free_entries()
1434 for (i = 0; i < n; ++i) { in swapcache_free_entries()
1475 int count, tmp_count, n; in swp_swapcount() local
1495 n = SWAP_MAP_MAX + 1; in swp_swapcount()
1723 unsigned int n = 0; in count_swap_pages() local
1731 n = sis->pages; in count_swap_pages()
1733 n -= sis->inuse_pages; in count_swap_pages()
[all …]
/openbmc/linux/net/ceph/
H A Dosdmap.c186 u32 n; in DEFINE_RB_FUNCS() local
188 ceph_decode_32_safe(p, end, n, e_inval); in DEFINE_RB_FUNCS()
189 while (n--) { in DEFINE_RB_FUNCS()
1342 u32 n; in __decode_pools() local
1345 while (n--) { in __decode_pools()
1393 u32 n;
1398 while (n--) {
1571 u32 n; in decode_new_primary_affinity() local
1574 while (n--) { in decode_new_primary_affinity()
2295 int n; in ceph_pg_is_split() local
[all …]
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124-apalis-v1.2.dtsi70 lan-reset-n-hog {
215 pex-l0-rst-n-pdd1 {
222 pex-l0-clkreq-n-pdd2 {
229 pex-l1-rst-n-pdd5 {
615 uart1-cts-n-pu2 {
622 uart1-rts-n-pu3 {
659 uart2-cts-n-pj5 {
666 uart2-rts-n-pj6 {
745 pex-wake-n-pdd3 {
1014 pwr-int-n {
[all …]
H A Dtegra124-apalis.dtsi69 lan-reset-n-hog {
212 pex-l0-rst-n-pdd1 {
219 pex-l0-clkreq-n-pdd2 {
226 pex-l1-rst-n-pdd5 {
612 uart1-cts-n-pu2 {
619 uart1-rts-n-pu3 {
656 uart2-cts-n-pj5 {
663 uart2-rts-n-pj6 {
742 pex-wake-n-pdd3 {
1011 pwr-int-n {
[all …]
/openbmc/linux/sound/pci/ctxfi/
H A Dctsrc.c360 int i, n; in src_rsc_init() local
363 n = (MEMRD == desc->mode) ? desc->multi : 1; in src_rsc_init()
364 for (i = 0, p = src; i < n; i++, p++) { in src_rsc_init()
394 int i, n; in src_rsc_uninit() local
397 n = (MEMRD == src->mode) ? src->multi : 1; in src_rsc_uninit()
398 for (i = 0, p = src; i < n; i++, p++) { in src_rsc_uninit()
/openbmc/qemu/docs/system/devices/
H A Dnvme.rst211 ``mdts``, the value is specified as a power of two (2^n) and is in units of
336 nvme virt-mgmt /dev/nvme0 -c 0 -r 1 -a 1 -n 0
337 nvme virt-mgmt /dev/nvme0 -c 0 -r 0 -a 1 -n 0
356 nvme virt-mgmt /dev/nvme0 -c 1 -r 1 -a 8 -n 1
357 nvme virt-mgmt /dev/nvme0 -c 1 -r 0 -a 8 -n 2
358 nvme virt-mgmt /dev/nvme0 -c 1 -r 0 -a 9 -n 0
/openbmc/linux/fs/nfs/
H A Dcallback_xdr.c261 uint32_t tmp, n, i; in decode_devicenotify_args() local
271 n = ntohl(*p++); in decode_devicenotify_args()
272 if (n == 0) in decode_devicenotify_args()
275 args->devs = kmalloc_array(n, sizeof(*args->devs), GFP_KERNEL); in decode_devicenotify_args()
282 for (i = 0; i < n; i++) { in decode_devicenotify_args()
331 args->ndevs = n; in decode_devicenotify_args()
/openbmc/linux/drivers/clk/
H A Dclk-versaclock3.c23 #define VC3_PLL3_M_DIV(n) ((n) & GENMASK(5, 0)) argument
37 #define VC3_PLL1_M_DIV(n) ((n) & GENMASK(5, 0)) argument
53 #define VC3_PLL2_M_DIV(n) ((n) & GENMASK(4, 0)) argument
/openbmc/linux/drivers/spi/
H A Dspi-mtk-nor.c36 #define MTK_NOR_REG_RADR(n) (MTK_NOR_REG_RADR0 + 4 * (n)) argument
42 #define MTK_NOR_REG_PRGDATA(n) (MTK_NOR_REG_PRGDATA0 + 4 * (n)) argument
46 #define MTK_NOR_REG_SHIFT(n) (MTK_NOR_REG_SHIFT0 + 4 * (n)) argument
/openbmc/linux/drivers/usb/gadget/function/
H A Du_ether.c313 static int prealloc(struct list_head *list, struct usb_ep *ep, unsigned n) in prealloc() argument
318 if (!n) in prealloc()
322 i = n; in prealloc()
352 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests() argument
357 status = prealloc(&dev->tx_reqs, link->in_ep, n); in alloc_requests()
360 status = prealloc(&dev->rx_reqs, link->out_ep, n); in alloc_requests()
/openbmc/linux/arch/powerpc/kvm/
H A Dbookehv_interrupts.S31 #define VCPU_GUEST_SPRG(n) (VCPU_GUEST_SPRGS + (n * LONGBYTES)) argument
44 #define __HOST_NV_GPR(n) (HOST_NV_GPRS + ((n - 14) * LONGBYTES)) argument
45 #define HOST_NV_GPR(n) __HOST_NV_GPR(__REG_##n) argument
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c193 #define N_LANES(n) (((n) - 1) & 0x3) argument
211 #define PHY_TESTDOUT(n) (((n) & 0xff) << 8) argument
212 #define PHY_TESTDIN(n) ((n) & 0xff) argument
/openbmc/linux/arch/x86/crypto/
H A Ddes3_ede-asm_64.S123 #define round1(n, from, to, load_next_key) \ argument
151 load_next_key(n, RW0); \
156 #define load_next_key(n, RWx) \ argument
157 movq (((n) + 1) * 8)(CTX), RWx;
361 #define round3(n, from, to, load_next_key, do_movq) \ argument
386 load_next_key(n, RW0); \
/openbmc/linux/drivers/macintosh/
H A Dsmu.c353 static inline int bcd2hex (int n) in bcd2hex() argument
355 return (((n & 0xf0) >> 4) * 10) + (n & 0xf); in bcd2hex()
359 static inline int hex2bcd (int n) in hex2bcd() argument
361 return ((n / 10) << 4) + (n % 10); in hex2bcd()
/openbmc/qemu/target/i386/
H A Dops_sse.h28 #define B(n) MMX_B(n) argument
29 #define W(n) MMX_W(n) argument
30 #define L(n) MMX_L(n) argument
31 #define Q(n) MMX_Q(n) argument
36 #define B(n) ZMM_B(n) argument
37 #define W(n) ZMM_W(n) argument
38 #define L(n) ZMM_L(n) argument
39 #define Q(n) ZMM_Q(n) argument
214 int n = num; \
215 for (int i = 0; i < n; i++) { \
[all …]
/openbmc/linux/Documentation/scsi/
H A Dncr53c8xx.rst745 mpar:n disabled
753 spar:n disabled
761 disc:n disabled
772 specf:n (or 0) disabled
839 fsn:n disabled
1049 master parity disabled mpar:n
1051 disconnections not allowed disc:n
1053 ultra scsi disabled ultra:n
1078 ncr53c8xx=mpar:y,spar:y,disc:y,specf:3,fsn:n,ultra:2,fsn:n,revprob:n,verb:1\
1091 ncr53c8xx=mpar:y,spar:y,disc:y,specf:1,fsn:n,ultra:2,fsn:n,revprob:n,verb:1\
[all …]
/openbmc/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt157 in kernels built with CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n, this
193 with CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n.
197 with CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY=n.
275 pr_info("Current value of foo: %d\n", data_race(foo));
293 pr_info("Current value of foo: %d\n", data_race(READ_ONCE(foo)));
301 pr_info("Current value of foo: %d\n", READ_ONCE(foo));
305 must be built with CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n. If you
307 the value of foo, you also need CONFIG_KCSAN_REPORT_VALUE_CHANGE_ONLY=n.
468 CONFIG_KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=n, also any concurrent plain
/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c290 int m, n, k, best_m, best_n, best_k, best_error; in do_calc_pll() local
305 for (n = max(0, n_estimated); in do_calc_pll()
306 n <= min(255, n_estimated + 1); in do_calc_pll()
307 n++) { in do_calc_pll()
312 int f = (fref * (n + 2) / (m + 2)) >> k; in do_calc_pll()
321 best_n = n; in do_calc_pll()
329 n = best_n; in do_calc_pll()
332 *freq_out = (fref * (n + 2) / (m + 2)) >> k; in do_calc_pll()
334 return (n << 8) | (m << 2) | k; in do_calc_pll()
/openbmc/linux/sound/core/
H A Dpcm_lib.c581 u_int64_t n = (u_int64_t) a * b; in muldiv32() local
586 n = div_u64_rem(n, c, r); in muldiv32()
587 if (n >= UINT_MAX) { in muldiv32()
591 return n; in muldiv32()
1111 unsigned int n; in snd_interval_step() local
1113 n = i->min % step; in snd_interval_step()
1114 if (n != 0 || i->openmin) { in snd_interval_step()
1115 i->min += step - n; in snd_interval_step()
1119 n = i->max % step; in snd_interval_step()
1120 if (n != 0 || i->openmax) { in snd_interval_step()
[all …]
/openbmc/linux/arch/x86/ras/
H A DKconfig17 default n
/openbmc/linux/net/qrtr/
H A DKconfig19 depends on RPMSG || (COMPILE_TEST && RPMSG=n)
/openbmc/linux/drivers/scsi/device_handler/
H A DKconfig9 default n
/openbmc/linux/drivers/clk/meson/
H A Dmeson8-ddr.c37 .n = {

1...<<211212213214215216217218219220>>...346