Searched refs:hn (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/drivers/misc/sgi-gru/ |
H A D | gruhandles.h | 95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ 96 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
|
/linux-4.1.27/tools/hv/ |
H A D | hv_fcopy_daemon.c | 147 while ((opt = getopt_long(argc, argv, "hn", long_options, main()
|
H A D | hv_vss_daemon.c | 201 while ((opt = getopt_long(argc, argv, "hn", long_options, main()
|
H A D | hv_kvp_daemon.c | 1452 while ((opt = getopt_long(argc, argv, "hn", long_options, main()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_object.c | 593 static void *cl_env_hops_obj(struct hlist_node *hn) cl_env_hops_obj() argument 595 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); cl_env_hops_obj() 600 static int cl_env_hops_keycmp(const void *key, struct hlist_node *hn) cl_env_hops_keycmp() argument 602 struct cl_env *cle = cl_env_hops_obj(hn); cl_env_hops_keycmp() 608 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) cl_env_hops_noop() argument 610 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); cl_env_hops_noop()
|
/linux-4.1.27/net/sched/ |
H A D | cls_u32.c | 445 struct tc_u_hnode __rcu **hn; u32_destroy_hnode() local 452 hn = &tp_c->hlist; u32_destroy_hnode() 453 for (phn = rtnl_dereference(*hn); u32_destroy_hnode() 455 hn = &phn->next, phn = rtnl_dereference(*hn)) { u32_destroy_hnode() 457 RCU_INIT_POINTER(*hn, ht->next); u32_destroy_hnode()
|
/linux-4.1.27/tools/power/acpi/tools/acpidump/ |
H A D | apmain.c | 83 #define AP_SUPPORTED_OPTIONS "?a:bcf:hn:o:r:svxz"
|
/linux-4.1.27/scripts/ |
H A D | pnmtologo.c | 455 opt = getopt(argc, argv, "hn:o:t:"); main()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.h | 615 * * 16'hn: n words available (where 0..32768) 1553 * * 16'hn: n words available (where 0..32768)
|
Completed in 310 milliseconds