Home
last modified time | relevance | path

Searched full:lc (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh39 local lc=$1
41 devlink lc show $DEVLINK_DEV lc $lc -j | jq -e -r ".[][][].state"
46 local lc=$1
50 busywait "$timeout" until_lc_state_is_not "$state" lc_state_get "$lc"
55 local lc=$1
59 busywait "$timeout" until_lc_state_is "$state" lc_state_get "$lc"
73 local lc=$1
75 devlink port -j | jq -e -r ".[][] | select(.lc==$lc) | .port" | wc -l
80 local lc=$1
84 busywait "$timeout" until_lc_port_count_is "$port_count" lc_port_count_get "$lc"
[all …]
/openbmc/linux/lib/
H A Dlru_cache.c29 BUG_ON(!lc); \
30 BUG_ON(!lc->nr_elements); \
31 BUG_ON(test_and_set_bit(__LC_PARANOIA, &lc->flags)); \
35 clear_bit_unlock(__LC_PARANOIA, &lc->flags); \
38 /* BUG() if e is not one of the elements tracked by lc */
39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
40 struct lru_cache *lc_ = (lc); \
51 * Because of PARANOIA_ENTRY() above abusing lc->flags as well,
53 * return 0 == cmpxchg(&lc->flags, 0, LC_LOCKED);
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock() argument
[all …]
/openbmc/linux/drivers/md/
H A Ddm-log.c299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header() argument
301 lc->io_req.bi_opf = op; in rw_header()
303 return dm_io(&lc->io_req, 1, &lc->header_location, NULL, IOPRIO_DEFAULT); in rw_header()
306 static int flush_header(struct log_c *lc) in flush_header() argument
309 .bdev = lc->header_location.bdev, in flush_header()
314 lc->io_req.bi_opf = REQ_OP_WRITE | REQ_PREFLUSH; in flush_header()
316 return dm_io(&lc->io_req, 1, &null_location, NULL, IOPRIO_DEFAULT); in flush_header()
374 struct log_c *lc; in create_log_context() local
405 lc = kmalloc(sizeof(*lc), GFP_KERNEL); in create_log_context()
406 if (!lc) { in create_log_context()
[all …]
H A Ddm-log-writes.c138 static inline sector_t bio_to_dev_sectors(struct log_writes_c *lc, in bio_to_dev_sectors() argument
141 return sectors >> (lc->sectorshift - SECTOR_SHIFT); in bio_to_dev_sectors()
144 static inline sector_t dev_to_bio_sectors(struct log_writes_c *lc, in dev_to_bio_sectors() argument
147 return sectors << (lc->sectorshift - SECTOR_SHIFT); in dev_to_bio_sectors()
150 static void put_pending_block(struct log_writes_c *lc) in put_pending_block() argument
152 if (atomic_dec_and_test(&lc->pending_blocks)) { in put_pending_block()
154 if (waitqueue_active(&lc->wait)) in put_pending_block()
155 wake_up(&lc->wait); in put_pending_block()
159 static void put_io_block(struct log_writes_c *lc) in put_io_block() argument
161 if (atomic_dec_and_test(&lc->io_blocks)) { in put_io_block()
[all …]
H A Ddm-log-userspace-base.c85 static int userspace_do_request(struct log_c *lc, const char *uuid, in userspace_do_request() argument
97 r = dm_consult_userspace(uuid, lc->luid, request_type, data, in userspace_do_request()
108 r = dm_consult_userspace(uuid, lc->luid, DM_ULOG_CTR, in userspace_do_request()
109 lc->usr_argv_str, in userspace_do_request()
110 strlen(lc->usr_argv_str) + 1, in userspace_do_request()
116 r = dm_consult_userspace(uuid, lc->luid, DM_ULOG_RESUME, NULL, in userspace_do_request()
160 struct log_c *lc = container_of(work, struct log_c, flush_log_work.work); in do_flush() local
162 atomic_set(&lc->sched_flush, 0); in do_flush()
164 r = userspace_do_request(lc, lc->uuid, DM_ULOG_FLUSH, NULL, 0, NULL, NULL); in do_flush()
167 dm_table_event(lc->ti->table); in do_flush()
[all …]
H A Ddm-linear.c32 struct linear_c *lc; in linear_ctr() local
42 lc = kmalloc(sizeof(*lc), GFP_KERNEL); in linear_ctr()
43 if (lc == NULL) { in linear_ctr()
53 lc->start = tmp; in linear_ctr()
55 ret = dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), &lc->dev); in linear_ctr()
65 ti->private = lc; in linear_ctr()
69 kfree(lc); in linear_ctr()
75 struct linear_c *lc = ti->private; in linear_dtr() local
77 dm_put_device(ti, lc->dev); in linear_dtr()
78 kfree(lc); in linear_dtr()
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c196 struct lowcore *lc; in pcpu_alloc_lowcore() local
198 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore()
202 if (!lc || !nodat_stack || !async_stack || !mcck_stack) in pcpu_alloc_lowcore()
204 memcpy(lc, &S390_lowcore, 512); in pcpu_alloc_lowcore()
205 memset((char *) lc + 512, 0, sizeof(*lc) - 512); in pcpu_alloc_lowcore()
206 lc->async_stack = async_stack + STACK_INIT_OFFSET; in pcpu_alloc_lowcore()
207 lc->nodat_stack = nodat_stack + STACK_INIT_OFFSET; in pcpu_alloc_lowcore()
208 lc->mcck_stack = mcck_stack + STACK_INIT_OFFSET; in pcpu_alloc_lowcore()
209 lc->cpu_nr = cpu; in pcpu_alloc_lowcore()
210 lc->spinlock_lockval = arch_spin_lockval(cpu); in pcpu_alloc_lowcore()
[all …]
H A Dsetup.c404 struct lowcore *lc, *abs_lc; in setup_lowcore() local
410 lc = memblock_alloc_low(sizeof(*lc), sizeof(*lc)); in setup_lowcore()
411 if (!lc) in setup_lowcore()
413 __func__, sizeof(*lc), sizeof(*lc)); in setup_lowcore()
415 lc->restart_psw.mask = PSW_KERNEL_BITS & ~PSW_MASK_DAT; in setup_lowcore()
416 lc->restart_psw.addr = __pa(restart_int_handler); in setup_lowcore()
417 lc->external_new_psw.mask = PSW_KERNEL_BITS | PSW_MASK_MCHECK; in setup_lowcore()
418 lc->external_new_psw.addr = (unsigned long) ext_int_handler; in setup_lowcore()
419 lc->svc_new_psw.mask = PSW_KERNEL_BITS | PSW_MASK_MCHECK; in setup_lowcore()
420 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore()
[all …]
/openbmc/linux/net/rds/
H A Dloop.c137 struct rds_loop_connection *lc; in rds_loop_conn_alloc() local
140 lc = kzalloc(sizeof(struct rds_loop_connection), gfp); in rds_loop_conn_alloc()
141 if (!lc) in rds_loop_conn_alloc()
144 INIT_LIST_HEAD(&lc->loop_node); in rds_loop_conn_alloc()
145 lc->conn = conn; in rds_loop_conn_alloc()
146 conn->c_transport_data = lc; in rds_loop_conn_alloc()
149 list_add_tail(&lc->loop_node, &loop_conns); in rds_loop_conn_alloc()
157 struct rds_loop_connection *lc = arg; in rds_loop_conn_free() local
160 rdsdebug("lc %p\n", lc); in rds_loop_conn_free()
162 list_del(&lc->loop_node); in rds_loop_conn_free()
[all …]
/openbmc/linux/arch/ia64/lib/
H A Dxor.S16 .save ar.lc, r30
17 mov r30 = ar.lc
30 mov ar.lc = in0
43 mov ar.lc = r30
54 .save ar.lc, r30
55 mov r30 = ar.lc
69 mov ar.lc = in0
84 mov ar.lc = r30
95 .save ar.lc, r30
96 mov r30 = ar.lc
[all …]
H A Dflush.S42 .save ar.lc,r3
43 mov r3=ar.lc // save ar.lc
47 mov ar.lc=r8
61 mov ar.lc=r3 // restore ar.lc
97 .save ar.lc,r3
98 mov r3=ar.lc // save ar.lc
102 mov ar.lc=r8
117 mov ar.lc=r3 // restore ar.lc
H A Dclear_user.S61 .save ar.lc, saved_lc
62 mov saved_lc=ar.lc // preserve ar.lc (slow)
70 mov ar.lc=tmp // initialize lc for small count
72 ;; // WAR on ar.lc
85 ;; // avoid RAW on ar.lc
90 mov ret0=len // faster than using ar.lc
91 mov ar.lc=saved_lc
127 mov ar.lc=tmp
140 // way would be to use ar.lc and derive how many byte were left by
141 // doing : left= 16*ar.lc + 16. this would avoid the addition at
[all …]
H A Dstrnlen_user.S22 .save ar.lc, r16
23 mov r16=ar.lc // preserve ar.lc
29 mov ar.lc=r3
45 mov ar.lc=r16 // restore ar.lc
H A Dclear_page.S38 .save ar.lc, saved_lc
39 mov saved_lc = ar.lc
42 mov ar.lc = (PREFETCH_LINES - 1)
52 mov ar.lc = r16 // one L3 line per iteration
76 mov ar.lc = saved_lc // restore lc
H A Dcopy_user.S88 .save ar.lc, saved_lc
89 mov saved_lc=ar.lc // preserve ar.lc (slow)
104 mov ar.lc=len2 // initialize lc for small count
119 mov ar.lc=saved_lc
194 mov ar.lc=cnt
218 mov ar.lc=cnt
305 mov ar.lc=len1
312 mov ar.lc=saved_lc
371 mov ar.lc=tmp
403 mov ar.lc=saved_lc
[all …]
/openbmc/linux/include/linux/
H A Dlru_cache.h241 extern void lc_reset(struct lru_cache *lc);
242 extern void lc_destroy(struct lru_cache *lc);
243 extern void lc_del(struct lru_cache *lc, struct lc_element *element);
245 extern struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr);
246 extern struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr);
247 extern struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr);
248 extern struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr);
249 extern unsigned int lc_put(struct lru_cache *lc, struct lc_element *e);
250 extern void lc_committed(struct lru_cache *lc);
253 extern void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc);
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c142 static int bpf_test_socket_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_socket_sockopt() argument
154 return bpf_test_sockopt_flip(lc->ctx, lc->sk, t, SOL_SOCKET); in bpf_test_socket_sockopt()
156 return bpf_test_sockopt_int(lc->ctx, lc->sk, t, SOL_SOCKET); in bpf_test_socket_sockopt()
159 static int bpf_test_ip_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ip_sockopt() argument
171 return bpf_test_sockopt_flip(lc->ctx, lc->sk, t, IPPROTO_IP); in bpf_test_ip_sockopt()
173 return bpf_test_sockopt_int(lc->ctx, lc->sk, t, IPPROTO_IP); in bpf_test_ip_sockopt()
176 static int bpf_test_ipv6_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_ipv6_sockopt() argument
188 return bpf_test_sockopt_flip(lc->ctx, lc->sk, t, IPPROTO_IPV6); in bpf_test_ipv6_sockopt()
190 return bpf_test_sockopt_int(lc->ctx, lc->sk, t, IPPROTO_IPV6); in bpf_test_ipv6_sockopt()
193 static int bpf_test_tcp_sockopt(__u32 i, struct loop_ctx *lc) in bpf_test_tcp_sockopt() argument
[all …]
/openbmc/linux/fs/ocfs2/
H A Dstack_user.c803 struct ocfs2_live_connection *lc = conn->cc_private; in sync_wait_cb() local
804 complete(&lc->oc_sync_wait); in sync_wait_cb()
811 struct ocfs2_live_connection *lc = conn->cc_private; in sync_unlock() local
820 wait_for_completion(&lc->oc_sync_wait); in sync_unlock()
835 struct ocfs2_live_connection *lc = conn->cc_private; in sync_lock() local
846 wait_for_completion(&lc->oc_sync_wait); in sync_lock()
862 struct ocfs2_live_connection *lc = conn->cc_private; in version_lock() local
864 &lc->oc_version_lksb, VERSION_LOCK); in version_lock()
869 struct ocfs2_live_connection *lc = conn->cc_private; in version_unlock() local
870 return sync_unlock(conn, &lc->oc_version_lksb, VERSION_LOCK); in version_unlock()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c145 struct link_config *lc = &adapter->port[port_id].link_config; in t1_link_changed() local
149 lc->speed = speed < 0 ? SPEED_INVALID : speed; in t1_link_changed()
150 lc->duplex = duplex < 0 ? DUPLEX_INVALID : duplex; in t1_link_changed()
151 if (!(lc->requested_fc & PAUSE_AUTONEG)) in t1_link_changed()
152 fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_changed()
154 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) { in t1_link_changed()
159 lc->fc = (unsigned char)fc; in t1_link_changed()
626 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start() argument
628 unsigned int fc = lc->requested_fc & (PAUSE_RX | PAUSE_TX); in t1_link_start()
630 if (lc->supported & SUPPORTED_Autoneg) { in t1_link_start()
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml69 - .\msys64\usr\bin\bash -lc "sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf"
70 - .\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' # Core update
71 - .\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu' # Normal update
75 - .\msys64\usr\bin\bash -lc "pacman -Sy --noconfirm --needed
91 - $env:JOBS = $(.\msys64\usr\bin\bash -lc nproc)
101 - ..\msys64\usr\bin\bash -lc "ccache --zero-stats"
102 - ..\msys64\usr\bin\bash -lc "../configure $CONFIGURE_ARGS"
103 - ..\msys64\usr\bin\bash -lc "make -j$env:JOBS"
104 …- ..\msys64\usr\bin\bash -lc "make check MTESTARGS='$TEST_ARGS' || { cat meson-logs/testlog.txt; e…
105 - ..\msys64\usr\bin\bash -lc "ccache --show-stats"
/openbmc/linux/drivers/accessibility/speakup/
H A Dgenmap.c75 lc++; in main()
130 for (lc = 1; lc <= max_key_used; lc++) { in main()
131 kp = key_data[lc]; in main()
151 for (lc = 1; lc <= max_key_used; lc++) { in main()
152 kp = key_data[lc]; in main()
155 printf("\n\t%d,", lc); in main()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-linecard.rst112 $ devlink lc show [ DEV [ lc LC_INDEX ] ]
113 $ devlink lc set DEV lc LC_INDEX [ { type LC_TYPE | notype } ]
116 $ devlink lc
119 $ devlink lc set pci/0000:01:00.0 lc 8 type 16x100G
122 $ devlink lc set pci/0000:01:00.0 lc 8 notype
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A DMakefile-obey-LDFLAGS.patch9 -LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc
10 -LDFLAGS.l2tpconfig= -Lcli -lcli -lreadline $(LIBS.dmalloc) $(READLINE_LDFLAGS) -lc
11 +LDFLAGS.l2tpd= -Wl,-E -L. -Lusl -lusl -ldl $(LIBS.dmalloc) -lc $(LDFLAGS)
12 +LDFLAGS.l2tpconfig= -Lcli -lcli -lreadline $(LIBS.dmalloc) $(READLINE_LDFLAGS) -lc $(LDFLAGS)
/openbmc/linux/fs/affs/
H A Dsymlink.c22 char lc; in affs_symlink_read_folio() local
32 lc = 0; in affs_symlink_read_folio()
47 lc = '/'; in affs_symlink_read_folio()
50 if (c == '/' && lc == '/' && i < 1020) { /* parent dir */ in affs_symlink_read_folio()
55 lc = c; in affs_symlink_read_folio()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dmakefile-add-ldflags.patch15 -LDFLAGS.ippoold= -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc
16 -LDFLAGS.ippoolconfig= -Lcli -lcli -lreadline -lcurses -lnsl $(LIBS.dmalloc) -lc
17 +LDFLAGS.ippoold= $(LDFLAGS) -Wl,-E -L. -Lusl -lusl -lnsl -ldl $(LIBS.dmalloc) -lc
18 +LDFLAGS.ippoolconfig= $(LDFLAGS) -Lcli -lcli -lreadline -lcurses -lnsl $(LIBS.dmalloc) -lc

12345678910>>...13