Home
last modified time | relevance | path

Searched refs:head (Results 1076 - 1100 of 5173) sorted by relevance

1...<<41424344454647484950>>...207

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.h7 struct nouveau_drm *, int head, s32 oclass,
26 int nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **);
/kernel/linux/linux-6.6/include/linux/
H A Drcupdate_wait.h16 struct rcu_head head; member
19 void wakeme_after_rcu(struct rcu_head *head);
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dosdep_service.h47 static inline u32 end_of_queue_search(struct list_head *head, in end_of_queue_search() argument
50 return (head == plist); in end_of_queue_search()
H A Drtl871x_event.h86 /*volatile*/ int head; member
95 /*volatile*/ int head; member
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Drvt-abi.h24 * This structure is used to contain the head pointer, tail pointer,
30 RDMA_ATOMIC_UAPI(__u32, head);
51 * This structure is used to contain the head pointer, tail pointer,
60 /* new work requests posted to the head */
61 RDMA_ATOMIC_UAPI(__u32, head);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c27 nv50_base_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_base_new() argument
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw); in nv50_base_new()
H A Dbase.h7 struct nouveau_drm *, int head, s32 oclass,
26 int nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **);
H A Dovly.c28 nv50_ovly_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_ovly_new() argument
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw); in nv50_ovly_new()
H A Dovly.h7 struct nouveau_drm *, int head, s32 oclass,
25 int nv50_ovly_new(struct nouveau_drm *, int head, struct nv50_wndw **);
H A Dcurs.c27 nv50_curs_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_curs_new() argument
53 return curses[cid].new(drm, head, curses[cid].oclass, pwndw); in nv50_curs_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dinit.h12 int head; member
28 .head = -1, \
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dpriv.h9 struct list_head head; member
18 struct list_head head; member
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh37 perf script -i "$PERF_DATA" -F comm,ip,sym | head -n4
38 perf script -i "$PERF_DATA" -F comm,ip,sym | head -n4 | \
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Drvt-abi.h32 RDMA_ATOMIC_UAPI(__u32, head);
43 RDMA_ATOMIC_UAPI(__u32, head);
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H A Drvt-abi.h32 RDMA_ATOMIC_UAPI(__u32, head);
43 RDMA_ATOMIC_UAPI(__u32, head);
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c271 rbdr->head = 0; in nicvf_init_rbdr()
320 int head, tail; in nicvf_free_rbdr() local
332 head = rbdr->head; in nicvf_free_rbdr()
336 while (head != tail) { in nicvf_free_rbdr()
337 desc = GET_RBDR_DESC(rbdr, head); in nicvf_free_rbdr()
344 head++; in nicvf_free_rbdr()
345 head &= (rbdr->dmem.q_len - 1); in nicvf_free_rbdr()
360 head = 0; in nicvf_free_rbdr()
361 while (head < rbd in nicvf_free_rbdr()
1182 u64 head; nicvf_sq_free_used_descs() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c772 size_t head; in commit_echoes() local
775 head = ldata->echo_head; in commit_echoes()
776 ldata->echo_mark = head; in commit_echoes()
782 nr = head - ldata->echo_tail; in commit_echoes()
789 ldata->echo_commit = head; in commit_echoes()
979 size_t head; in eraser() local
1010 head = ldata->read_head; in eraser()
1014 head--; in eraser()
1015 c = read_buf(ldata, head); in eraser()
1017 MASK(head) ! in eraser()
1511 size_t n, head; n_tty_receive_buf_real_raw() local
1965 size_t head = smp_load_acquire(&ldata->commit_head); copy_from_read_buf() local
2482 size_t nr, head, tail; inq_canon() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dinode.c219 static void i_callback(struct rcu_head *head) in i_callback() argument
221 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback()
636 * @head: the head of the list to free
641 static void dispose_list(struct list_head *head) in dispose_list() argument
643 while (!list_empty(head)) { in dispose_list()
646 inode = list_first_entry(head, struct inode, i_lru); in dispose_list()
853 struct hlist_head *head, in find_inode()
860 hlist_for_each_entry(inode, head, i_hash) { in find_inode()
886 struct hlist_head *head, unsigne in find_inode_fast()
852 find_inode(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data) find_inode() argument
885 find_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) find_inode_fast() argument
1156 struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval); inode_insert5() local
1256 struct hlist_head *head = inode_hashtable + hash(sb, ino); iget_locked() local
1411 struct hlist_head *head = inode_hashtable + hash(sb, hashval); ilookup5_nowait() local
1466 struct hlist_head *head = inode_hashtable + hash(sb, ino); ilookup() local
1515 struct hlist_head *head = inode_hashtable + hash(sb, hashval); find_inode_nowait() local
1560 struct hlist_head *head = inode_hashtable + hash(sb, hashval); find_inode_rcu() local
1598 struct hlist_head *head = inode_hashtable + hash(sb, ino); find_inode_by_ino_rcu() local
1618 struct hlist_head *head = inode_hashtable + hash(sb, ino); insert_inode_locked() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c272 rbdr->head = 0; in nicvf_init_rbdr()
321 int head, tail; in nicvf_free_rbdr() local
333 head = rbdr->head; in nicvf_free_rbdr()
337 while (head != tail) { in nicvf_free_rbdr()
338 desc = GET_RBDR_DESC(rbdr, head); in nicvf_free_rbdr()
345 head++; in nicvf_free_rbdr()
346 head &= (rbdr->dmem.q_len - 1); in nicvf_free_rbdr()
361 head = 0; in nicvf_free_rbdr()
362 while (head < rbd in nicvf_free_rbdr()
1183 u64 head; nicvf_sq_free_used_descs() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dinode.c246 static void i_callback(struct rcu_head *head) in i_callback() argument
248 struct inode *inode = container_of(head, struct inode, i_rcu); in i_callback()
686 * @head: the head of the list to free
691 static void dispose_list(struct list_head *head) in dispose_list() argument
693 while (!list_empty(head)) { in dispose_list()
696 inode = list_first_entry(head, struct inode, i_lru); in dispose_list()
893 struct hlist_head *head, in find_inode()
900 hlist_for_each_entry(inode, head, i_hash) { in find_inode()
926 struct hlist_head *head, unsigne in find_inode_fast()
892 find_inode(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data) find_inode() argument
925 find_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) find_inode_fast() argument
1195 struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval); inode_insert5() local
1299 struct hlist_head *head = inode_hashtable + hash(sb, ino); iget_locked() local
1454 struct hlist_head *head = inode_hashtable + hash(sb, hashval); ilookup5_nowait() local
1509 struct hlist_head *head = inode_hashtable + hash(sb, ino); ilookup() local
1558 struct hlist_head *head = inode_hashtable + hash(sb, hashval); find_inode_nowait() local
1603 struct hlist_head *head = inode_hashtable + hash(sb, hashval); find_inode_rcu() local
1641 struct hlist_head *head = inode_hashtable + hash(sb, ino); find_inode_by_ino_rcu() local
1661 struct hlist_head *head = inode_hashtable + hash(sb, ino); insert_inode_locked() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_semantics.c233 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu() argument
235 struct fib_info *fi = container_of(head, struct fib_info, rcu); in free_fib_info_rcu()
380 struct hlist_head *head; in fib_find_info_nh() local
389 head = &fib_info_hash[hash]; in fib_find_info_nh()
391 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info_nh()
411 struct hlist_head *head; in fib_find_info() local
416 head = &fib_info_hash[hash]; in fib_find_info()
418 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info()
444 struct hlist_head *head; in ip_fib_check_default() local
449 head in ip_fib_check_default()
1288 struct hlist_head *head = &fib_info_hash[i]; fib_info_hash_move() local
1603 struct hlist_head *head; fib_create_info() local
1612 struct hlist_head *head; fib_create_info() local
1880 struct hlist_head *head; fib_sync_down_addr() local
1970 struct hlist_head *head = fib_info_devhash_bucket(dev); fib_sync_mtu() local
1989 struct hlist_head *head = fib_info_devhash_bucket(dev); fib_sync_down_dev() local
2139 struct hlist_head *head; fib_sync_up() local
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dtransport.c662 iov[0].iov_base = msg->head; in tcp_send_message_sock_cipher()
716 iov[TCP_KVEC_HEAD].iov_base = msg->head; in tcp_send_message_sock_tls()
757 struct hmdfs_head_cmd *head = NULL; in tcp_send_rekey_request() local
762 head = kzalloc(sizeof(struct hmdfs_head_cmd) + in tcp_send_rekey_request()
765 if (!head) in tcp_send_rekey_request()
769 *)((uint8_t *)head + sizeof(struct hmdfs_head_cmd)); in tcp_send_rekey_request()
773 head->magic = HMDFS_MSG_MAGIC; in tcp_send_rekey_request()
774 head->version = HMDFS_VERSION; in tcp_send_rekey_request()
775 head->operations = operations; in tcp_send_rekey_request()
776 head in tcp_send_rekey_request()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dtransport.c662 iov[0].iov_base = msg->head; in tcp_send_message_sock_cipher()
716 iov[TCP_KVEC_HEAD].iov_base = msg->head; in tcp_send_message_sock_tls()
757 struct hmdfs_head_cmd *head = NULL; in tcp_send_rekey_request() local
762 head = kzalloc(sizeof(struct hmdfs_head_cmd) + in tcp_send_rekey_request()
765 if (!head) in tcp_send_rekey_request()
769 *)((uint8_t *)head + sizeof(struct hmdfs_head_cmd)); in tcp_send_rekey_request()
773 head->magic = HMDFS_MSG_MAGIC; in tcp_send_rekey_request()
774 head->version = HMDFS_VERSION; in tcp_send_rekey_request()
775 head->operations = operations; in tcp_send_rekey_request()
776 head in tcp_send_rekey_request()
[all...]
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.c850 * So hit them over the head with the resched_cpu() hammer! in rcu_implicit_dynticks_qs()
2225 trace_rcu_batch_end(rcu_state.name, count, !!rcl.head, need_resched(), in rcu_do_batch()
2594 static void __call_rcu_core(struct rcu_data *rdp, struct rcu_head *head, in __call_rcu_core() argument
2628 rcu_segcblist_first_pend_cb(&rdp->cblist) != head) in __call_rcu_core()
2686 __call_rcu_common(struct rcu_head *head, rcu_callback_t func, bool lazy_in) in __call_rcu_common() argument
2695 WARN_ON_ONCE((unsigned long)head & (sizeof(void *) - 1)); in __call_rcu_common()
2697 if (debug_rcu_head_queue(head)) { in __call_rcu_common()
2704 pr_err("%s(): Double-freed CB %p->%pS()!!! ", __func__, head, head->func); in __call_rcu_common()
2705 mem_dump_obj(head); in __call_rcu_common()
2773 call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) call_rcu_hurry() argument
2824 call_rcu(struct rcu_head *head, rcu_callback_t func) call_rcu() argument
2904 struct rcu_head *head; global() member
3045 kvfree_rcu_list(struct rcu_head *head) kvfree_rcu_list() argument
3075 struct rcu_head *head; kfree_rcu_work() local
3405 kvfree_call_rcu(struct rcu_head *head, void *ptr) kvfree_call_rcu() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_sf.c80 unsigned long head; /* index of SDB of buffer head */ member
1365 #define AUX_SDB_NUM_ALERT(aux) AUX_SDB_NUM(aux, aux->head, aux->alert_mark)
1366 #define AUX_SDB_NUM_EMPTY(aux) AUX_SDB_NUM(aux, aux->head, aux->empty_mark)
1401 for (i = 0, idx = aux->head; i < range_scan; i++, idx++) { in aux_output_end()
1413 debug_sprintf_event(sfdbg, 6, "%s: SDBs %ld range %ld head %ld\n", in aux_output_end()
1414 __func__, i, range_scan, aux->head); in aux_output_end()
1424 * head(tear/dear).
1432 unsigned long head, base, offset; in aux_output_begin() local
1435 if (WARN_ON_ONCE(handle->head in aux_output_begin()
[all...]

Completed in 24 milliseconds

1...<<41424344454647484950>>...207