Searched refs:neh (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/uwb/ |
D | neh.c | 120 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); in uwb_rc_neh_release() local 122 kfree(neh); in uwb_rc_neh_release() 125 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) in uwb_rc_neh_get() argument 127 kref_get(&neh->kref); in uwb_rc_neh_get() 134 void uwb_rc_neh_put(struct uwb_rc_neh *neh) in uwb_rc_neh_put() argument 136 kref_put(&neh->kref, uwb_rc_neh_release); in uwb_rc_neh_put() 161 int __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_get() argument 174 neh->context = result; in __uwb_rc_ctx_get() 181 void __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_put() argument 184 if (neh->context == 0) in __uwb_rc_ctx_put() [all …]
|
D | reset.c | 76 struct uwb_rc_neh *neh; in uwb_rc_cmd_async() local 96 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg); in uwb_rc_cmd_async() 97 if (IS_ERR(neh)) { in uwb_rc_cmd_async() 98 result = PTR_ERR(neh); in uwb_rc_cmd_async() 105 uwb_rc_neh_rm(rc, neh); in uwb_rc_cmd_async() 107 uwb_rc_neh_arm(rc, neh); in uwb_rc_cmd_async() 108 uwb_rc_neh_put(neh); in uwb_rc_cmd_async()
|
D | uwb-internal.h | 107 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 108 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh); 109 void uwb_rc_neh_put(struct uwb_rc_neh *neh);
|
D | Makefile | 19 neh.o \
|
/linux-2.6.39/fs/ext4/ |
D | extents.c | 800 struct ext4_extent_header *neh; in ext4_ext_split() local 874 neh = ext_block_hdr(bh); in ext4_ext_split() 875 neh->eh_entries = 0; in ext4_ext_split() 876 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split() 877 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split() 878 neh->eh_depth = 0; in ext4_ext_split() 879 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split() 910 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split() 960 neh = ext_block_hdr(bh); in ext4_ext_split() 961 neh->eh_entries = cpu_to_le16(1); in ext4_ext_split() [all …]
|
/linux-2.6.39/Documentation/usb/ |
D | WUSB-Design-overview.txt | 191 handle called /neh/ (Notification/Event Handle) is opened with 235 /drivers/uwb/neh.c:uwb_rc_neh_grok()/ and delivered to the UWBD, the UWB
|