Searched refs:hnode (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/kernel/trace/
H A Dtrace_boot.c219 trace_boot_hist_add_array(struct xbc_node *hnode, char **bufp, argument
226 p = xbc_node_find_value(hnode, key, &anode);
247 trace_boot_hist_add_one_handler(struct xbc_node *hnode, char **bufp, argument
256 p = xbc_node_find_value(hnode, param, NULL);
259 xbc_node_get_data(hnode), param);
265 knode = xbc_node_find_subkey(hnode, "trace");
267 knode = xbc_node_find_subkey(hnode, "save");
273 xbc_node_get_data(hnode),
286 } else if (xbc_node_find_subkey(hnode, "snapshot")) {
290 xbc_node_get_data(hnode));
298 trace_boot_hist_add_handlers(struct xbc_node *hnode, char **bufp, char *end, const char *param) argument
346 trace_boot_compose_hist_cmd(struct xbc_node *hnode, char *buf, size_t size) argument
419 trace_boot_init_histograms(struct trace_event_file *file, struct xbc_node *hnode, char *buf, size_t size) argument
454 trace_boot_init_histograms(struct trace_event_file *file, struct xbc_node *hnode, char *buf, size_t size) argument
[all...]
/linux-master/lib/
H A Dobjagg.c223 struct objagg_hints_node *hnode)
234 if (hnode) {
235 min = hnode->root_id;
236 max = hnode->root_id;
263 struct objagg_hints_node *hnode)
267 err = objagg_obj_root_id_alloc(objagg, objagg_obj, hnode);
299 struct objagg_hints_node *hnode; local
303 hnode = objagg_hints_lookup(objagg->hints, objagg_obj->obj);
304 if (!hnode) {
310 if (!hnode
221 objagg_obj_root_id_alloc(struct objagg *objagg, struct objagg_obj *objagg_obj, struct objagg_hints_node *hnode) argument
261 objagg_obj_root_create(struct objagg *objagg, struct objagg_obj *objagg_obj, struct objagg_hints_node *hnode) argument
654 struct objagg_hints_node *hnode; local
689 struct objagg_hints_node *hnode, *tmp; local
842 struct objagg_hints_node *hnode, *parent_hnode; local
1022 struct objagg_hints_node *hnode; local
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_l2.h29 struct hlist_node hnode; member in struct:qeth_mac
H A Dqeth_l3.h23 struct hlist_node hnode; member in struct:qeth_ipaddr
H A Dqeth_l3_main.c62 hash_for_each_possible(card->rx_mode_addrs, addr, hnode, key)
66 hash_for_each_possible(card->ip_htable, addr, hnode, key)
152 hash_del(&addr->hnode);
200 hash_add(card->ip_htable, &addr->hnode,
213 hash_del(&addr->hnode);
238 hash_for_each_safe(card->rx_mode_addrs, i, tmp, addr, hnode) {
239 hash_del(&addr->hnode);
254 hash_for_each_safe(card->ip_htable, i, tmp, addr, hnode) {
256 hash_del(&addr->hnode);
278 hash_for_each_safe(card->ip_htable, i, tmp, addr, hnode) {
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_vmid.c52 hash_for_each_possible(vport->hash_table, vmp, hnode, hash) {
72 hash_add(vport->hash_table, &vmp->hnode, hash);
250 hash_del(&vmp->hnode);
270 hash_del(&vmp->hnode);
322 hash_for_each_safe(vport->hash_table, bucket, tmp, cur, hnode)
323 hash_del(&cur->hnode);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1056 struct hl_vm_hash_node *hnode; local
1155 hnode = kzalloc(sizeof(*hnode), GFP_KERNEL);
1156 if (!hnode) {
1214 hnode->ptr = vm_type;
1215 hnode->vaddr = ret_vaddr;
1216 hnode->handle = is_userptr ? MEM_HANDLE_INVALID : handle;
1219 hash_add(ctx->mem_hash, &hnode->node, ret_vaddr);
1237 kfree(hnode);
1253 struct hl_vm_hash_node *hnode; local
1280 struct hl_vm_hash_node *hnode; local
1792 struct hl_vm_hash_node *hnode; local
1820 memhash_node_export_put(struct hl_ctx *ctx, struct hl_vm_hash_node *hnode) argument
1994 get_phys_pg_pack_from_hash_node(struct hl_device *hdev, struct hl_vm_hash_node *hnode) argument
2038 struct hl_vm_hash_node *hnode = NULL; local
2756 struct hl_vm_hash_node *hnode; local
[all...]
H A Ddebugfs.c246 struct hl_vm_hash_node *hnode; local
268 hash_for_each(ctx->mem_hash, i, hnode, node) {
269 vm_type = hnode->ptr;
272 userptr = hnode->ptr;
275 hnode->vaddr, userptr->size);
277 phys_pg_pack = hnode->ptr;
280 hnode->vaddr, phys_pg_pack->total_size,
692 struct hl_vm_hash_node *hnode; local
708 hash_for_each(ctx->mem_hash, i, hnode, node) {
709 vm_type = hnode
[all...]
H A Ddevice.c2657 struct hl_vm_hash_node *hnode; local
2674 hash_for_each(ctx->mem_hash, i, hnode, node) {
2675 vm_type = hnode->ptr;
2696 hash_for_each(ctx->mem_hash, i, hnode, node) {
2697 vm_type = hnode->ptr;
2699 userptr = hnode->ptr;
2700 pgf_info->user_mappings[map_idx].dev_va = hnode->vaddr;
2704 phys_pg_pack = hnode->ptr;
2705 pgf_info->user_mappings[map_idx].dev_va = hnode->vaddr;
/linux-master/include/net/netfilter/
H A Dnf_conntrack_expect.h23 struct hlist_node hnode; member in struct:nf_conntrack_expect
H A Dnf_conntrack_helper.h33 struct hlist_node hnode; /* Internal use. */ member in struct:nf_conntrack_helper
/linux-master/drivers/s390/crypto/
H A Dap_card.c85 hash_for_each(ap_queues, bkt, aq, hnode)
106 hash_for_each(ap_queues, bkt, aq, hnode)
125 hash_for_each(ap_queues, bkt, aq, hnode)
H A Dap_bus.h190 struct hlist_node hnode; /* Node for the ap_queues hashtable */ member in struct:ap_queue
H A Dap_bus.c493 hash_for_each(ap_queues, bkt, aq, hnode) {
509 hash_for_each(ap_queues, bkt, aq, hnode) {
935 hash_add(ap_queues, &to_ap_queue(dev)->hnode,
944 hash_del(&to_ap_queue(dev)->hnode);
974 hash_del(&to_ap_queue(dev)->hnode);
986 hash_for_each(ap_queues, bkt, aq, hnode) {
/linux-master/net/netfilter/
H A Dnf_conntrack_helper.c58 hlist_for_each_entry_rcu(h, &nf_ct_helper_hash[i], hnode) {
366 hlist_for_each_entry(cur, &nf_ct_helper_hash[i], hnode) {
379 hlist_for_each_entry(cur, &nf_ct_helper_hash[h], hnode) {
388 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]);
413 hlist_del_rcu(&me->hnode);
H A Dnf_conntrack_expect.c57 hlist_del_rcu(&exp->hnode);
143 hlist_for_each_entry_rcu(i, &nf_ct_expect_hash[h], hnode) {
184 hlist_for_each_entry(i, &nf_ct_expect_hash[h], hnode) {
408 hlist_add_head_rcu(&exp->hnode, &nf_ct_expect_hash[h]);
450 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) {
522 hnode) {
548 hnode) {
633 expect = hlist_entry(n, struct nf_conntrack_expect, hnode);
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c73 struct hlist_node hnode; member in struct:isst_cmd
101 hash_add(isst_hash, &sst_cmd->hnode, sst_cmd->cmd);
112 hash_for_each_safe(isst_hash, i, tmp, sst_cmd, hnode) {
113 hash_del(&sst_cmd->hnode);
143 hash_for_each_possible(isst_hash, sst_cmd, hnode, full_cmd) {
186 hash_for_each(isst_hash, i, sst_cmd, hnode) {
211 hash_for_each_possible(isst_hash, sst_cmd, hnode,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c10 struct hlist_node hnode; member in struct:mlx5e_qos_node
39 hash_for_each(htb->qos_tc2node, bkt, node, hnode) {
85 hash_add_rcu(htb->qos_tc2node, &node->hnode, classid);
102 hash_add_rcu(htb->qos_tc2node, &node->hnode, node->classid);
111 hash_for_each_possible(htb->qos_tc2node, node, hnode, classid) {
123 hash_for_each_possible_rcu(htb->qos_tc2node, node, hnode, classid) {
133 hash_del_rcu(&node->hnode);
436 hash_for_each(htb->qos_tc2node, bkt, node, hnode)
629 hash_for_each(htb->qos_tc2node, bkt, child, hnode) {
/linux-master/fs/nfs/
H A Dnfs42xattr.c81 struct hlist_node hnode; member in struct:nfs4_xattr_entry
241 INIT_HLIST_NODE(&entry->hnode);
398 hlist_for_each_entry_safe(entry, n, &bucket->hlist, hnode) {
400 hlist_del_init(&entry->hnode);
517 hlist_for_each_entry(entry, &bucket->hlist, hnode) {
545 hlist_del_init(&oldentry->hnode);
551 hlist_add_head(&entry->hnode, &bucket->hlist);
575 hlist_del_init(&entry->hnode);
897 hlist_del_init(&entry->hnode);
/linux-master/net/sched/
H A Dcls_u32.c91 struct hlist_node hnode; member in struct:tc_u_common
345 hlist_for_each_entry(tc, tc_u_hash(key), hnode) {
376 INIT_HLIST_NODE(&tp_c->hnode);
379 hlist_add_head(&tp_c->hnode, tc_u_hash(key));
487 cls_u32.hnode.divisor = h->divisor;
488 cls_u32.hnode.handle = h->handle;
489 cls_u32.hnode.prio = h->prio;
505 cls_u32.hnode.divisor = h->divisor;
506 cls_u32.hnode.handle = h->handle;
507 cls_u32.hnode
[all...]
H A Dsch_drr.c287 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
432 hlist_for_each_entry(cl, &q->clhash.hash[i], common.hnode) {
451 common.hnode)
/linux-master/kernel/
H A Dkcov.c83 struct hlist_node hnode; member in struct:kcov_remote
110 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) {
129 hash_add(kcov_remote_map, &remote->hnode, handle);
400 hash_for_each_safe(kcov_remote_map, bkt, tmp, remote, hnode) {
403 hash_del(&remote->hnode);
/linux-master/arch/x86/kvm/svm/
H A Davic.c155 hash_for_each_possible(svm_vm_data_hash, kvm_svm, hnode, vm_id) {
188 hash_del(&kvm_svm->hnode);
228 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) {
234 hash_add(svm_vm_data_hash, &kvm_svm->hnode, kvm_svm->avic_vm_id);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c93 struct hlist_node hnode; member in struct:kvmgt_pgfn
342 hash_for_each_safe(info->ptable, i, tmp, p, hnode) {
343 hash_del(&p->hnode);
355 hash_for_each_possible(info->ptable, p, hnode, gfn) {
385 hash_add(info->ptable, &p->hnode, gfn);
394 hash_del(&p->hnode);
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c907 struct hlist_node hnode; member in struct:notifier_cb_info
970 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id)
999 hash_add(drv_info->notifier_hash, &cb_info->hnode, notify_id);
1001 hash_del(&cb_info->hnode);

Completed in 288 milliseconds

12